Skip to content

Commit

Permalink
vendor: Move net.Dial vendor modules
Browse files Browse the repository at this point in the history
Moving net packages to indirect dependency since it is no longer
being directly used by the installer.
  • Loading branch information
rna-afk committed Apr 18, 2022
1 parent 52e829b commit 7f9720b
Show file tree
Hide file tree
Showing 9 changed files with 1 addition and 919 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ require (
github.com/vmware/govmomi v0.24.0
golang.org/x/crypto v0.0.0-20211202192323-5770296d904e
golang.org/x/lint v0.0.0-20210508222113-6edffad5e616
golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd
golang.org/x/oauth2 v0.0.0-20210819190943-2bc19b11175f
golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e
google.golang.org/api v0.44.0
Expand Down Expand Up @@ -165,6 +164,7 @@ require (
go.mongodb.org/mongo-driver v1.8.3 // indirect
go.opencensus.io v0.23.0 // indirect
golang.org/x/mod v0.4.2 // indirect
golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd // indirect
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
golang.org/x/text v0.3.7 // indirect
golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac // indirect
Expand Down
168 changes: 0 additions & 168 deletions vendor/golang.org/x/net/internal/socks/client.go

This file was deleted.

0 comments on commit 7f9720b

Please sign in to comment.