Skip to content

Commit

Permalink
vendor: Removing net packages
Browse files Browse the repository at this point in the history
Removing net packages as they are no longer being directly
used. Moving them to indirect packages.
  • Loading branch information
rna-afk committed Apr 19, 2022
1 parent f677047 commit 56f3264
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 @@ -67,7 +67,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 @@ -189,6 +188,7 @@ require (
github.com/prometheus/client_model v0.2.0 // indirect
github.com/prometheus/procfs v0.6.0 // indirect
github.com/satori/go.uuid v1.2.0 // indirect
golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd // indirect
)

// OpenShift Forks
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 56f3264

Please sign in to comment.