11module github.com/fluxcd/image-automation-controller
22
3- go 1.21
3+ go 1.22
44
55replace github.com/fluxcd/image-automation-controller/api => ./api
66
@@ -13,32 +13,32 @@ replace (
1313require (
1414 github.com/AdaLogics/go-fuzz-headers v0.0.0-20230811130428-ced1acdcaa24
1515 github.com/Masterminds/sprig/v3 v3.2.3
16- github.com/ProtonMail/go-crypto v1.1.0-alpha.0
16+ github.com/ProtonMail/go-crypto v1.1.0-alpha.2-proton
1717 github.com/cyphar/filepath-securejoin v0.2.4
1818 github.com/fluxcd/image-automation-controller/api v0.37.1
1919 github.com/fluxcd/image-reflector-controller/api v0.31.2
20- github.com/fluxcd/pkg/apis/acl v0.1 .0
21- github.com/fluxcd/pkg/apis/event v0.7 .0
22- github.com/fluxcd/pkg/apis/meta v1.3 .0
23- github.com/fluxcd/pkg/git v0.17 .0
24- github.com/fluxcd/pkg/git/gogit v0.17 .0
25- github.com/fluxcd/pkg/gittestserver v0.10 .0
26- github.com/fluxcd/pkg/runtime v0.44.1
27- github.com/fluxcd/pkg/ssh v0.11 .0
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.45.0
27+ github.com/fluxcd/pkg/ssh v0.12 .0
2828 github.com/fluxcd/source-controller/api v1.2.4
2929 github.com/go-git/go-billy/v5 v5.5.0
30- github.com/go-git/go-git/v5 v5.11 .0
31- github.com/go-logr/logr v1.3.0
32- github.com/google/go-containerregistry v0.19.0
33- github.com/onsi/gomega v1.31.1
30+ github.com/go-git/go-git/v5 v5.12 .0
31+ github.com/go-logr/logr v1.4.1
32+ github.com/google/go-containerregistry v0.19.1
33+ github.com/onsi/gomega v1.32.0
3434 github.com/otiai10/copy v1.14.0
3535 github.com/spf13/pflag v1.0.5
36- k8s.io/api v0.28.6
37- k8s.io/apimachinery v0.28.6
38- k8s.io/client-go v0.28.6
39- k8s.io/kube-openapi v0.0.0-20231206194836-bf4651e18aa8
40- k8s.io/utils v0.0.0-20231127182322-b307cd553661
41- sigs.k8s.io/controller-runtime v0.16.3
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
40+ k8s.io/utils v0.0.0-20240310230437-4693a0247e57
41+ sigs.k8s.io/controller-runtime v0.17.2
4242 sigs.k8s.io/kustomize/kyaml v0.16.0
4343)
4444
@@ -57,11 +57,11 @@ require (
5757 github.com/emicklei/go-restful/v3 v3.11.0 // indirect
5858 github.com/emirpasic/gods v1.18.1 // indirect
5959 github.com/evanphx/json-patch v5.7.0+incompatible // indirect
60- github.com/evanphx/json-patch/v5 v5.7 .0 // indirect
60+ github.com/evanphx/json-patch/v5 v5.8 .0 // indirect
6161 github.com/exponent-io/jsonpath v0.0.0-20210407135951-1de76d718b3f // indirect
62- github.com/fluxcd/cli-utils v0.36.0-flux.3 // indirect
62+ github.com/fluxcd/cli-utils v0.36.0-flux.4 // indirect
6363 github.com/fluxcd/gitkit v0.6.0 // indirect
64- github.com/fluxcd/pkg/version v0.2.2 // indirect
64+ github.com/fluxcd/pkg/version v0.3.0 // indirect
6565 github.com/fsnotify/fsnotify v1.7.0 // indirect
6666 github.com/go-errors/errors v1.5.1 // indirect
6767 github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
@@ -72,13 +72,14 @@ require (
7272 github.com/gofrs/uuid v4.4.0+incompatible // indirect
7373 github.com/gogo/protobuf v1.3.2 // indirect
7474 github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
75- github.com/golang/protobuf v1.5.3 // indirect
75+ github.com/golang/protobuf v1.5.4 // indirect
7676 github.com/google/btree v1.1.2 // indirect
7777 github.com/google/gnostic-models v0.6.8 // indirect
7878 github.com/google/go-cmp v0.6.0 // indirect
7979 github.com/google/gofuzz v1.2.0 // indirect
8080 github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
81- github.com/google/uuid v1.5.0 // indirect
81+ github.com/google/uuid v1.6.0 // indirect
82+ github.com/gorilla/websocket v1.5.0 // indirect
8283 github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79 // indirect
8384 github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
8485 github.com/hashicorp/go-hclog v1.3.1 // indirect
@@ -94,7 +95,6 @@ require (
9495 github.com/mailru/easyjson v0.7.7 // indirect
9596 github.com/mattn/go-colorable v0.1.13 // indirect
9697 github.com/mattn/go-isatty v0.0.16 // indirect
97- github.com/matttproud/golang_protobuf_extensions/v2 v2.0.0 // indirect
9898 github.com/mitchellh/copystructure v1.2.0 // indirect
9999 github.com/mitchellh/go-wordwrap v1.0.1 // indirect
100100 github.com/mitchellh/reflectwalk v1.0.2 // indirect
@@ -104,36 +104,37 @@ require (
104104 github.com/modern-go/reflect2 v1.0.2 // indirect
105105 github.com/monochromegane/go-gitignore v0.0.0-20200626010858-205db1a8cc00 // indirect
106106 github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
107+ github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f // indirect
107108 github.com/opencontainers/go-digest v1.0.0 // indirect
108109 github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
109110 github.com/pjbgf/sha1cd v0.3.0 // indirect
110111 github.com/pkg/errors v0.9.1 // indirect
111- github.com/prometheus/client_golang v1.18 .0 // indirect
112+ github.com/prometheus/client_golang v1.19 .0 // indirect
112113 github.com/prometheus/client_model v0.5.0 // indirect
113- github.com/prometheus/common v0.45 .0 // indirect
114+ github.com/prometheus/common v0.48 .0 // indirect
114115 github.com/prometheus/procfs v0.12.0 // indirect
115116 github.com/russross/blackfriday/v2 v2.1.0 // indirect
116- github.com/sergi/go-diff v1.3.1 // indirect
117+ github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 // indirect
117118 github.com/shopspring/decimal v1.2.0 // indirect
118- github.com/skeema/knownhosts v1.2.1 // indirect
119+ github.com/skeema/knownhosts v1.2.2 // indirect
119120 github.com/spf13/cast v1.5.0 // indirect
120121 github.com/spf13/cobra v1.8.0 // indirect
121122 github.com/xanzy/ssh-agent v0.3.3 // indirect
122123 github.com/xlab/treeprint v1.2.0 // indirect
123124 go.starlark.net v0.0.0-20231121155337-90ade8b19d09 // indirect
124125 go.uber.org/multierr v1.11.0 // indirect
125- go.uber.org/zap v1.26 .0 // indirect
126- golang.org/x/crypto v0.18 .0 // indirect
126+ go.uber.org/zap v1.27 .0 // indirect
127+ golang.org/x/crypto v0.21 .0 // indirect
127128 golang.org/x/exp v0.0.0-20231206192017-f3f8817b8deb // indirect
128- golang.org/x/mod v0.14 .0 // indirect
129- golang.org/x/net v0.20 .0 // indirect
129+ golang.org/x/mod v0.16 .0 // indirect
130+ golang.org/x/net v0.22 .0 // indirect
130131 golang.org/x/oauth2 v0.16.0 // indirect
131132 golang.org/x/sync v0.6.0 // indirect
132- golang.org/x/sys v0.16 .0 // indirect
133- golang.org/x/term v0.16 .0 // indirect
133+ golang.org/x/sys v0.18 .0 // indirect
134+ golang.org/x/term v0.18 .0 // indirect
134135 golang.org/x/text v0.14.0 // indirect
135136 golang.org/x/time v0.5.0 // indirect
136- golang.org/x/tools v0.17 .0 // indirect
137+ golang.org/x/tools v0.19 .0 // indirect
137138 gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
138139 google.golang.org/appengine v1.6.8 // indirect
139140 google.golang.org/protobuf v1.33.0 // indirect
@@ -142,11 +143,11 @@ require (
142143 gopkg.in/warnings.v0 v0.1.2 // indirect
143144 gopkg.in/yaml.v2 v2.4.0 // indirect
144145 gopkg.in/yaml.v3 v3.0.1 // indirect
145- k8s.io/apiextensions-apiserver v0.28.6 // indirect
146- k8s.io/cli-runtime v0.28.6 // indirect
147- k8s.io/component-base v0.28.6 // indirect
148- k8s.io/klog/v2 v2.110 .1 // indirect
149- k8s.io/kubectl v0.28.6 // indirect
146+ k8s.io/apiextensions-apiserver v0.29.3 // indirect
147+ k8s.io/cli-runtime v0.29.3 // indirect
148+ k8s.io/component-base v0.29.3 // indirect
149+ k8s.io/klog/v2 v2.120 .1 // indirect
150+ k8s.io/kubectl v0.29.3 // indirect
150151 sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
151152 sigs.k8s.io/kustomize/api v0.16.0 // indirect
152153 sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect
0 commit comments