Skip to content

Commit

Permalink
fix: use seven moudle in local
Browse files Browse the repository at this point in the history
  • Loading branch information
gxthrj committed Jan 5, 2021
1 parent 509932f commit de46782
Show file tree
Hide file tree
Showing 3 changed files with 118 additions and 15 deletions.
11 changes: 2 additions & 9 deletions test/e2e/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,13 @@ module github.com/api7/ingress-controller/test/e2e
go 1.14

require (
github.com/api7/ingress-controller v0.0.0-20210105024109-72e53386de5a
github.com/gavv/httpexpect/v2 v2.1.0
github.com/gorilla/websocket v1.4.2 // indirect
github.com/gruntwork-io/terratest v0.31.2
github.com/gxthrj/apisix-ingress-types v0.1.3
github.com/gxthrj/apisix-types v0.1.3
github.com/gxthrj/seven v0.2.7
github.com/mattn/go-isatty v0.0.12 // indirect
github.com/onsi/ginkgo v1.14.2
github.com/stretchr/testify v1.6.1
k8s.io/api v0.19.3
k8s.io/apimachinery v0.19.3
)

replace (
github.com/gxthrj/apisix-ingress-types v0.1.3 => github.com/api7/ingress-types v0.1.3
github.com/gxthrj/apisix-types v0.1.3 => github.com/api7/types v0.1.3
)
replace github.com/gxthrj/apisix-ingress-types v0.1.3 => github.com/api7/ingress-types v0.1.3
Loading

0 comments on commit de46782

Please sign in to comment.