Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump golang.org/x/net from 0.0.0-20190812203447-cdfb69ac37fc to 0.7.0 in /tests/integration/api-gateway/gateway-tests #6

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions tests/integration/api-gateway/gateway-tests/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,19 @@ go 1.12

require (
github.com/avast/retry-go v2.4.1+incompatible
github.com/golang/protobuf v1.3.2 // indirect
github.com/imdario/mergo v0.3.6 // indirect
github.com/kyma-project/kyma v0.5.1-0.20190909070658-69599d4a33a2
github.com/pkg/errors v0.8.1
github.com/stretchr/testify v1.3.0
github.com/vrischmann/envconfig v1.2.0
golang.org/x/net v0.0.0-20190812203447-cdfb69ac37fc
golang.org/x/net v0.7.0
golang.org/x/oauth2 v0.0.0-20190402181905-9f3314589c9a
golang.org/x/sys v0.0.0-20191010194322-b09406accb47 // indirect
golang.org/x/time v0.0.0-20180412165947-fbb02b2291d2 // indirect
google.golang.org/appengine v1.6.5 // indirect
gopkg.in/inf.v0 v0.9.1 // indirect
k8s.io/apimachinery v0.0.0-20191006235458-f9f2f3f8ab02
k8s.io/client-go v0.0.0-20190918200256-06eb1244587a
sigs.k8s.io/controller-runtime v0.3.0 // indirect
k8s.io/utils v0.0.0-20190506122338-8fab8cb257d5 // indirect
sigs.k8s.io/yaml v1.1.0
)
Loading