@@ -3,34 +3,35 @@ module github.com/fluxcd/flagger
3
3
go 1.19
4
4
5
5
require (
6
- cloud.google.com/go/monitoring v1.6 .0
6
+ cloud.google.com/go/monitoring v1.9 .0
7
7
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
9
9
github.com/davecgh/go-spew v1.1.1
10
10
github.com/go-logr/zapr v1.2.3
11
11
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
16
16
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
20
20
google.golang.org/protobuf v1.28.1
21
21
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
26
26
k8s.io/klog/v2 v2.80.1
27
27
)
28
28
29
29
// Fix CVE-2022-32149
30
30
replace golang.org/x/text => golang.org/x/text v0.4.0
31
31
32
32
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
34
35
github.com/PuerkitoBio/purell v1.1.1 // indirect
35
36
github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578 // indirect
36
37
github.com/beorn7/perks v1.0.1 // indirect
@@ -62,18 +63,18 @@ require (
62
63
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
63
64
github.com/pkg/errors v0.9.1 // indirect
64
65
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
66
67
github.com/prometheus/common v0.37.0 // indirect
67
68
github.com/prometheus/procfs v0.8.0 // indirect
68
69
github.com/spf13/pflag v1.0.5 // indirect
69
- go.opencensus.io v0.23 .0 // indirect
70
+ go.opencensus.io v0.24 .0 // indirect
70
71
go.uber.org/atomic v1.7.0 // indirect
71
72
go.uber.org/multierr v1.6.0 // indirect
72
73
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
74
75
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
77
78
golang.org/x/text v0.4.0 // indirect
78
79
golang.org/x/time v0.0.0-20220210224613-90d013bbcef8 // indirect
79
80
golang.org/x/tools v0.1.12 // indirect
0 commit comments