Skip to content

Commit

Permalink
fix gomod
Browse files Browse the repository at this point in the history
  • Loading branch information
dergeberl committed Jun 9, 2023
1 parent ba74024 commit 7dccdb8
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 68 deletions.
10 changes: 6 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,18 @@ go 1.19

require (
github.com/cncf/xds/go v0.0.0-20230105202645-06c439db220b
github.com/envoyproxy/go-control-plane v0.10.3
github.com/envoyproxy/go-control-plane v0.11.0
github.com/go-logr/logr v1.2.4
github.com/golang/protobuf v1.5.3
github.com/gophercloud/gophercloud v1.4.0
github.com/gophercloud/utils v0.0.0-20220927104426-4113af8d2663
github.com/onsi/ginkgo/v2 v2.10.0
github.com/onsi/gomega v1.27.7
github.com/onsi/gomega v1.27.8
github.com/prometheus/client_golang v1.15.1
github.com/shirou/gopsutil/v3 v3.23.5
go.uber.org/zap v1.24.0
golang.org/x/time v0.3.0
google.golang.org/grpc v1.52.0-dev
google.golang.org/grpc v1.53.0
google.golang.org/protobuf v1.30.0
gopkg.in/ini.v1 v1.67.0
gopkg.in/yaml.v2 v2.4.0
Expand All @@ -35,6 +35,8 @@ replace (
)

require (
cloud.google.com/go/compute v1.15.1 // indirect
cloud.google.com/go/compute/metadata v0.2.3 // indirect
github.com/Azure/go-autorest v14.2.0+incompatible // indirect
github.com/Azure/go-autorest/autorest v0.11.27 // indirect
github.com/Azure/go-autorest/autorest/adal v0.9.20 // indirect
Expand Down Expand Up @@ -103,7 +105,7 @@ require (
golang.org/x/tools v0.9.3 // indirect
gomodules.xyz/jsonpatch/v2 v2.2.0 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/genproto v0.0.0-20220822174746-9e6da59bd2fc // indirect
google.golang.org/genproto v0.0.0-20230110181048-76db0878b65f // indirect
gopkg.in/inf.v0 v0.9.1 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
k8s.io/apiextensions-apiserver v0.26.1 // indirect
Expand Down
Loading

0 comments on commit 7dccdb8

Please sign in to comment.