1
1
module github.com/fluxcd/image-automation-controller
2
2
3
- go 1.22
3
+ go 1.22.0
4
4
5
5
replace github.com/fluxcd/image-automation-controller/api => ./api
6
6
@@ -17,14 +17,14 @@ require (
17
17
github.com/cyphar/filepath-securejoin v0.2.4
18
18
github.com/fluxcd/image-automation-controller/api v0.37.1
19
19
github.com/fluxcd/image-reflector-controller/api v0.31.2
20
- github.com/fluxcd/pkg/apis/acl v0.2 .0
21
- github.com/fluxcd/pkg/apis/event v0.8 .0
22
- github.com/fluxcd/pkg/apis/meta v1.4 .0
23
- github.com/fluxcd/pkg/git v0.18 .0
24
- github.com/fluxcd/pkg/git/gogit v0.18 .0
25
- github.com/fluxcd/pkg/gittestserver v0.11 .0
26
- github.com/fluxcd/pkg/runtime v0.46 .0
27
- github.com/fluxcd/pkg/ssh v0.12 .0
20
+ github.com/fluxcd/pkg/apis/acl v0.3 .0
21
+ github.com/fluxcd/pkg/apis/event v0.9 .0
22
+ github.com/fluxcd/pkg/apis/meta v1.5 .0
23
+ github.com/fluxcd/pkg/git v0.19 .0
24
+ github.com/fluxcd/pkg/git/gogit v0.19 .0
25
+ github.com/fluxcd/pkg/gittestserver v0.12 .0
26
+ github.com/fluxcd/pkg/runtime v0.47 .0
27
+ github.com/fluxcd/pkg/ssh v0.13 .0
28
28
github.com/fluxcd/source-controller/api v1.2.5
29
29
github.com/go-git/go-billy/v5 v5.5.0
30
30
github.com/go-git/go-git/v5 v5.12.0
@@ -33,12 +33,12 @@ require (
33
33
github.com/onsi/gomega v1.33.0
34
34
github.com/otiai10/copy v1.14.0
35
35
github.com/spf13/pflag v1.0.5
36
- k8s.io/api v0.29.3
37
- k8s.io/apimachinery v0.29.3
38
- k8s.io/client-go v0.29.3
39
- k8s.io/kube-openapi v0.0.0-20240322212309-b815d8309940
36
+ k8s.io/api v0.30.0
37
+ k8s.io/apimachinery v0.30.0
38
+ k8s.io/client-go v0.30.0
39
+ k8s.io/kube-openapi v0.0.0-20240411171206-dc4e619f62f3
40
40
k8s.io/utils v0.0.0-20240310230437-4693a0247e57
41
- sigs.k8s.io/controller-runtime v0.17.2
41
+ sigs.k8s.io/controller-runtime v0.18.0
42
42
sigs.k8s.io/kustomize/kyaml v0.17.0
43
43
)
44
44
@@ -51,25 +51,25 @@ require (
51
51
github.com/Microsoft/go-winio v0.6.1 // indirect
52
52
github.com/beorn7/perks v1.0.1 // indirect
53
53
github.com/blang/semver/v4 v4.0.0 // indirect
54
- github.com/cespare/xxhash/v2 v2.2 .0 // indirect
54
+ github.com/cespare/xxhash/v2 v2.3 .0 // indirect
55
55
github.com/chai2010/gettext-go v1.0.2 // indirect
56
56
github.com/cloudflare/circl v1.3.7 // indirect
57
57
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
58
- github.com/emicklei/go-restful/v3 v3.11 .0 // indirect
58
+ github.com/emicklei/go-restful/v3 v3.12 .0 // indirect
59
59
github.com/emirpasic/gods v1.18.1 // indirect
60
60
github.com/evanphx/json-patch v5.7.0+incompatible // indirect
61
- github.com/evanphx/json-patch/v5 v5.8 .0 // indirect
61
+ github.com/evanphx/json-patch/v5 v5.9 .0 // indirect
62
62
github.com/exponent-io/jsonpath v0.0.0-20210407135951-1de76d718b3f // indirect
63
- github.com/fluxcd/cli-utils v0.36.0-flux.5 // indirect
63
+ github.com/fluxcd/cli-utils v0.36.0-flux.7 // indirect
64
64
github.com/fluxcd/gitkit v0.6.0 // indirect
65
- github.com/fluxcd/pkg/version v0.3 .0 // indirect
65
+ github.com/fluxcd/pkg/version v0.4 .0 // indirect
66
66
github.com/fsnotify/fsnotify v1.7.0 // indirect
67
67
github.com/go-errors/errors v1.5.1 // indirect
68
68
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
69
69
github.com/go-logr/zapr v1.3.0 // indirect
70
- github.com/go-openapi/jsonpointer v0.20 .0 // indirect
71
- github.com/go-openapi/jsonreference v0.20.2 // indirect
72
- github.com/go-openapi/swag v0.22.4 // indirect
70
+ github.com/go-openapi/jsonpointer v0.21 .0 // indirect
71
+ github.com/go-openapi/jsonreference v0.21.0 // indirect
72
+ github.com/go-openapi/swag v0.23.0 // indirect
73
73
github.com/gofrs/uuid v4.4.0+incompatible // indirect
74
74
github.com/gogo/protobuf v1.3.2 // indirect
75
75
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
@@ -112,9 +112,9 @@ require (
112
112
github.com/pjbgf/sha1cd v0.3.0 // indirect
113
113
github.com/pkg/errors v0.9.1 // indirect
114
114
github.com/prometheus/client_golang v1.19.0 // indirect
115
- github.com/prometheus/client_model v0.5.0 // indirect
116
- github.com/prometheus/common v0.48 .0 // indirect
117
- github.com/prometheus/procfs v0.12 .0 // indirect
115
+ github.com/prometheus/client_model v0.6.1 // indirect
116
+ github.com/prometheus/common v0.53 .0 // indirect
117
+ github.com/prometheus/procfs v0.14 .0 // indirect
118
118
github.com/russross/blackfriday/v2 v2.1.0 // indirect
119
119
github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 // indirect
120
120
github.com/shopspring/decimal v1.2.0 // indirect
@@ -127,7 +127,7 @@ require (
127
127
go.uber.org/multierr v1.11.0 // indirect
128
128
go.uber.org/zap v1.27.0 // indirect
129
129
golang.org/x/crypto v0.22.0 // indirect
130
- golang.org/x/exp v0.0.0-20231206192017-f3f8817b8deb // indirect
130
+ golang.org/x/exp v0.0.0-20240416160154-fe59bbe5cc7f // indirect
131
131
golang.org/x/mod v0.17.0 // indirect
132
132
golang.org/x/net v0.24.0 // indirect
133
133
golang.org/x/oauth2 v0.19.0 // indirect
@@ -144,13 +144,13 @@ require (
144
144
gopkg.in/warnings.v0 v0.1.2 // indirect
145
145
gopkg.in/yaml.v2 v2.4.0 // indirect
146
146
gopkg.in/yaml.v3 v3.0.1 // indirect
147
- k8s.io/apiextensions-apiserver v0.29.3 // indirect
148
- k8s.io/cli-runtime v0.29.3 // indirect
149
- k8s.io/component-base v0.29.3 // indirect
147
+ k8s.io/apiextensions-apiserver v0.30.0 // indirect
148
+ k8s.io/cli-runtime v0.30.0 // indirect
149
+ k8s.io/component-base v0.30.0 // indirect
150
150
k8s.io/klog/v2 v2.120.1 // indirect
151
- k8s.io/kubectl v0.29.3 // indirect
151
+ k8s.io/kubectl v0.30.0 // indirect
152
152
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
153
- sigs.k8s.io/kustomize/api v0.17.0 // indirect
153
+ sigs.k8s.io/kustomize/api v0.17.1 // indirect
154
154
sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect
155
155
sigs.k8s.io/yaml v1.4.0 // indirect
156
156
)
0 commit comments