@@ -24,15 +24,15 @@ require (
2424 github.com/pquerna/ffjson v0.0.0-20190930134022-aa0246cd15f7 // indirect
2525 github.com/prometheus/client_golang v1.14.0
2626 github.com/stretchr/testify v1.8.2
27- golang.org/x/oauth2 v0.4 .0
28- google.golang.org/api v0.104 .0
27+ golang.org/x/oauth2 v0.8 .0
28+ google.golang.org/api v0.126 .0
2929 gopkg.in/olivere/elastic.v2 v2.0.61
3030 k8s.io/klog/v2 v2.100.1
3131 k8s.io/utils v0.0.0-20230406110748-d93618cff8a2
3232)
3333
3434require (
35- cloud.google.com/go/compute v1.15.1 // indirect
35+ cloud.google.com/go/compute v1.23.0 // indirect
3636 cloud.google.com/go/compute/metadata v0.2.3 // indirect
3737 github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect
3838 github.com/Microsoft/go-winio v0.4.15 // indirect
@@ -58,12 +58,13 @@ require (
5858 github.com/go-logr/logr v1.2.3 // indirect
5959 github.com/godbus/dbus/v5 v5.0.6 // indirect
6060 github.com/gogo/protobuf v1.3.2 // indirect
61- github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e // indirect
62- github.com/golang/protobuf v1.5.2 // indirect
61+ github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
62+ github.com/golang/protobuf v1.5.3 // indirect
6363 github.com/golang/snappy v0.0.4 // indirect
64+ github.com/google/s2a-go v0.1.4 // indirect
6465 github.com/google/uuid v1.3.0 // indirect
65- github.com/googleapis/enterprise-certificate-proxy v0.2.0 // indirect
66- github.com/googleapis/gax-go/v2 v2.7 .0 // indirect
66+ github.com/googleapis/enterprise-certificate-proxy v0.2.3 // indirect
67+ github.com/googleapis/gax-go/v2 v2.11 .0 // indirect
6768 github.com/hashicorp/errwrap v1.0.0 // indirect
6869 github.com/hashicorp/go-multierror v1.1.1 // indirect
6970 github.com/hashicorp/go-uuid v1.0.3 // indirect
@@ -100,14 +101,16 @@ require (
100101 github.com/vishvananda/netlink v1.1.0 // indirect
101102 github.com/vishvananda/netns v0.0.0-20191106174202-0a2b9b5464df // indirect
102103 go.opencensus.io v0.24.0 // indirect
103- golang.org/x/crypto v0.1 .0 // indirect
104- golang.org/x/net v0.8 .0 // indirect
105- golang.org/x/sys v0.6 .0 // indirect
106- golang.org/x/text v0.8 .0 // indirect
104+ golang.org/x/crypto v0.9 .0 // indirect
105+ golang.org/x/net v0.10 .0 // indirect
106+ golang.org/x/sys v0.8 .0 // indirect
107+ golang.org/x/text v0.9 .0 // indirect
107108 golang.org/x/time v0.1.0 // indirect
108109 google.golang.org/appengine v1.6.7 // indirect
109- google.golang.org/genproto v0.0.0-20230110181048-76db0878b65f // indirect
110- google.golang.org/grpc v1.54.0 // indirect
111- google.golang.org/protobuf v1.28.1 // indirect
110+ google.golang.org/genproto v0.0.0-20230807174057-1744710a1577 // indirect
111+ google.golang.org/genproto/googleapis/api v0.0.0-20230803162519-f966b187b2e5 // indirect
112+ google.golang.org/genproto/googleapis/rpc v0.0.0-20230803162519-f966b187b2e5 // indirect
113+ google.golang.org/grpc v1.57.0 // indirect
114+ google.golang.org/protobuf v1.31.0 // indirect
112115 gopkg.in/yaml.v3 v3.0.1 // indirect
113116)
0 commit comments