File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 1
1
earthly 0.8.15
2
- golang 1.22.7
2
+ golang 1.24.2
3
3
golangci-lint 1.63.4
4
4
helm 3.16.3
5
5
helm-cr 1.6.1
Original file line number Diff line number Diff line change 1
1
module github.com/zapier/kubechecks/tools/dump_crds
2
2
3
- go 1.22.0
4
-
5
- toolchain go1.22.7
3
+ go 1.24
6
4
7
5
require (
8
6
github.com/Masterminds/semver v1.5.0
7
+ github.com/lmittmann/tint v1.0.4
9
8
github.com/spf13/cobra v1.8.0
10
9
github.com/spf13/viper v1.18.2
11
10
k8s.io/apimachinery v0.30.1
@@ -30,7 +29,6 @@ require (
30
29
github.com/inconshreveable/mousetrap v1.1.0 // indirect
31
30
github.com/josharian/intern v1.0.0 // indirect
32
31
github.com/json-iterator/go v1.1.12 // indirect
33
- github.com/lmittmann/tint v1.0.4 // indirect
34
32
github.com/magiconair/properties v1.8.7 // indirect
35
33
github.com/mailru/easyjson v0.7.7 // indirect
36
34
github.com/mitchellh/mapstructure v1.5.0 // indirect
You can’t perform that action at this time.
0 commit comments