Skip to content

Commit

Permalink
Pin golang.org/x/net to cdfb69a
Browse files Browse the repository at this point in the history
Kubernetes-commit: ebadc53f50219112c3d80039de7b13779f9d4f63
  • Loading branch information
cblecker authored and k8s-publishing-bot committed Aug 14, 2019
1 parent d2c4b58 commit 040452c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions go.mod
Expand Up @@ -25,7 +25,7 @@ require (
github.com/onsi/gomega v1.5.0 // indirect
github.com/spf13/pflag v1.0.3
github.com/stretchr/testify v1.3.0
golang.org/x/net v0.0.0-20190613194153-d28f0bde5980
golang.org/x/net v0.0.0-20190812203447-cdfb69ac37fc
golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 // indirect
golang.org/x/sys v0.0.0-20190616124812-15dcb6c0061f // indirect
golang.org/x/text v0.3.2 // indirect
Expand All @@ -38,9 +38,10 @@ require (
)

replace (
golang.org/x/net => golang.org/x/net v0.0.0-20190206173232-65e2d4e15006
golang.org/x/net => golang.org/x/net v0.0.0-20190812203447-cdfb69ac37fc
golang.org/x/sync => golang.org/x/sync v0.0.0-20181108010431-42b317875d0f
golang.org/x/sys => golang.org/x/sys v0.0.0-20190209173611-3b5209105503
golang.org/x/text => golang.org/x/text v0.3.1-0.20181227161524-e6919f6577db
golang.org/x/tools => golang.org/x/tools v0.0.0-20190313210603-aa82965741a9
k8s.io/apimachinery => ../apimachinery
)

0 comments on commit 040452c

Please sign in to comment.