Skip to content

Commit 7994989

Browse files
authored
Merge pull request #1374 from aryan9600/update-deps
update dependencies
2 parents 74cfbda + 1206132 commit 7994989

File tree

2 files changed

+144
-460
lines changed

2 files changed

+144
-460
lines changed

go.mod

+33-35
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,18 @@ go 1.19
55
require (
66
cloud.google.com/go/monitoring v1.12.0
77
github.com/Masterminds/semver/v3 v3.2.0
8-
github.com/aws/aws-sdk-go v1.44.186
8+
github.com/aws/aws-sdk-go v1.44.204
99
github.com/davecgh/go-spew v1.1.1
1010
github.com/go-logr/zapr v1.2.3
1111
github.com/google/go-cmp v0.5.9
1212
github.com/googleapis/gax-go/v2 v2.7.0
13-
github.com/influxdata/influxdb-client-go/v2 v2.12.1
13+
github.com/influxdata/influxdb-client-go/v2 v2.12.2
1414
github.com/prometheus/client_golang v1.14.0
1515
github.com/stretchr/testify v1.8.1
1616
go.uber.org/zap v1.24.0
17-
google.golang.org/api v0.108.0
18-
google.golang.org/genproto v0.0.0-20230124163310-31e0e69b6fc2
19-
google.golang.org/grpc v1.52.1
17+
google.golang.org/api v0.110.0
18+
google.golang.org/genproto v0.0.0-20230216225411-c8e22ba71e44
19+
google.golang.org/grpc v1.53.0
2020
google.golang.org/protobuf v1.28.1
2121
gopkg.in/h2non/gock.v1 v1.1.2
2222
k8s.io/api v0.26.1
@@ -26,64 +26,62 @@ require (
2626
k8s.io/klog/v2 v2.90.0
2727
)
2828

29-
// Fix CVE-2022-32149
30-
replace golang.org/x/text => golang.org/x/text v0.4.0
31-
3229
require (
33-
cloud.google.com/go/compute v1.14.0 // indirect
30+
cloud.google.com/go/compute v1.18.0 // indirect
3431
cloud.google.com/go/compute/metadata v0.2.3 // indirect
32+
github.com/apapsch/go-jsonmerge/v2 v2.0.0 // indirect
3533
github.com/beorn7/perks v1.0.1 // indirect
36-
github.com/cespare/xxhash/v2 v2.1.2 // indirect
37-
github.com/deepmap/oapi-codegen v1.8.2 // indirect
38-
github.com/emicklei/go-restful/v3 v3.9.0 // indirect
39-
github.com/evanphx/json-patch v4.12.0+incompatible // indirect
34+
github.com/cespare/xxhash/v2 v2.2.0 // indirect
35+
github.com/deepmap/oapi-codegen v1.12.4 // indirect
36+
github.com/emicklei/go-restful/v3 v3.10.1 // indirect
37+
github.com/evanphx/json-patch v5.6.0+incompatible // indirect
4038
github.com/go-logr/logr v1.2.3 // indirect
41-
github.com/go-openapi/jsonpointer v0.19.5 // indirect
42-
github.com/go-openapi/jsonreference v0.20.0 // indirect
43-
github.com/go-openapi/swag v0.19.14 // indirect
39+
github.com/go-openapi/jsonpointer v0.19.6 // indirect
40+
github.com/go-openapi/jsonreference v0.20.2 // indirect
41+
github.com/go-openapi/swag v0.22.3 // indirect
4442
github.com/gogo/protobuf v1.3.2 // indirect
4543
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
4644
github.com/golang/protobuf v1.5.2 // indirect
47-
github.com/google/gnostic v0.5.7-v3refs // indirect
48-
github.com/google/gofuzz v1.1.0 // indirect
45+
github.com/google/gnostic v0.6.9 // indirect
46+
github.com/google/gofuzz v1.2.0 // indirect
4947
github.com/google/uuid v1.3.0 // indirect
50-
github.com/googleapis/enterprise-certificate-proxy v0.2.1 // indirect
48+
github.com/googleapis/enterprise-certificate-proxy v0.2.3 // indirect
5149
github.com/h2non/parth v0.0.0-20190131123155-b4df798d6542 // indirect
52-
github.com/imdario/mergo v0.3.6 // indirect
53-
github.com/influxdata/line-protocol v0.0.0-20200327222509-2487e7298839 // indirect
50+
github.com/imdario/mergo v0.3.13 // indirect
51+
github.com/influxdata/line-protocol v0.0.0-20210922203350-b1ad95c89adf // indirect
5452
github.com/jmespath/go-jmespath v0.4.0 // indirect
5553
github.com/josharian/intern v1.0.0 // indirect
5654
github.com/json-iterator/go v1.1.12 // indirect
57-
github.com/mailru/easyjson v0.7.6 // indirect
58-
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
55+
github.com/mailru/easyjson v0.7.7 // indirect
56+
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
5957
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
6058
github.com/modern-go/reflect2 v1.0.2 // indirect
6159
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
6260
github.com/pkg/errors v0.9.1 // indirect
6361
github.com/pmezard/go-difflib v1.0.0 // indirect
6462
github.com/prometheus/client_model v0.3.0 // indirect
65-
github.com/prometheus/common v0.37.0 // indirect
66-
github.com/prometheus/procfs v0.8.0 // indirect
63+
github.com/prometheus/common v0.40.0 // indirect
64+
github.com/prometheus/procfs v0.9.0 // indirect
6765
github.com/spf13/pflag v1.0.5 // indirect
6866
go.opencensus.io v0.24.0 // indirect
69-
go.uber.org/atomic v1.7.0 // indirect
70-
go.uber.org/multierr v1.6.0 // indirect
71-
golang.org/x/mod v0.6.0 // indirect
67+
go.uber.org/atomic v1.10.0 // indirect
68+
go.uber.org/multierr v1.9.0 // indirect
69+
golang.org/x/mod v0.8.0 // indirect
7270
golang.org/x/net v0.7.0 // indirect
73-
golang.org/x/oauth2 v0.0.0-20221014153046-6fdb5e3db783 // indirect
71+
golang.org/x/oauth2 v0.5.0 // indirect
7472
golang.org/x/sys v0.5.0 // indirect
7573
golang.org/x/term v0.5.0 // indirect
7674
golang.org/x/text v0.7.0 // indirect
77-
golang.org/x/time v0.0.0-20220210224613-90d013bbcef8 // indirect
78-
golang.org/x/tools v0.2.0 // indirect
75+
golang.org/x/time v0.3.0 // indirect
76+
golang.org/x/tools v0.6.0 // indirect
7977
google.golang.org/appengine v1.6.7 // indirect
8078
gopkg.in/inf.v0 v0.9.1 // indirect
8179
gopkg.in/yaml.v2 v2.4.0 // indirect
8280
gopkg.in/yaml.v3 v3.0.1 // indirect
83-
k8s.io/gengo v0.0.0-20220902162205-c0856e24416d // indirect
84-
k8s.io/kube-openapi v0.0.0-20221012153701-172d655c2280 // indirect
85-
k8s.io/utils v0.0.0-20221107191617-1a15be271d1d // indirect
86-
sigs.k8s.io/json v0.0.0-20220713155537-f223a00ba0e2 // indirect
81+
k8s.io/gengo v0.0.0-20221011193443-fad74ee6edd9 // indirect
82+
k8s.io/kube-openapi v0.0.0-20230217203603-ff9a8e8fa21d // indirect
83+
k8s.io/utils v0.0.0-20230209194617-a36077c30491 // indirect
84+
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
8785
sigs.k8s.io/structured-merge-diff/v4 v4.2.3 // indirect
8886
sigs.k8s.io/yaml v1.3.0 // indirect
8987
)

0 commit comments

Comments
 (0)