Skip to content

Commit

Permalink
Update go.mod
Browse files Browse the repository at this point in the history
  • Loading branch information
ellistarn authored Nov 25, 2021
1 parent 63df022 commit 98b294f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ require (
github.com/patrickmn/go-cache v2.1.0+incompatible
github.com/prometheus/client_golang v1.11.0
go.uber.org/multierr v1.7.0
go.uber.org/zap v1.19.1
golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac
golang.org/x/tools v0.1.8-0.20211014194737-fc98fb2abd48 // indirect
gopkg.in/inf.v0 v0.9.1 // indirect
Expand All @@ -25,8 +26,6 @@ require (
sigs.k8s.io/controller-runtime v0.9.7
)

require go.uber.org/zap v1.19.1

require (
cloud.google.com/go v0.97.0 // indirect
contrib.go.opencensus.io/exporter/ocagent v0.7.1-0.20200907061046-05415f1de66d // indirect
Expand Down

0 comments on commit 98b294f

Please sign in to comment.