@@ -7,8 +7,11 @@ require (
7
7
github.com/armon/go-proxyproto v0.1.0
8
8
github.com/eapache/channels v1.1.0
9
9
github.com/fsnotify/fsnotify v1.8.0
10
+ github.com/google/go-github/v48 v48.2.0
11
+ github.com/helm/helm v2.17.0+incompatible
10
12
github.com/json-iterator/go v1.1.12
11
13
github.com/kylelemons/godebug v1.1.0
14
+ github.com/magefile/mage v1.15.0
12
15
github.com/mitchellh/go-ps v1.0.0
13
16
github.com/mitchellh/hashstructure/v2 v2.0.2
14
17
github.com/mitchellh/mapstructure v1.5.0
@@ -23,11 +26,12 @@ require (
23
26
github.com/spf13/cobra v1.9.1
24
27
github.com/spf13/pflag v1.0.6
25
28
github.com/stretchr/testify v1.10.0
29
+ github.com/vmware-labs/yaml-jsonpath v0.3.2
26
30
github.com/yudai/gojsondiff v1.0.0
27
31
github.com/zakjan/cert-chain-resolver v0.0.0-20221221105603-fcedb00c5b30
28
32
golang.org/x/crypto v0.36.0
29
33
google.golang.org/grpc v1.71.0
30
- google.golang.org/grpc/examples v0.0.0-20250321200952-b0d120384670
34
+ google.golang.org/grpc/examples v0.0.0-20250324163736-a51009d1d707
31
35
gopkg.in/go-playground/pool.v3 v3.1.1
32
36
gopkg.in/mcuadros/go-syslog.v2 v2.3.0
33
37
k8s.io/api v0.32.3
@@ -40,30 +44,37 @@ require (
40
44
k8s.io/component-base v0.32.3
41
45
k8s.io/klog/v2 v2.130.1
42
46
pault.ag/go/sniff v0.0.0-20200207005214-cf7e4d167732
43
- sigs.k8s.io/controller-runtime v0.20.3
47
+ sigs.k8s.io/controller-runtime v0.20.4
44
48
sigs.k8s.io/mdtoc v1.4.0
45
49
)
46
50
47
51
require (
52
+ github.com/Masterminds/semver v1.5.0 // indirect
48
53
github.com/common-nighthawk/go-figure v0.0.0-20210622060536-734e95fb86be // indirect
54
+ github.com/dprotaso/go-yit v0.0.0-20240618133044-5a0af90af097 // indirect
49
55
github.com/fxamacker/cbor/v2 v2.7.0 // indirect
56
+ github.com/ghodss/yaml v1.0.0 // indirect
57
+ github.com/gobwas/glob v0.2.3 // indirect
58
+ github.com/google/go-querystring v1.1.0 // indirect
50
59
github.com/klauspost/compress v1.18.0 // indirect
51
60
github.com/moby/sys/userns v0.1.0 // indirect
52
61
github.com/rogpeppe/go-internal v1.13.1 // indirect
53
62
github.com/x448/float16 v0.8.4 // indirect
54
63
go.opentelemetry.io/otel v1.35.0 // indirect
55
64
go.opentelemetry.io/otel/trace v1.35.0 // indirect
56
65
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
66
+ gopkg.in/yaml.v2 v2.4.0 // indirect
67
+ k8s.io/helm v2.17.0+incompatible // indirect
57
68
sigs.k8s.io/randfill v1.0.0 // indirect
58
69
sigs.k8s.io/release-utils v0.8.3 // indirect
59
70
)
60
71
61
72
require (
62
73
github.com/Anddd7/pb v0.0.0-20240516033506-f3934fdc18bd
63
74
github.com/Azure/go-ansiterm v0.0.0-20250102033503-faa5f7b0171c // indirect
64
- github.com/BurntSushi/toml v1.3.2 // indirect
75
+ github.com/BurntSushi/toml v1.5.0 // indirect
65
76
github.com/beorn7/perks v1.0.1 // indirect
66
- github.com/blang/semver/v4 v4.0.0 // indirect
77
+ github.com/blang/semver/v4 v4.0.0
67
78
github.com/cespare/xxhash/v2 v2.3.0 // indirect
68
79
github.com/coreos/go-systemd/v22 v22.5.0 // indirect
69
80
github.com/cyphar/filepath-securejoin v0.4.1 // indirect
@@ -116,18 +127,18 @@ require (
116
127
github.com/yudai/pp v2.0.1+incompatible // indirect
117
128
golang.org/x/mod v0.24.0 // indirect
118
129
golang.org/x/net v0.37.0 // indirect
119
- golang.org/x/oauth2 v0.28.0 // indirect
130
+ golang.org/x/oauth2 v0.28.0
120
131
golang.org/x/sync v0.12.0 // indirect
121
132
golang.org/x/sys v0.31.0 // indirect
122
133
golang.org/x/term v0.30.0 // indirect
123
134
golang.org/x/text v0.23.0 // indirect
124
135
golang.org/x/time v0.11.0 // indirect
125
136
golang.org/x/tools v0.31.0 // indirect
126
- google.golang.org/genproto/googleapis/rpc v0.0.0-20250313205543-e70fdf4c4cb4 // indirect
137
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20250324211829-b45e905df463 // indirect
127
138
google.golang.org/protobuf v1.36.6 // indirect
128
139
gopkg.in/go-playground/assert.v1 v1.2.1 // indirect
129
140
gopkg.in/inf.v0 v0.9.1 // indirect
130
- gopkg.in/yaml.v3 v3.0.1 // indirect
141
+ gopkg.in/yaml.v3 v3.0.1
131
142
k8s.io/gengo/v2 v2.0.0-20240911193312-2b36238f13e9 // indirect
132
143
k8s.io/kube-openapi v0.0.0-20250318190949-c8a335a9a2ff // indirect
133
144
k8s.io/utils v0.0.0-20250321185631-1f6e0b77f77e // indirect
0 commit comments