@@ -10,8 +10,8 @@ require (
10
10
github.com/manifoldco/promptui v0.9.0
11
11
github.com/prometheus/client_golang v1.16.0
12
12
github.com/sirupsen/logrus v1.9.3
13
- github.com/spf13/cobra v1.7 .0
14
- github.com/spf13/viper v1.7.0
13
+ github.com/spf13/cobra v1.8 .0
14
+ github.com/spf13/viper v1.18.2
15
15
golang.org/x/time v0.5.0
16
16
gopkg.in/yaml.v2 v2.4.0
17
17
k8s.io/api v0.30.0
@@ -28,8 +28,8 @@ require (
28
28
github.com/blang/semver/v4 v4.0.0 // indirect
29
29
github.com/cespare/xxhash/v2 v2.2.0 // indirect
30
30
github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e // indirect
31
- github.com/davecgh/go-spew v1.1.1 // indirect
32
- github.com/emicklei/go-restful/v3 v3.11.0 // indirect
31
+ github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
32
+ github.com/emicklei/go-restful/v3 v3.11.1 // indirect
33
33
github.com/evanphx/json-patch v4.12.0+incompatible // indirect
34
34
github.com/go-logr/logr v1.4.1 // indirect
35
35
github.com/go-openapi/jsonpointer v0.20.2 // indirect
@@ -47,34 +47,39 @@ require (
47
47
github.com/jmespath/go-jmespath v0.4.0 // indirect
48
48
github.com/josharian/intern v1.0.0 // indirect
49
49
github.com/json-iterator/go v1.1.12 // indirect
50
- github.com/magiconair/properties v1.8.1 // indirect
50
+ github.com/magiconair/properties v1.8.7 // indirect
51
51
github.com/mailru/easyjson v0.7.7 // indirect
52
52
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
53
- github.com/mitchellh/mapstructure v1.1.2 // indirect
53
+ github.com/mitchellh/mapstructure v1.5.0 // indirect
54
54
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
55
55
github.com/modern-go/reflect2 v1.0.2 // indirect
56
56
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
57
- github.com/pelletier/go-toml v1 .2.0 // indirect
57
+ github.com/pelletier/go-toml/v2 v2 .2.1 // indirect
58
58
github.com/pkg/errors v0.9.1 // indirect
59
59
github.com/prometheus/client_model v0.4.0 // indirect
60
60
github.com/prometheus/common v0.44.0 // indirect
61
61
github.com/prometheus/procfs v0.10.1 // indirect
62
- github.com/spf13/afero v1.1.2 // indirect
63
- github.com/spf13/cast v1.3.0 // indirect
64
- github.com/spf13/jwalterweatherman v1.0.0 // indirect
62
+ github.com/sagikazarmark/locafero v0.4.0 // indirect
63
+ github.com/sagikazarmark/slog-shim v0.1.0 // indirect
64
+ github.com/sourcegraph/conc v0.3.0 // indirect
65
+ github.com/spf13/afero v1.11.0 // indirect
66
+ github.com/spf13/cast v1.6.0 // indirect
65
67
github.com/spf13/pflag v1.0.5 // indirect
66
- github.com/subosito/gotenv v1.2.0 // indirect
67
- golang.org/x/mod v0.15.0 // indirect
68
- golang.org/x/net v0.23.0 // indirect
68
+ github.com/subosito/gotenv v1.6.0 // indirect
69
+ go.uber.org/multierr v1.11.0 // indirect
70
+ golang.org/x/exp v0.0.0-20240416160154-fe59bbe5cc7f // indirect
71
+ golang.org/x/mod v0.17.0 // indirect
72
+ golang.org/x/net v0.24.0 // indirect
69
73
golang.org/x/oauth2 v0.15.0 // indirect
70
- golang.org/x/sys v0.18.0 // indirect
71
- golang.org/x/term v0.18.0 // indirect
74
+ golang.org/x/sync v0.7.0 // indirect
75
+ golang.org/x/sys v0.19.0 // indirect
76
+ golang.org/x/term v0.19.0 // indirect
72
77
golang.org/x/text v0.14.0 // indirect
73
- golang.org/x/tools v0.18 .0 // indirect
78
+ golang.org/x/tools v0.20 .0 // indirect
74
79
google.golang.org/appengine v1.6.8 // indirect
75
80
google.golang.org/protobuf v1.33.0 // indirect
76
81
gopkg.in/inf.v0 v0.9.1 // indirect
77
- gopkg.in/ini.v1 v1.51 .0 // indirect
82
+ gopkg.in/ini.v1 v1.67 .0 // indirect
78
83
gopkg.in/yaml.v3 v3.0.1 // indirect
79
84
k8s.io/gengo/v2 v2.0.0-20240228010128-51d4e06bde70 // indirect
80
85
k8s.io/klog/v2 v2.120.1 // indirect
0 commit comments