@@ -18,41 +18,36 @@ require (
18
18
github.com/sirupsen/logrus v1.9.3
19
19
github.com/spf13/cobra v1.9.1
20
20
github.com/spf13/pflag v1.0.6
21
- golang.org/x/oauth2 v0.28 .0 // indirect
22
- k8s.io/api v0.33.0
23
- k8s.io/apimachinery v0.33.0
24
- k8s.io/cli-runtime v0.33.0
25
- k8s.io/client-go v0.33.0
26
- k8s.io/component-base v0.33.0
21
+ golang.org/x/oauth2 v0.30 .0 // indirect
22
+ k8s.io/api v0.33.1
23
+ k8s.io/apimachinery v0.33.1
24
+ k8s.io/cli-runtime v0.33.1
25
+ k8s.io/client-go v0.33.1
26
+ k8s.io/component-base v0.33.1
27
27
k8s.io/utils v0.0.0-20250321185631-1f6e0b77f77e // indirect
28
28
)
29
29
30
30
require (
31
- github.com/MicahParks/keyfunc/v3 v3.3.11
31
+ github.com/MicahParks/keyfunc/v3 v3.4.0
32
32
github.com/aws/aws-sdk-go-v2/config v1.29.14
33
33
github.com/aws/aws-sdk-go-v2/credentials v1.17.67
34
34
github.com/aws/aws-sdk-go-v2/service/ecr v1.44.0
35
35
github.com/bombsimon/logrusr/v4 v4.1.0
36
36
github.com/go-chi/transport v0.5.0
37
37
github.com/gofri/go-github-ratelimit v1.1.1
38
38
github.com/google/go-cmp v0.7.0
39
- github.com/google/go-containerregistry v0.20.3
40
- github.com/google/go-containerregistry/pkg/authn/k8schain v0.0.0-20250225234217-098045d5e61f
39
+ github.com/google/go-containerregistry v0.20.5
41
40
github.com/google/go-github/v70 v70.0.0
42
41
github.com/hashicorp/go-cleanhttp v0.5.2
43
42
github.com/jarcoal/httpmock v1.4.0
44
43
github.com/patrickmn/go-cache v2.1.0+incompatible
45
44
github.com/stretchr/testify v1.10.0
46
- sigs.k8s.io/controller-runtime v0.20.4
45
+ sigs.k8s.io/controller-runtime v0.21.0
47
46
)
48
47
49
48
require (
50
- cloud.google.com/go/compute/metadata v0.6.0 // indirect
51
- github.com/Azure/azure-sdk-for-go v68.0.0+incompatible // indirect
52
49
github.com/Azure/go-ansiterm v0.0.0-20250102033503-faa5f7b0171c // indirect
53
50
github.com/Azure/go-autorest v14.2.0+incompatible // indirect
54
- github.com/Azure/go-autorest/autorest/azure/auth v0.5.13 // indirect
55
- github.com/Azure/go-autorest/autorest/azure/cli v0.4.6 // indirect
56
51
github.com/Azure/go-autorest/autorest/date v0.3.1 // indirect
57
52
github.com/Azure/go-autorest/logger v0.2.2 // indirect
58
53
github.com/Azure/go-autorest/tracing v0.6.1 // indirect
@@ -61,25 +56,22 @@ require (
61
56
github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.34 // indirect
62
57
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.34 // indirect
63
58
github.com/aws/aws-sdk-go-v2/internal/ini v1.8.3 // indirect
64
- github.com/aws/aws-sdk-go-v2/service/ecrpublic v1.29.2 // indirect
65
59
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.12.3 // indirect
66
60
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.15 // indirect
67
61
github.com/aws/aws-sdk-go-v2/service/sso v1.25.3 // indirect
68
62
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.30.1 // indirect
69
63
github.com/aws/aws-sdk-go-v2/service/sts v1.33.19 // indirect
70
64
github.com/aws/smithy-go v1.22.3 // indirect
71
- github.com/awslabs/amazon-ecr-credential-helper/ecr-login v0.0.0-20250115170608-608f37feb051 // indirect
72
65
github.com/beorn7/perks v1.0.1 // indirect
73
66
github.com/blang/semver/v4 v4.0.0 // indirect
74
67
github.com/cespare/xxhash/v2 v2.3.0 // indirect
75
- github.com/chrismellard/docker-credential-acr-env v0.0.0-20230304212654-82a0ddb27589 // indirect
76
68
github.com/containerd/stargz-snapshotter/estargz v0.16.3 // indirect
77
69
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
78
- github.com/dimchansky/utfbom v1.1.1 // indirect
79
- github.com/docker/cli v28.0.4+incompatible // indirect
70
+ github.com/docker/cli v28.1.1+incompatible // indirect
80
71
github.com/docker/distribution v2.8.3+incompatible // indirect
81
72
github.com/docker/docker-credential-helpers v0.9.3 // indirect
82
73
github.com/emicklei/go-restful/v3 v3.12.2 // indirect
74
+ github.com/evanphx/json-patch v4.12.0+incompatible // indirect
83
75
github.com/evanphx/json-patch/v5 v5.9.11 // indirect
84
76
github.com/fsnotify/fsnotify v1.8.0 // indirect
85
77
github.com/fxamacker/cbor/v2 v2.8.0 // indirect
@@ -92,7 +84,6 @@ require (
92
84
github.com/golang-jwt/jwt/v4 v4.5.2 // indirect
93
85
github.com/google/btree v1.1.3 // indirect
94
86
github.com/google/gnostic-models v0.6.9 // indirect
95
- github.com/google/go-containerregistry/pkg/authn/kubernetes v0.0.0-20241111191718-6bce25ecf029 // indirect
96
87
github.com/google/go-querystring v1.1.0 // indirect
97
88
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
98
89
github.com/google/uuid v1.6.0 // indirect
@@ -124,8 +115,8 @@ require (
124
115
github.com/xlab/treeprint v1.2.0 // indirect
125
116
golang.org/x/crypto v0.36.0 // indirect
126
117
golang.org/x/net v0.38.0 // indirect
127
- golang.org/x/sync v0.12 .0 // indirect
128
- golang.org/x/sys v0.31 .0 // indirect
118
+ golang.org/x/sync v0.14 .0 // indirect
119
+ golang.org/x/sys v0.33 .0 // indirect
129
120
golang.org/x/term v0.30.0 // indirect
130
121
golang.org/x/text v0.23.0 // indirect
131
122
golang.org/x/time v0.11.0 // indirect
@@ -134,7 +125,8 @@ require (
134
125
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
135
126
gopkg.in/inf.v0 v0.9.1 // indirect
136
127
gopkg.in/yaml.v3 v3.0.1 // indirect
137
- k8s.io/apiextensions-apiserver v0.32.3 // indirect
128
+ gotest.tools/v3 v3.1.0 // indirect
129
+ k8s.io/apiextensions-apiserver v0.33.0 // indirect
138
130
k8s.io/klog/v2 v2.130.1 // indirect
139
131
k8s.io/kube-openapi v0.0.0-20250318190949-c8a335a9a2ff // indirect
140
132
sigs.k8s.io/json v0.0.0-20241014173422-cfa47c3a1cc8 // indirect
0 commit comments