@@ -3,64 +3,65 @@ module github.com/hacktivist123/kpeek
3
3
go 1.24.0
4
4
5
5
require (
6
+ github.com/blang/semver v3.5.1+incompatible
6
7
github.com/fatih/color v1.18.0
7
- github.com/jedib0t/go-pretty/v6 v6.6.5
8
- github.com/spf13/cobra v1.8.1
9
- k8s.io/api v0.32.0
10
- k8s.io/apimachinery v0.32.0
11
- k8s.io/client-go v0.32.0
8
+ github.com/jedib0t/go-pretty/v6 v6.6.7
9
+ github.com/rhysd/go-github-selfupdate v1.2.3
10
+ github.com/spf13/cobra v1.9.1
11
+ k8s.io/api v0.32.3
12
+ k8s.io/apimachinery v0.32.3
13
+ k8s.io/client-go v0.32.3
12
14
)
13
15
14
16
require (
15
- github.com/blang/semver v3.5.1+incompatible // indirect
16
17
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
17
- github.com/emicklei/go-restful/v3 v3.12.1 // indirect
18
- github.com/fxamacker/cbor/v2 v2.7 .0 // indirect
18
+ github.com/emicklei/go-restful/v3 v3.12.2 // indirect
19
+ github.com/fxamacker/cbor/v2 v2.8 .0 // indirect
19
20
github.com/go-logr/logr v1.4.2 // indirect
20
- github.com/go-openapi/jsonpointer v0.21.0 // indirect
21
+ github.com/go-openapi/jsonpointer v0.21.1 // indirect
21
22
github.com/go-openapi/jsonreference v0.21.0 // indirect
22
- github.com/go-openapi/swag v0.23.0 // indirect
23
+ github.com/go-openapi/swag v0.23.1 // indirect
23
24
github.com/gogo/protobuf v1.3.2 // indirect
24
25
github.com/golang/protobuf v1.5.4 // indirect
25
26
github.com/google/gnostic-models v0.6.9 // indirect
26
- github.com/google/go-cmp v0.6 .0 // indirect
27
+ github.com/google/go-cmp v0.7 .0 // indirect
27
28
github.com/google/go-github/v30 v30.1.0 // indirect
28
- github.com/google/go-querystring v1.0 .0 // indirect
29
+ github.com/google/go-querystring v1.1 .0 // indirect
29
30
github.com/google/gofuzz v1.2.0 // indirect
30
31
github.com/google/uuid v1.6.0 // indirect
31
32
github.com/inconshreveable/go-update v0.0.0-20160112193335-8152e7eb6ccf // indirect
32
33
github.com/inconshreveable/mousetrap v1.1.0 // indirect
33
34
github.com/josharian/intern v1.0.0 // indirect
34
35
github.com/json-iterator/go v1.1.12 // indirect
35
36
github.com/mailru/easyjson v0.9.0 // indirect
36
- github.com/mattn/go-colorable v0.1.13 // indirect
37
+ github.com/mattn/go-colorable v0.1.14 // indirect
37
38
github.com/mattn/go-isatty v0.0.20 // indirect
38
39
github.com/mattn/go-runewidth v0.0.16 // indirect
39
40
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
40
41
github.com/modern-go/reflect2 v1.0.2 // indirect
41
42
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
42
43
github.com/pkg/errors v0.9.1 // indirect
43
- github.com/rhysd/go-github-selfupdate v1.2.3 // indirect
44
44
github.com/rivo/uniseg v0.4.7 // indirect
45
- github.com/spf13/pflag v1.0.5 // indirect
45
+ github.com/spf13/pflag v1.0.6 // indirect
46
46
github.com/tcnksm/go-gitconfig v0.1.2 // indirect
47
- github.com/ulikunitz/xz v0.5.9 // indirect
47
+ github.com/ulikunitz/xz v0.5.12 // indirect
48
48
github.com/x448/float16 v0.8.4 // indirect
49
- golang.org/x/crypto v0.31 .0 // indirect
50
- golang.org/x/net v0.33 .0 // indirect
51
- golang.org/x/oauth2 v0.24 .0 // indirect
52
- golang.org/x/sys v0.28 .0 // indirect
53
- golang.org/x/term v0.27 .0 // indirect
54
- golang.org/x/text v0.21 .0 // indirect
55
- golang.org/x/time v0.8 .0 // indirect
56
- google.golang.org/protobuf v1.36.0 // indirect
49
+ golang.org/x/crypto v0.36 .0 // indirect
50
+ golang.org/x/net v0.38 .0 // indirect
51
+ golang.org/x/oauth2 v0.28 .0 // indirect
52
+ golang.org/x/sys v0.31 .0 // indirect
53
+ golang.org/x/term v0.30 .0 // indirect
54
+ golang.org/x/text v0.23 .0 // indirect
55
+ golang.org/x/time v0.11 .0 // indirect
56
+ google.golang.org/protobuf v1.36.6 // indirect
57
57
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
58
58
gopkg.in/inf.v0 v0.9.1 // indirect
59
59
gopkg.in/yaml.v3 v3.0.1 // indirect
60
60
k8s.io/klog/v2 v2.130.1 // indirect
61
- k8s.io/kube-openapi v0.0.0-20241212222426-2c72e554b1e7 // indirect
62
- k8s.io/utils v0.0.0-20241210054802-24370beab758 // indirect
61
+ k8s.io/kube-openapi v0.0.0-20250318190949-c8a335a9a2ff // indirect
62
+ k8s.io/utils v0.0.0-20250321185631-1f6e0b77f77e // indirect
63
63
sigs.k8s.io/json v0.0.0-20241014173422-cfa47c3a1cc8 // indirect
64
- sigs.k8s.io/structured-merge-diff/v4 v4.5.0 // indirect
64
+ sigs.k8s.io/randfill v1.0.0 // indirect
65
+ sigs.k8s.io/structured-merge-diff/v4 v4.6.0 // indirect
65
66
sigs.k8s.io/yaml v1.4.0 // indirect
66
67
)
0 commit comments