@@ -3,27 +3,27 @@ module github.com/fluxcd/flagger
3
3
go 1.21
4
4
5
5
require (
6
- cloud.google.com/go/monitoring v1.16.3
6
+ cloud.google.com/go/monitoring v1.17.1
7
7
github.com/Masterminds/semver/v3 v3.2.1
8
- github.com/aws/aws-sdk-go v1.48.7
8
+ github.com/aws/aws-sdk-go v1.50.12
9
9
github.com/davecgh/go-spew v1.1.1
10
10
github.com/go-logr/zapr v1.3.0
11
11
github.com/google/go-cmp v0.6.0
12
12
github.com/googleapis/gax-go/v2 v2.12.0
13
- github.com/hashicorp/go-retryablehttp v0.7.4
14
- github.com/influxdata/influxdb-client-go/v2 v2.12.4
15
- github.com/prometheus/client_golang v1.17 .0
13
+ github.com/hashicorp/go-retryablehttp v0.7.5
14
+ github.com/influxdata/influxdb-client-go/v2 v2.13.0
15
+ github.com/prometheus/client_golang v1.18 .0
16
16
github.com/stretchr/testify v1.8.4
17
17
go.uber.org/zap v1.26.0
18
- google.golang.org/api v0.152 .0
19
- google.golang.org/genproto v0.0.0-20231127180814-3a041ad873d4
20
- google.golang.org/grpc v1.59 .0
21
- google.golang.org/protobuf v1.31 .0
18
+ google.golang.org/api v0.162 .0
19
+ google.golang.org/genproto v0.0.0-20240116215550-a9fa1716bcac
20
+ google.golang.org/grpc v1.61 .0
21
+ google.golang.org/protobuf v1.32 .0
22
22
gopkg.in/h2non/gock.v1 v1.1.2
23
- k8s.io/api v0.27.4
24
- k8s.io/apimachinery v0.27.4
25
- k8s.io/client-go v0.27.4
26
- k8s.io/code-generator v0.27.4
23
+ k8s.io/api v0.27.10
24
+ k8s.io/apimachinery v0.27.10
25
+ k8s.io/client-go v0.27.10
26
+ k8s.io/code-generator v0.27.10
27
27
k8s.io/klog/v2 v2.110.1
28
28
)
29
29
@@ -33,10 +33,10 @@ require (
33
33
github.com/apapsch/go-jsonmerge/v2 v2.0.0 // indirect
34
34
github.com/beorn7/perks v1.0.1 // indirect
35
35
github.com/cespare/xxhash/v2 v2.2.0 // indirect
36
- github.com/deepmap/oapi-codegen v1.12.4 // indirect
37
36
github.com/emicklei/go-restful/v3 v3.10.2 // indirect
38
37
github.com/evanphx/json-patch v5.6.0+incompatible // indirect
39
- github.com/go-logr/logr v1.3.0 // indirect
38
+ github.com/go-logr/logr v1.4.1 // indirect
39
+ github.com/go-logr/stdr v1.2.2 // indirect
40
40
github.com/go-openapi/jsonpointer v0.19.6 // indirect
41
41
github.com/go-openapi/jsonreference v0.20.2 // indirect
42
42
github.com/go-openapi/swag v0.22.3 // indirect
@@ -46,7 +46,7 @@ require (
46
46
github.com/google/gnostic v0.6.9 // indirect
47
47
github.com/google/gofuzz v1.2.0 // indirect
48
48
github.com/google/s2a-go v0.1.7 // indirect
49
- github.com/google/uuid v1.4 .0 // indirect
49
+ github.com/google/uuid v1.6 .0 // indirect
50
50
github.com/googleapis/enterprise-certificate-proxy v0.3.2 // indirect
51
51
github.com/h2non/parth v0.0.0-20190131123155-b4df798d6542 // indirect
52
52
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
@@ -56,31 +56,36 @@ require (
56
56
github.com/josharian/intern v1.0.0 // indirect
57
57
github.com/json-iterator/go v1.1.12 // indirect
58
58
github.com/mailru/easyjson v0.7.7 // indirect
59
- github.com/matttproud/golang_protobuf_extensions v1 .0.4 // indirect
59
+ github.com/matttproud/golang_protobuf_extensions/v2 v2 .0.0 // indirect
60
60
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
61
61
github.com/modern-go/reflect2 v1.0.2 // indirect
62
62
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
63
+ github.com/oapi-codegen/runtime v1.0.0 // 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.4.1-0.20230718164431-9a2bf3000d16 // indirect
66
- github.com/prometheus/common v0.44 .0 // indirect
67
- github.com/prometheus/procfs v0.11.1 // indirect
66
+ github.com/prometheus/client_model v0.5.0 // indirect
67
+ github.com/prometheus/common v0.45 .0 // indirect
68
+ github.com/prometheus/procfs v0.12.0 // indirect
68
69
github.com/spf13/pflag v1.0.5 // indirect
69
70
go.opencensus.io v0.24.0 // indirect
71
+ go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.47.0 // indirect
72
+ go.opentelemetry.io/otel v1.22.0 // indirect
73
+ go.opentelemetry.io/otel/metric v1.22.0 // indirect
74
+ go.opentelemetry.io/otel/trace v1.22.0 // indirect
70
75
go.uber.org/multierr v1.11.0 // indirect
71
- golang.org/x/crypto v0.17 .0 // indirect
72
- golang.org/x/mod v0.10 .0 // indirect
73
- golang.org/x/net v0.18 .0 // indirect
74
- golang.org/x/oauth2 v0.14 .0 // indirect
75
- golang.org/x/sync v0.5 .0 // indirect
76
- golang.org/x/sys v0.15 .0 // indirect
77
- golang.org/x/term v0.15 .0 // indirect
76
+ golang.org/x/crypto v0.18 .0 // indirect
77
+ golang.org/x/mod v0.14 .0 // indirect
78
+ golang.org/x/net v0.20 .0 // indirect
79
+ golang.org/x/oauth2 v0.16 .0 // indirect
80
+ golang.org/x/sync v0.6 .0 // indirect
81
+ golang.org/x/sys v0.16 .0 // indirect
82
+ golang.org/x/term v0.16 .0 // indirect
78
83
golang.org/x/text v0.14.0 // indirect
79
84
golang.org/x/time v0.5.0 // indirect
80
- golang.org/x/tools v0.8.0 // indirect
81
- google.golang.org/appengine v1.6.7 // indirect
82
- google.golang.org/genproto/googleapis/api v0.0.0-20231120223509-83a465c0220f // indirect
83
- google.golang.org/genproto/googleapis/rpc v0.0.0-20231120223509-83a465c0220f // indirect
85
+ golang.org/x/tools v0.16.1 // indirect
86
+ google.golang.org/appengine v1.6.8 // indirect
87
+ google.golang.org/genproto/googleapis/api v0.0.0-20240125205218-1f4bbc51befe // indirect
88
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20240125205218-1f4bbc51befe // indirect
84
89
gopkg.in/inf.v0 v0.9.1 // indirect
85
90
gopkg.in/yaml.v2 v2.4.0 // indirect
86
91
gopkg.in/yaml.v3 v3.0.1 // indirect
0 commit comments