Skip to content

Commit

Permalink
Fix direct/indirect split in go.mod
Browse files Browse the repository at this point in the history
  • Loading branch information
espadolini committed Jan 10, 2022
1 parent bfc6f67 commit f40dda4
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -81,11 +81,12 @@ require (
github.com/stretchr/testify v1.7.0
github.com/tstranex/u2f v0.0.0-20160508205855-eb799ce68da4
github.com/vulcand/predicate v1.1.0
go.etcd.io/etcd/api/v3 v3.5.1
go.etcd.io/etcd/client/v3 v3.5.1
go.mongodb.org/mongo-driver v1.5.3
go.mozilla.org/pkcs7 v0.0.0-20210826202110-33d05740a352
go.uber.org/atomic v1.7.0
golang.org/x/crypto v0.0.0-20211202192323-5770296d904e
golang.org/x/lint v0.0.0-20210508222113-6edffad5e616 // indirect
golang.org/x/mod v0.4.2
golang.org/x/net v0.0.0-20211112202133-69e39bad7dc2
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
Expand All @@ -106,11 +107,6 @@ require (
k8s.io/client-go v0.0.0-20200827131824-5d33118d4742
)

require (
go.etcd.io/etcd/api/v3 v3.5.1
go.etcd.io/etcd/client/v3 v3.5.1
)

require (
github.com/Azure/azure-sdk-for-go/sdk/internal v0.7.0 // indirect
github.com/Azure/go-autorest/autorest v0.9.6 // indirect
Expand Down Expand Up @@ -201,6 +197,7 @@ require (
go.opencensus.io v0.22.5 // indirect
go.uber.org/multierr v1.6.0 // indirect
go.uber.org/zap v1.17.0 // indirect
golang.org/x/lint v0.0.0-20210508222113-6edffad5e616 // indirect
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
golang.org/x/time v0.0.0-20191024005414-555d28b269f0 // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
Expand Down

0 comments on commit f40dda4

Please sign in to comment.