Skip to content

Commit f08725d

Browse files
authored
Merge pull request #1322 from fluxcd/update-deps
Update dependencies
2 parents e799030 + f2a9a8d commit f08725d

File tree

2 files changed

+63
-54
lines changed

2 files changed

+63
-54
lines changed

go.mod

+20-19
Original file line numberDiff line numberDiff line change
@@ -3,34 +3,35 @@ module github.com/fluxcd/flagger
33
go 1.19
44

55
require (
6-
cloud.google.com/go/monitoring v1.6.0
6+
cloud.google.com/go/monitoring v1.9.0
77
github.com/Masterminds/semver/v3 v3.1.1
8-
github.com/aws/aws-sdk-go v1.44.119
8+
github.com/aws/aws-sdk-go v1.44.144
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
12-
github.com/googleapis/gax-go/v2 v2.6.0
13-
github.com/influxdata/influxdb-client-go/v2 v2.11.0
14-
github.com/prometheus/client_golang v1.13.0
15-
github.com/stretchr/testify v1.8.0
12+
github.com/googleapis/gax-go/v2 v2.7.0
13+
github.com/influxdata/influxdb-client-go/v2 v2.12.0
14+
github.com/prometheus/client_golang v1.14.0
15+
github.com/stretchr/testify v1.8.1
1616
go.uber.org/zap v1.23.0
17-
google.golang.org/api v0.100.0
18-
google.golang.org/genproto v0.0.0-20221018160656-63c7b68cfc55
19-
google.golang.org/grpc v1.50.1
17+
google.golang.org/api v0.103.0
18+
google.golang.org/genproto v0.0.0-20221118155620-16455021b5e6
19+
google.golang.org/grpc v1.51.0
2020
google.golang.org/protobuf v1.28.1
2121
gopkg.in/h2non/gock.v1 v1.1.2
22-
k8s.io/api v0.25.3
23-
k8s.io/apimachinery v0.25.3
24-
k8s.io/client-go v0.25.3
25-
k8s.io/code-generator v0.25.3
22+
k8s.io/api v0.25.4
23+
k8s.io/apimachinery v0.25.4
24+
k8s.io/client-go v0.25.4
25+
k8s.io/code-generator v0.25.4
2626
k8s.io/klog/v2 v2.80.1
2727
)
2828

2929
// Fix CVE-2022-32149
3030
replace golang.org/x/text => golang.org/x/text v0.4.0
3131

3232
require (
33-
cloud.google.com/go/compute v1.10.0 // indirect
33+
cloud.google.com/go/compute v1.12.1 // indirect
34+
cloud.google.com/go/compute/metadata v0.2.1 // indirect
3435
github.com/PuerkitoBio/purell v1.1.1 // indirect
3536
github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578 // indirect
3637
github.com/beorn7/perks v1.0.1 // indirect
@@ -62,18 +63,18 @@ require (
6263
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
6364
github.com/pkg/errors v0.9.1 // indirect
6465
github.com/pmezard/go-difflib v1.0.0 // indirect
65-
github.com/prometheus/client_model v0.2.0 // indirect
66+
github.com/prometheus/client_model v0.3.0 // indirect
6667
github.com/prometheus/common v0.37.0 // indirect
6768
github.com/prometheus/procfs v0.8.0 // indirect
6869
github.com/spf13/pflag v1.0.5 // indirect
69-
go.opencensus.io v0.23.0 // indirect
70+
go.opencensus.io v0.24.0 // indirect
7071
go.uber.org/atomic v1.7.0 // indirect
7172
go.uber.org/multierr v1.6.0 // indirect
7273
golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4 // indirect
73-
golang.org/x/net v0.0.0-20221014081412-f15817d10f9b // indirect
74+
golang.org/x/net v0.1.0 // indirect
7475
golang.org/x/oauth2 v0.0.0-20221014153046-6fdb5e3db783 // indirect
75-
golang.org/x/sys v0.0.0-20220728004956-3c1f35247d10 // indirect
76-
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
76+
golang.org/x/sys v0.1.0 // indirect
77+
golang.org/x/term v0.1.0 // indirect
7778
golang.org/x/text v0.4.0 // indirect
7879
golang.org/x/time v0.0.0-20220210224613-90d013bbcef8 // indirect
7980
golang.org/x/tools v0.1.12 // indirect

0 commit comments

Comments
 (0)