Skip to content

Commit

Permalink
update go.mod, vendor consistent golang.org/x/net parts
Browse files Browse the repository at this point in the history
  • Loading branch information
Meteorite committed Feb 9, 2019
1 parent 7497a3a commit f5e0bce
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 358 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ require (
github.com/jpillora/sizestr v0.0.0-20160130011556-e2ea2fa42fb9
github.com/tomasen/realip v0.0.0-20180522021738-f0c99a92ddce // indirect
golang.org/x/crypto v0.0.0-20181015023909-0c41d7ab0a0e
golang.org/x/net v0.0.0-20181017193950-04a2e542c03f // indirect
golang.org/x/net v0.0.0-20181017193950-04a2e542c03f
golang.org/x/sys v0.0.0-20181019160139-8e24a49d80f8 // indirect
)
170 changes: 0 additions & 170 deletions vendor/golang.org/x/net/internal/socks/dial_test.go

This file was deleted.

55 changes: 0 additions & 55 deletions vendor/golang.org/x/net/proxy/per_host_test.go

This file was deleted.

9 changes: 2 additions & 7 deletions vendor/golang.org/x/net/proxy/proxy.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

125 changes: 0 additions & 125 deletions vendor/golang.org/x/net/proxy/proxy_test.go

This file was deleted.

2 changes: 2 additions & 0 deletions vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,7 @@ golang.org/x/crypto/ed25519/internal/edwards25519
golang.org/x/crypto/internal/subtle
# golang.org/x/net v0.0.0-20181017193950-04a2e542c03f
golang.org/x/net/context
golang.org/x/net/internal/socks
golang.org/x/net/proxy
# golang.org/x/sys v0.0.0-20181019160139-8e24a49d80f8
golang.org/x/sys/unix

0 comments on commit f5e0bce

Please sign in to comment.