1
1
module github.com/clivern/beetle
2
2
3
- go 1.20
3
+ go 1.21.0
4
+
5
+ toolchain go1.24.1
4
6
5
7
require (
6
8
github.com/briandowns/spinner v1.23.0
@@ -13,7 +15,7 @@ require (
13
15
github.com/satori/go.uuid v1.2.0
14
16
github.com/sirupsen/logrus v1.9.3
15
17
github.com/spf13/cobra v1.8.1
16
- github.com/spf13/viper v1.18.2
18
+ github.com/spf13/viper v1.20.0
17
19
k8s.io/api v0.27.4
18
20
k8s.io/apimachinery v0.27.4
19
21
k8s.io/client-go v0.27.4
@@ -23,32 +25,33 @@ require (
23
25
github.com/beorn7/perks v1.0.1 // indirect
24
26
github.com/bytedance/sonic v1.11.6 // indirect
25
27
github.com/bytedance/sonic/loader v0.1.1 // indirect
26
- github.com/cespare/xxhash/v2 v2.2 .0 // indirect
28
+ github.com/cespare/xxhash/v2 v2.3 .0 // indirect
27
29
github.com/chenzhuoyu/base64x v0.0.0-20221115062448-fe3a3abad311 // indirect
28
30
github.com/cloudwego/base64x v0.1.4 // indirect
29
31
github.com/cloudwego/iasm v0.2.0 // indirect
30
32
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
31
33
github.com/emicklei/go-restful/v3 v3.9.0 // indirect
32
34
github.com/evanphx/json-patch v4.12.0+incompatible // indirect
33
35
github.com/fatih/color v1.14.1 // indirect
34
- github.com/fsnotify/fsnotify v1.7 .0 // indirect
36
+ github.com/fsnotify/fsnotify v1.8 .0 // indirect
35
37
github.com/gabriel-vasile/mimetype v1.4.3 // indirect
36
38
github.com/gin-contrib/sse v0.1.0 // indirect
37
- github.com/go-logr/logr v1.2.3 // indirect
39
+ github.com/go-logr/logr v1.4.2 // indirect
38
40
github.com/go-openapi/jsonpointer v0.19.6 // indirect
39
41
github.com/go-openapi/jsonreference v0.20.1 // indirect
40
42
github.com/go-openapi/swag v0.22.3 // indirect
41
43
github.com/go-playground/locales v0.14.1 // indirect
42
44
github.com/go-playground/universal-translator v0.18.1 // indirect
43
45
github.com/go-playground/validator/v10 v10.20.0 // indirect
44
46
github.com/go-sql-driver/mysql v1.5.0 // indirect
47
+ github.com/go-viper/mapstructure/v2 v2.2.1 // indirect
45
48
github.com/goccy/go-json v0.10.2 // indirect
46
49
github.com/gogo/protobuf v1.3.2 // indirect
47
50
github.com/golang/protobuf v1.5.3 // indirect
48
51
github.com/google/gnostic v0.5.7-v3refs // indirect
49
- github.com/google/go-cmp v0.5.9 // indirect
52
+ github.com/google/go-cmp v0.6.0 // indirect
50
53
github.com/google/gofuzz v1.1.0 // indirect
51
- github.com/google/uuid v1.4 .0 // indirect
54
+ github.com/google/uuid v1.6 .0 // indirect
52
55
github.com/hashicorp/hcl v1.0.0 // indirect
53
56
github.com/imdario/mergo v0.3.6 // indirect
54
57
github.com/inconshreveable/mousetrap v1.1.0 // indirect
@@ -69,34 +72,34 @@ require (
69
72
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
70
73
github.com/modern-go/reflect2 v1.0.2 // indirect
71
74
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
72
- github.com/pelletier/go-toml/v2 v2.2.2 // indirect
75
+ github.com/pelletier/go-toml/v2 v2.2.3 // indirect
73
76
github.com/pkg/errors v0.9.1 // indirect
74
77
github.com/prometheus/client_model v0.5.0 // indirect
75
78
github.com/prometheus/common v0.45.0 // indirect
76
79
github.com/prometheus/procfs v0.12.0 // indirect
77
- github.com/sagikazarmark/locafero v0.4 .0 // indirect
80
+ github.com/sagikazarmark/locafero v0.7 .0 // indirect
78
81
github.com/sagikazarmark/slog-shim v0.1.0 // indirect
79
82
github.com/sourcegraph/conc v0.3.0 // indirect
80
- github.com/spf13/afero v1.11 .0 // indirect
81
- github.com/spf13/cast v1.6.0 // indirect
83
+ github.com/spf13/afero v1.12 .0 // indirect
84
+ github.com/spf13/cast v1.7.1 // indirect
82
85
github.com/spf13/jwalterweatherman v1.1.0 // indirect
83
- github.com/spf13/pflag v1.0.5 // indirect
86
+ github.com/spf13/pflag v1.0.6 // indirect
84
87
github.com/subosito/gotenv v1.6.0 // indirect
85
88
github.com/twitchyliquid64/golang-asm v0.15.1 // indirect
86
89
github.com/ugorji/go/codec v1.2.12 // indirect
87
90
go.uber.org/atomic v1.9.0 // indirect
88
91
go.uber.org/multierr v1.9.0 // indirect
89
92
golang.org/x/arch v0.8.0 // indirect
90
- golang.org/x/crypto v0.23 .0 // indirect
93
+ golang.org/x/crypto v0.32 .0 // indirect
91
94
golang.org/x/exp v0.0.0-20230905200255-921286631fa9 // indirect
92
- golang.org/x/net v0.25 .0 // indirect
93
- golang.org/x/oauth2 v0.15 .0 // indirect
94
- golang.org/x/sys v0.20 .0 // indirect
95
- golang.org/x/term v0.20 .0 // indirect
96
- golang.org/x/text v0.15 .0 // indirect
97
- golang.org/x/time v0.5 .0 // indirect
95
+ golang.org/x/net v0.33 .0 // indirect
96
+ golang.org/x/oauth2 v0.25 .0 // indirect
97
+ golang.org/x/sys v0.29 .0 // indirect
98
+ golang.org/x/term v0.28 .0 // indirect
99
+ golang.org/x/text v0.21 .0 // indirect
100
+ golang.org/x/time v0.8 .0 // indirect
98
101
google.golang.org/appengine v1.6.7 // indirect
99
- google.golang.org/protobuf v1.34 .1 // indirect
102
+ google.golang.org/protobuf v1.36 .1 // indirect
100
103
gopkg.in/inf.v0 v0.9.1 // indirect
101
104
gopkg.in/ini.v1 v1.67.0 // indirect
102
105
gopkg.in/yaml.v2 v2.4.0 // indirect
0 commit comments