1
1
module github.com/fluxcd/image-automation-controller
2
2
3
- go 1.22.5
3
+ go 1.22.7
4
4
5
5
replace github.com/fluxcd/image-automation-controller/api => ./api
6
6
7
- // Pin kustomize to v5.4 .0
7
+ // Pin kustomize to v5.5 .0
8
8
replace (
9
- sigs.k8s.io/kustomize/api => sigs.k8s.io/kustomize/api v0.17 .0
10
- sigs.k8s.io/kustomize/kyaml => sigs.k8s.io/kustomize/kyaml v0.17.0
9
+ sigs.k8s.io/kustomize/api => sigs.k8s.io/kustomize/api v0.18 .0
10
+ sigs.k8s.io/kustomize/kyaml => sigs.k8s.io/kustomize/kyaml v0.18.1
11
11
)
12
12
13
13
require (
14
14
github.com/AdaLogics/go-fuzz-headers v0.0.0-20240806141605-e8a1dd7889d6
15
15
github.com/Masterminds/sprig/v3 v3.3.0
16
- github.com/ProtonMail/go-crypto v1.1.0-alpha.5-proton
17
- github.com/cyphar/filepath-securejoin v0.3.2
16
+ github.com/ProtonMail/go-crypto v1.1.3
17
+ github.com/cyphar/filepath-securejoin v0.3.5
18
18
github.com/fluxcd/image-automation-controller/api v0.39.0
19
19
github.com/fluxcd/image-reflector-controller/api v0.33.0
20
- github.com/fluxcd/pkg/apis/acl v0.3 .0
21
- github.com/fluxcd/pkg/apis/event v0.10.1
22
- github.com/fluxcd/pkg/apis/meta v1.6.1
23
- github.com/fluxcd/pkg/auth v0.0.1
24
- github.com/fluxcd/pkg/git v0.21 .0
25
- github.com/fluxcd/pkg/git/gogit v0.21 .0
26
- github.com/fluxcd/pkg/gittestserver v0.13.1
27
- github.com/fluxcd/pkg/runtime v0.49.1
28
- github.com/fluxcd/pkg/ssh v0.14.1
20
+ github.com/fluxcd/pkg/apis/acl v0.4 .0
21
+ github.com/fluxcd/pkg/apis/event v0.11.0
22
+ github.com/fluxcd/pkg/apis/meta v1.7.0
23
+ github.com/fluxcd/pkg/auth v0.1.0
24
+ github.com/fluxcd/pkg/git v0.22 .0
25
+ github.com/fluxcd/pkg/git/gogit v0.22 .0
26
+ github.com/fluxcd/pkg/gittestserver v0.14.0
27
+ github.com/fluxcd/pkg/runtime v0.50.0
28
+ github.com/fluxcd/pkg/ssh v0.15.0
29
29
github.com/fluxcd/source-controller/api v1.4.1
30
- github.com/go-git/go-billy/v5 v5.5 .0
30
+ github.com/go-git/go-billy/v5 v5.6 .0
31
31
github.com/go-git/go-git/v5 v5.12.0
32
32
github.com/go-logr/logr v1.4.2
33
33
github.com/google/go-containerregistry v0.20.2
34
- github.com/onsi/gomega v1.34.2
34
+ github.com/onsi/gomega v1.36.0
35
35
github.com/otiai10/copy v1.14.0
36
36
github.com/spf13/pflag v1.0.5
37
- k8s.io/api v0.31.1
38
- k8s.io/apimachinery v0.31.1
39
- k8s.io/client-go v0.31.1
37
+ k8s.io/api v0.31.3
38
+ k8s.io/apimachinery v0.31.3
39
+ k8s.io/client-go v0.31.3
40
40
k8s.io/kube-openapi v0.0.0-20240411171206-dc4e619f62f3
41
- k8s.io/utils v0.0.0-20240711033017-18e509b52bc8
42
- sigs.k8s.io/controller-runtime v0.19.0
43
- sigs.k8s.io/kustomize/kyaml v0.17.2
41
+ k8s.io/utils v0.0.0-20241104163129-6fe5fd82f078
42
+ sigs.k8s.io/controller-runtime v0.19.3
43
+ sigs.k8s.io/kustomize/kyaml v0.18.1
44
44
)
45
45
46
46
require (
47
47
dario.cat/mergo v1.0.1 // indirect
48
- github.com/Azure/azure-sdk-for-go/sdk/azcore v1.14 .0 // indirect
49
- github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.7 .0 // indirect
48
+ github.com/Azure/azure-sdk-for-go/sdk/azcore v1.16 .0 // indirect
49
+ github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.8 .0 // indirect
50
50
github.com/Azure/azure-sdk-for-go/sdk/internal v1.10.0 // indirect
51
51
github.com/Azure/go-ansiterm v0.0.0-20230124172434-306776ec8161 // indirect
52
52
github.com/AzureAD/microsoft-authentication-library-for-go v1.2.2 // indirect
53
53
github.com/MakeNowJust/heredoc v1.0.0 // indirect
54
54
github.com/Masterminds/goutils v1.1.1 // indirect
55
- github.com/Masterminds/semver/v3 v3.3.0 // indirect
55
+ github.com/Masterminds/semver/v3 v3.3.1 // indirect
56
56
github.com/Microsoft/go-winio v0.6.1 // indirect
57
57
github.com/beorn7/perks v1.0.1 // indirect
58
58
github.com/blang/semver/v4 v4.0.0 // indirect
59
+ github.com/bradleyfalzon/ghinstallation/v2 v2.12.0 // indirect
59
60
github.com/cespare/xxhash/v2 v2.3.0 // indirect
60
61
github.com/chai2010/gettext-go v1.0.2 // indirect
61
- github.com/cloudflare/circl v1.4 .0 // indirect
62
+ github.com/cloudflare/circl v1.5 .0 // indirect
62
63
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
63
64
github.com/emicklei/go-restful/v3 v3.12.1 // indirect
64
65
github.com/emirpasic/gods v1.18.1 // indirect
65
66
github.com/evanphx/json-patch/v5 v5.9.0 // indirect
66
67
github.com/exponent-io/jsonpath v0.0.0-20210407135951-1de76d718b3f // indirect
67
- github.com/fluxcd/cli-utils v0.36.0-flux.9 // indirect
68
+ github.com/fluxcd/cli-utils v0.36.0-flux.10 // indirect
68
69
github.com/fluxcd/gitkit v0.6.0 // indirect
69
- github.com/fluxcd/pkg/version v0.4.1 // indirect
70
- github.com/fsnotify/fsnotify v1.7.0 // indirect
70
+ github.com/fluxcd/pkg/version v0.5.0 // indirect
71
71
github.com/fxamacker/cbor/v2 v2.7.0 // indirect
72
72
github.com/go-errors/errors v1.5.1 // indirect
73
73
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
@@ -77,12 +77,15 @@ require (
77
77
github.com/go-openapi/swag v0.23.0 // indirect
78
78
github.com/gofrs/uuid v4.4.0+incompatible // indirect
79
79
github.com/gogo/protobuf v1.3.2 // indirect
80
+ github.com/golang-jwt/jwt/v4 v4.5.1 // indirect
80
81
github.com/golang-jwt/jwt/v5 v5.2.1 // indirect
81
82
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
82
83
github.com/golang/protobuf v1.5.4 // indirect
83
84
github.com/google/btree v1.1.2 // indirect
84
85
github.com/google/gnostic-models v0.6.8 // indirect
85
86
github.com/google/go-cmp v0.6.0 // indirect
87
+ github.com/google/go-github/v66 v66.0.0 // indirect
88
+ github.com/google/go-querystring v1.1.0 // indirect
86
89
github.com/google/gofuzz v1.2.0 // indirect
87
90
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
88
91
github.com/google/uuid v1.6.0 // indirect
@@ -116,7 +119,7 @@ require (
116
119
github.com/pjbgf/sha1cd v0.3.0 // indirect
117
120
github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c // indirect
118
121
github.com/pkg/errors v0.9.1 // indirect
119
- github.com/prometheus/client_golang v1.20.3 // indirect
122
+ github.com/prometheus/client_golang v1.20.5 // indirect
120
123
github.com/prometheus/client_model v0.6.1 // indirect
121
124
github.com/prometheus/common v0.55.0 // indirect
122
125
github.com/prometheus/procfs v0.15.1 // indirect
@@ -129,34 +132,33 @@ require (
129
132
github.com/x448/float16 v0.8.4 // indirect
130
133
github.com/xanzy/ssh-agent v0.3.3 // indirect
131
134
github.com/xlab/treeprint v1.2.0 // indirect
132
- go.starlark.net v0.0.0-20231121155337-90ade8b19d09 // indirect
133
135
go.uber.org/multierr v1.11.0 // indirect
134
136
go.uber.org/zap v1.27.0 // indirect
135
- golang.org/x/crypto v0.27 .0 // indirect
137
+ golang.org/x/crypto v0.30 .0 // indirect
136
138
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 // indirect
137
- golang.org/x/mod v0.21 .0 // indirect
138
- golang.org/x/net v0.29 .0 // indirect
139
- golang.org/x/oauth2 v0.22 .0 // indirect
140
- golang.org/x/sync v0.8 .0 // indirect
141
- golang.org/x/sys v0.25 .0 // indirect
142
- golang.org/x/term v0.24 .0 // indirect
143
- golang.org/x/text v0.18 .0 // indirect
144
- golang.org/x/time v0.6 .0 // indirect
145
- golang.org/x/tools v0.25 .0 // indirect
139
+ golang.org/x/mod v0.22 .0 // indirect
140
+ golang.org/x/net v0.32 .0 // indirect
141
+ golang.org/x/oauth2 v0.24 .0 // indirect
142
+ golang.org/x/sync v0.10 .0 // indirect
143
+ golang.org/x/sys v0.28 .0 // indirect
144
+ golang.org/x/term v0.27 .0 // indirect
145
+ golang.org/x/text v0.21 .0 // indirect
146
+ golang.org/x/time v0.8 .0 // indirect
147
+ golang.org/x/tools v0.28 .0 // indirect
146
148
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
147
- google.golang.org/protobuf v1.34.2 // indirect
149
+ google.golang.org/protobuf v1.35.1 // indirect
148
150
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
149
151
gopkg.in/inf.v0 v0.9.1 // indirect
150
152
gopkg.in/warnings.v0 v0.1.2 // indirect
151
153
gopkg.in/yaml.v2 v2.4.0 // indirect
152
154
gopkg.in/yaml.v3 v3.0.1 // indirect
153
- k8s.io/apiextensions-apiserver v0.31.1 // indirect
154
- k8s.io/cli-runtime v0.31.1 // indirect
155
- k8s.io/component-base v0.31.1 // indirect
155
+ k8s.io/apiextensions-apiserver v0.31.3 // indirect
156
+ k8s.io/cli-runtime v0.31.3 // indirect
157
+ k8s.io/component-base v0.31.3 // indirect
156
158
k8s.io/klog/v2 v2.130.1 // indirect
157
- k8s.io/kubectl v0.31.1 // indirect
159
+ k8s.io/kubectl v0.31.3 // indirect
158
160
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
159
- sigs.k8s.io/kustomize/api v0.17.3 // indirect
161
+ sigs.k8s.io/kustomize/api v0.18.0 // indirect
160
162
sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect
161
163
sigs.k8s.io/yaml v1.4.0 // indirect
162
164
)
0 commit comments