mirror of
https://github.com/kataras/iris.git
synced 2025-02-02 15:30:36 +01:00
use a custom version of httpexpect which removes things that Iris or its users not use at all in order to reduce the download filesize
Former-commit-id: 993107d0fa40b5e423962b58aa924b712644f18c
This commit is contained in:
parent
8c470e46a2
commit
a111c67241
2
cache/cache_test.go
vendored
2
cache/cache_test.go
vendored
|
@ -14,7 +14,7 @@ import (
|
||||||
"github.com/kataras/iris/v12"
|
"github.com/kataras/iris/v12"
|
||||||
"github.com/kataras/iris/v12/context"
|
"github.com/kataras/iris/v12/context"
|
||||||
|
|
||||||
"github.com/gavv/httpexpect"
|
"github.com/iris-contrib/httpexpect/v2"
|
||||||
"github.com/kataras/iris/v12/httptest"
|
"github.com/kataras/iris/v12/httptest"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
@ -12,7 +12,7 @@ import (
|
||||||
"strings"
|
"strings"
|
||||||
"testing"
|
"testing"
|
||||||
|
|
||||||
"github.com/gavv/httpexpect"
|
"github.com/iris-contrib/httpexpect/v2"
|
||||||
)
|
)
|
||||||
|
|
||||||
const (
|
const (
|
||||||
|
|
2
go.mod
2
go.mod
|
@ -10,7 +10,7 @@ require (
|
||||||
github.com/dgraph-io/badger/v2 v2.0.3
|
github.com/dgraph-io/badger/v2 v2.0.3
|
||||||
github.com/eknkc/amber v0.0.0-20171010120322-cdade1c07385
|
github.com/eknkc/amber v0.0.0-20171010120322-cdade1c07385
|
||||||
github.com/fatih/structs v1.1.0
|
github.com/fatih/structs v1.1.0
|
||||||
github.com/gavv/httpexpect v2.0.0+incompatible
|
github.com/iris-contrib/httpexpect/v2 v2.0.5
|
||||||
github.com/golang/protobuf v1.4.0
|
github.com/golang/protobuf v1.4.0
|
||||||
github.com/gomodule/redigo v1.8.0
|
github.com/gomodule/redigo v1.8.0
|
||||||
github.com/hashicorp/go-version v1.2.0
|
github.com/hashicorp/go-version v1.2.0
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
package httptest
|
package httptest
|
||||||
|
|
||||||
import "github.com/gavv/httpexpect"
|
import "github.com/iris-contrib/httpexpect/v2"
|
||||||
|
|
||||||
type (
|
type (
|
||||||
// Request type alias.
|
// Request type alias.
|
||||||
|
|
|
@ -7,7 +7,7 @@ import (
|
||||||
|
|
||||||
"github.com/kataras/iris/v12"
|
"github.com/kataras/iris/v12"
|
||||||
|
|
||||||
"github.com/gavv/httpexpect"
|
"github.com/iris-contrib/httpexpect/v2"
|
||||||
)
|
)
|
||||||
|
|
||||||
type (
|
type (
|
||||||
|
|
Loading…
Reference in New Issue
Block a user