1
1
module github.com/bitnami-labs/kubewatch
2
2
3
- go 1.24
3
+ go 1.24.0
4
+
5
+ toolchain go1.24.3
4
6
5
7
require (
6
8
github.com/fatih/structtag v1.2.0
7
9
github.com/mkmik/multierror v0.3.0
8
10
github.com/prometheus/client_golang v1.20.3
9
11
github.com/segmentio/textio v1.2.0
10
- github.com/sirupsen/logrus v1.6.0
12
+ github.com/sirupsen/logrus v1.9.3
11
13
github.com/slack-go/slack v0.6.5
12
14
github.com/spf13/cobra v0.0.1
13
15
github.com/spf13/viper v1.0.0
14
16
github.com/tbruyelle/hipchat-go v0.0.0-20160921153256-749fb9e14beb
15
17
gopkg.in/yaml.v3 v3.0.1
16
- k8s.io/api v0.20.15
17
- k8s.io/apimachinery v0.20.15
18
- k8s.io/client-go v0.20.15
18
+ k8s.io/api v0.33.1
19
+ k8s.io/apimachinery v0.33.1
20
+ k8s.io/client-go v0.33.1
19
21
)
20
22
21
23
require (
24
+ github.com/BurntSushi/toml v1.5.0 // indirect
22
25
github.com/beorn7/perks v1.0.1 // indirect
23
26
github.com/cespare/xxhash/v2 v2.3.0 // indirect
24
27
github.com/davecgh/go-spew v1.1.1 // indirect
28
+ github.com/emicklei/go-restful/v3 v3.11.0 // indirect
25
29
github.com/fsnotify/fsnotify v1.4.9 // indirect
26
- github.com/go-logr/logr v0.2.0 // indirect
30
+ github.com/fxamacker/cbor/v2 v2.7.0 // indirect
31
+ github.com/go-logr/logr v1.4.2 // indirect
32
+ github.com/go-openapi/jsonpointer v0.21.0 // indirect
33
+ github.com/go-openapi/jsonreference v0.20.2 // indirect
34
+ github.com/go-openapi/swag v0.23.0 // indirect
27
35
github.com/gogo/protobuf v1.3.2 // indirect
28
- github.com/golang/protobuf v1.5.0 // indirect
29
- github.com/google/go-cmp v0.6 .0 // indirect
36
+ github.com/google/gnostic-models v0.6.9 // indirect
37
+ github.com/google/go-cmp v0.7 .0 // indirect
30
38
github.com/google/go-querystring v0.0.0-20170111101155-53e6ce116135 // indirect
31
- github.com/google/gofuzz v1.1.0 // indirect
32
- github.com/googleapis/gnostic v0.4.1 // indirect
33
- github.com/gorilla/websocket v1.4.2 // indirect
34
- github.com/hashicorp/golang-lru v0.5.1 // indirect
39
+ github.com/google/uuid v1.6.0 // indirect
40
+ github.com/gorilla/websocket v1.5.4-0.20250319132907-e064f32e3674 // indirect
35
41
github.com/hashicorp/hcl v0.0.0-20171017181929-23c074d0eceb // indirect
36
- github.com/imdario/mergo v0.3.5 // indirect
37
42
github.com/inconshreveable/mousetrap v1.0.0 // indirect
43
+ github.com/josharian/intern v1.0.0 // indirect
38
44
github.com/json-iterator/go v1.1.12 // indirect
39
45
github.com/klauspost/compress v1.17.9 // indirect
40
- github.com/konsorten/go-windows-terminal-sequences v1.0.3 // indirect
41
46
github.com/magiconair/properties v1.7.4 // indirect
47
+ github.com/mailru/easyjson v0.7.7 // indirect
42
48
github.com/mitchellh/mapstructure v1.1.2 // indirect
43
49
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
44
50
github.com/modern-go/reflect2 v1.0.2 // indirect
@@ -52,18 +58,22 @@ require (
52
58
github.com/spf13/cast v1.1.0 // indirect
53
59
github.com/spf13/jwalterweatherman v0.0.0-20180109140146-7c0cea34c8ec // indirect
54
60
github.com/spf13/pflag v1.0.5 // indirect
55
- golang.org/x/crypto v0.35.0 // indirect
56
- golang.org/x/net v0.26.0 // indirect
57
- golang.org/x/oauth2 v0.21.0 // indirect
58
- golang.org/x/sys v0.30.0 // indirect
59
- golang.org/x/term v0.29.0 // indirect
60
- golang.org/x/text v0.22.0 // indirect
61
- golang.org/x/time v0.0.0-20200630173020-3af7569d3a1e // indirect
62
- google.golang.org/protobuf v1.34.2 // indirect
61
+ github.com/x448/float16 v0.8.4 // indirect
62
+ golang.org/x/net v0.38.0 // indirect
63
+ golang.org/x/oauth2 v0.27.0 // indirect
64
+ golang.org/x/sys v0.31.0 // indirect
65
+ golang.org/x/term v0.30.0 // indirect
66
+ golang.org/x/text v0.23.0 // indirect
67
+ golang.org/x/time v0.9.0 // indirect
68
+ google.golang.org/protobuf v1.36.5 // indirect
69
+ gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
63
70
gopkg.in/inf.v0 v0.9.1 // indirect
64
71
gopkg.in/yaml.v2 v2.4.0 // indirect
65
- k8s.io/klog/v2 v2.4.0 // indirect
66
- k8s.io/utils v0.0.0-20201110183641-67b214c5f920 // indirect
67
- sigs.k8s.io/structured-merge-diff/v4 v4.1.2 // indirect
68
- sigs.k8s.io/yaml v1.2.0 // indirect
72
+ k8s.io/klog/v2 v2.130.1 // indirect
73
+ k8s.io/kube-openapi v0.0.0-20250318190949-c8a335a9a2ff // indirect
74
+ k8s.io/utils v0.0.0-20241104100929-3ea5e8cea738 // indirect
75
+ sigs.k8s.io/json v0.0.0-20241010143419-9aa6b5e7a4b3 // indirect
76
+ sigs.k8s.io/randfill v1.0.0 // indirect
77
+ sigs.k8s.io/structured-merge-diff/v4 v4.6.0 // indirect
78
+ sigs.k8s.io/yaml v1.4.0 // indirect
69
79
)
0 commit comments