1
1
module github.com/jetstack/version-checker
2
2
3
- go 1.24.0
4
-
5
- toolchain go1.24.2
3
+ go 1.24.5
6
4
7
5
// Do not remove this comment:
8
6
// please place any replace statements here at the top for visibility and add a
9
7
// comment to it as to when it can be removed
10
8
9
+ replace github.com/imdario/mergo => github.com/imdario/mergo v0.3.16
10
+
11
+ // Core Dependencies
11
12
require (
12
- github.com/Azure/go-autorest/autorest v0.11.30
13
- github.com/Azure/go-autorest/autorest/adal v0.9.24
14
- github.com/aws/aws-sdk-go-v2 v1.36.5
15
- github.com/golang-jwt/jwt/v5 v5.2.2
16
- github.com/hashicorp/go-retryablehttp v0.7.8
13
+ github.com/bombsimon/logrusr/v4 v4.1.0
17
14
github.com/prometheus/client_golang v1.22.0
18
15
github.com/sirupsen/logrus v1.9.3
19
16
github.com/spf13/cobra v1.9.1
20
- github.com/spf13/pflag v1.0.6
21
- golang.org/x/oauth2 v0.30.0 // indirect
22
- k8s.io/api v0.33.2
23
- k8s.io/apimachinery v0.33.2
24
- k8s.io/cli-runtime v0.33.2
25
- k8s.io/client-go v0.33.2
26
- k8s.io/component-base v0.33.2
27
- k8s.io/utils v0.0.0-20250321185631-1f6e0b77f77e // indirect
17
+ github.com/spf13/pflag v1.0.7
18
+ golang.org/x/time v0.9.0
19
+ k8s.io/api v0.33.3
20
+ k8s.io/apimachinery v0.33.3
21
+ k8s.io/cli-runtime v0.33.3
22
+ k8s.io/client-go v0.33.3
23
+ k8s.io/component-base v0.33.3
24
+ sigs. k8s.io/controller-runtime v0.21.0
28
25
)
29
26
27
+ // Azure Client Dependencies
30
28
require (
29
+ github.com/Azure/go-autorest/autorest v0.11.30
30
+ github.com/Azure/go-autorest/autorest/adal v0.9.24
31
+ github.com/MicahParks/jwkset v0.8.0 // indirect
31
32
github.com/MicahParks/keyfunc/v3 v3.4.0
33
+ github.com/golang-jwt/jwt/v5 v5.2.3
34
+ )
35
+
36
+ // AWS Client Dependencies
37
+ require (
38
+ github.com/aws/aws-sdk-go-v2 v1.36.5
32
39
github.com/aws/aws-sdk-go-v2/config v1.29.17
33
40
github.com/aws/aws-sdk-go-v2/credentials v1.17.70
34
41
github.com/aws/aws-sdk-go-v2/service/ecr v1.45.1
35
- github.com/bombsimon/logrusr/v4 v4.1.0
36
- github.com/go-chi/transport v0.5.0
42
+ )
43
+
44
+ // Github Client Dependencies
45
+ require (
37
46
github.com/gofri/go-github-ratelimit v1.1.1
38
- github.com/google/go-cmp v0.7.0
39
- github.com/google/go-containerregistry v0.20.6
40
47
github.com/google/go-github/v70 v70.0.0
48
+ )
49
+
50
+ // Generic Client Dependencies
51
+ require (
52
+ github.com/go-chi/transport v0.5.0
53
+ github.com/google/go-containerregistry v0.20.6
41
54
github.com/hashicorp/go-cleanhttp v0.5.2
42
- github.com/jarcoal/httpmock v1.4.0
55
+ github.com/hashicorp/go-retryablehttp v0.7.8
43
56
github.com/patrickmn/go-cache v2.1.0+incompatible
57
+ )
58
+
59
+ // Testing Dependencies
60
+ require (
61
+ github.com/jarcoal/httpmock v1.4.0
44
62
github.com/stretchr/testify v1.10.0
45
- sigs.k8s.io/controller-runtime v0.21.0
46
63
)
47
64
48
65
require (
49
- github.com/Azure/go-ansiterm v0.0.0-20250102033503-faa5f7b0171c // indirect
66
+ github.com/Azure/go-ansiterm v0.0.0-20230124172434-306776ec8161 // indirect
50
67
github.com/Azure/go-autorest v14.2.0+incompatible // indirect
51
- github.com/Azure/go-autorest/autorest/date v0.3.1 // indirect
52
- github.com/Azure/go-autorest/logger v0.2.2 // indirect
53
- github.com/Azure/go-autorest/tracing v0.6.1 // indirect
54
- github.com/MicahParks/jwkset v0.8.0 // indirect
68
+ github.com/Azure/go-autorest/autorest/date v0.3.0 // indirect
69
+ github.com/Azure/go-autorest/logger v0.2.1 // indirect
70
+ github.com/Azure/go-autorest/tracing v0.6.0 // indirect
55
71
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.32 // indirect
56
72
github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.36 // indirect
57
73
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.36 // indirect
@@ -66,24 +82,25 @@ require (
66
82
github.com/blang/semver/v4 v4.0.0 // indirect
67
83
github.com/cespare/xxhash/v2 v2.3.0 // indirect
68
84
github.com/containerd/stargz-snapshotter/estargz v0.16.3 // indirect
69
- github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
85
+ github.com/davecgh/go-spew v1.1.1 // indirect
70
86
github.com/docker/cli v28.2.2+incompatible // indirect
71
87
github.com/docker/distribution v2.8.3+incompatible // indirect
72
88
github.com/docker/docker-credential-helpers v0.9.3 // indirect
73
- github.com/emicklei/go-restful/v3 v3.12.2 // indirect
89
+ github.com/emicklei/go-restful/v3 v3.11.0 // indirect
74
90
github.com/evanphx/json-patch v4.12.0+incompatible // indirect
75
91
github.com/evanphx/json-patch/v5 v5.9.11 // indirect
76
- github.com/fsnotify/fsnotify v1.8 .0 // indirect
77
- github.com/fxamacker/cbor/v2 v2.8 .0 // indirect
78
- github.com/go-errors/errors v1.5.1 // indirect
92
+ github.com/fsnotify/fsnotify v1.7 .0 // indirect
93
+ github.com/fxamacker/cbor/v2 v2.7 .0 // indirect
94
+ github.com/go-errors/errors v1.4.2 // indirect
79
95
github.com/go-logr/logr v1.4.3 // indirect
80
- github.com/go-openapi/jsonpointer v0.21.1 // indirect
81
- github.com/go-openapi/jsonreference v0.21.0 // indirect
82
- github.com/go-openapi/swag v0.23.1 // indirect
96
+ github.com/go-openapi/jsonpointer v0.21.0 // indirect
97
+ github.com/go-openapi/jsonreference v0.20.2 // indirect
98
+ github.com/go-openapi/swag v0.23.0 // indirect
83
99
github.com/gogo/protobuf v1.3.2 // indirect
84
100
github.com/golang-jwt/jwt/v4 v4.5.2 // indirect
85
101
github.com/google/btree v1.1.3 // indirect
86
102
github.com/google/gnostic-models v0.6.9 // indirect
103
+ github.com/google/go-cmp v0.7.0 // indirect
87
104
github.com/google/go-querystring v1.1.0 // indirect
88
105
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
89
106
github.com/google/uuid v1.6.0 // indirect
@@ -94,9 +111,9 @@ require (
94
111
github.com/klauspost/compress v1.18.0 // indirect
95
112
github.com/kylelemons/godebug v1.1.0 // indirect
96
113
github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de // indirect
97
- github.com/mailru/easyjson v0.9.0 // indirect
114
+ github.com/mailru/easyjson v0.7.7 // indirect
98
115
github.com/mitchellh/go-homedir v1.1.0 // indirect
99
- github.com/moby/term v0.5.2 // indirect
116
+ github.com/moby/term v0.5.0 // indirect
100
117
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
101
118
github.com/modern-go/reflect2 v1.0.2 // indirect
102
119
github.com/monochromegane/go-gitignore v0.0.0-20200626010858-205db1a8cc00 // indirect
@@ -105,36 +122,34 @@ require (
105
122
github.com/opencontainers/image-spec v1.1.1 // indirect
106
123
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
107
124
github.com/pkg/errors v0.9.1 // indirect
108
- github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
125
+ github.com/pmezard/go-difflib v1.0.0 // indirect
109
126
github.com/prometheus/client_model v0.6.1 // indirect
110
- github.com/prometheus/common v0.63 .0 // indirect
111
- github.com/prometheus/procfs v0.16.0 // indirect
127
+ github.com/prometheus/common v0.62 .0 // indirect
128
+ github.com/prometheus/procfs v0.15.1 // indirect
112
129
github.com/stretchr/objx v0.5.2 // indirect
113
130
github.com/vbatts/tar-split v0.12.1 // indirect
114
131
github.com/x448/float16 v0.8.4 // indirect
115
132
github.com/xlab/treeprint v1.2.0 // indirect
116
133
golang.org/x/crypto v0.36.0 // indirect
117
134
golang.org/x/net v0.38.0 // indirect
135
+ golang.org/x/oauth2 v0.30.0 // indirect
118
136
golang.org/x/sync v0.15.0 // indirect
119
137
golang.org/x/sys v0.33.0 // indirect
120
138
golang.org/x/term v0.30.0 // indirect
121
139
golang.org/x/text v0.23.0 // indirect
122
- golang.org/x/time v0.11.0 // indirect
123
- gomodules.xyz/jsonpatch/v2 v2.5.0 // indirect
124
- google.golang.org/protobuf v1.36.6 // indirect
140
+ gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
141
+ google.golang.org/protobuf v1.36.5 // indirect
125
142
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
126
143
gopkg.in/inf.v0 v0.9.1 // indirect
127
144
gopkg.in/yaml.v3 v3.0.1 // indirect
128
- gotest.tools/v3 v3.1.0 // indirect
129
145
k8s.io/apiextensions-apiserver v0.33.0 // indirect
130
146
k8s.io/klog/v2 v2.130.1 // indirect
131
147
k8s.io/kube-openapi v0.0.0-20250318190949-c8a335a9a2ff // indirect
132
- sigs.k8s.io/json v0.0.0-20241014173422-cfa47c3a1cc8 // indirect
148
+ k8s.io/utils v0.0.0-20241104100929-3ea5e8cea738 // indirect
149
+ sigs.k8s.io/json v0.0.0-20241010143419-9aa6b5e7a4b3 // indirect
133
150
sigs.k8s.io/kustomize/api v0.19.0 // indirect
134
151
sigs.k8s.io/kustomize/kyaml v0.19.0 // indirect
135
152
sigs.k8s.io/randfill v1.0.0 // indirect
136
153
sigs.k8s.io/structured-merge-diff/v4 v4.6.0 // indirect
137
154
sigs.k8s.io/yaml v1.4.0 // indirect
138
155
)
139
-
140
- replace github.com/imdario/mergo => github.com/imdario/mergo v0.3.16
0 commit comments