1
1
module github.com/np-guard/cluster-topology-analyzer/v2
2
2
3
- go 1.22 .0
3
+ go 1.23 .0
4
4
5
- toolchain go1.22.2
5
+ toolchain go1.23.6
6
6
7
7
require (
8
- github.com/np-guard/netpol-analyzer v1.2 .1
8
+ github.com/np-guard/netpol-analyzer v1.3 .1
9
9
github.com/openshift/api v0.0.0-20230502160752-c71432710382
10
10
github.com/stretchr/testify v1.10.0
11
11
gopkg.in/yaml.v3 v3.0.1
12
- k8s.io/api v0.30.0
13
- k8s.io/apimachinery v0.30.0
14
- k8s.io/cli-runtime v0.30.0
12
+ k8s.io/api v0.32.2
13
+ k8s.io/apimachinery v0.32.2
14
+ k8s.io/cli-runtime v0.32.2
15
15
sigs.k8s.io/gateway-api v1.1.0
16
16
)
17
17
18
18
require (
19
- github.com/davecgh/go-spew v1.1.1 // indirect
19
+ github.com/blang/semver/v4 v4.0.0 // indirect
20
+ github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
20
21
github.com/emicklei/go-restful/v3 v3.12.0 // indirect
21
- github.com/evanphx/json-patch v5 .7.0+incompatible // indirect
22
+ github.com/fxamacker/cbor/v2 v2 .7.0 // indirect
22
23
github.com/go-errors/errors v1.4.2 // indirect
23
- github.com/go-logr/logr v1.4.1 // indirect
24
+ github.com/go-logr/logr v1.4.2 // indirect
24
25
github.com/go-openapi/jsonpointer v0.21.0 // indirect
25
26
github.com/go-openapi/jsonreference v0.21.0 // indirect
26
27
github.com/go-openapi/swag v0.23.0 // indirect
27
28
github.com/gogo/protobuf v1.3.2 // indirect
28
29
github.com/golang/protobuf v1.5.4 // indirect
29
30
github.com/google/gnostic-models v0.6.8 // indirect
31
+ github.com/google/go-cmp v0.6.0 // indirect
30
32
github.com/google/gofuzz v1.2.0 // indirect
31
33
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
32
34
github.com/google/uuid v1.6.0 // indirect
33
- github.com/imdario/mergo v0.3.16 // indirect
34
35
github.com/josharian/intern v1.0.0 // indirect
35
36
github.com/json-iterator/go v1.1.12 // indirect
36
37
github.com/mailru/easyjson v0.7.7 // indirect
@@ -39,26 +40,26 @@ require (
39
40
github.com/monochromegane/go-gitignore v0.0.0-20200626010858-205db1a8cc00 // indirect
40
41
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
41
42
github.com/pkg/errors v0.9.1 // indirect
42
- github.com/pmezard/go-difflib v1.0.0 // indirect
43
+ github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
44
+ github.com/x448/float16 v0.8.4 // indirect
43
45
github.com/xlab/treeprint v1.2.0 // indirect
44
- go.starlark.net v0.0.0-20230525235612-a134d8f9ddca // indirect
45
46
golang.org/x/net v0.33.0 // indirect
46
- golang.org/x/oauth2 v0.19 .0 // indirect
47
+ golang.org/x/oauth2 v0.23 .0 // indirect
47
48
golang.org/x/sync v0.10.0 // indirect
48
49
golang.org/x/sys v0.28.0 // indirect
49
50
golang.org/x/term v0.27.0 // indirect
50
51
golang.org/x/text v0.21.0 // indirect
51
- golang.org/x/time v0.5.0 // indirect
52
- google.golang.org/protobuf v1.33.0 // indirect
52
+ golang.org/x/time v0.7.0 // indirect
53
+ google.golang.org/protobuf v1.35.1 // indirect
54
+ gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
53
55
gopkg.in/inf.v0 v0.9.1 // indirect
54
- gopkg.in/yaml.v2 v2.4.0 // indirect
55
- k8s.io/client-go v0.30.0 // indirect
56
- k8s.io/klog/v2 v2.120.1 // indirect
57
- k8s.io/kube-openapi v0.0.0-20240423202451-8948a665c108 // indirect
58
- k8s.io/utils v0.0.0-20240423183400-0849a56e8f22 // indirect
59
- sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
60
- sigs.k8s.io/kustomize/api v0.13.5-0.20230601165947-6ce0bf390ce3 // indirect
61
- sigs.k8s.io/kustomize/kyaml v0.14.3-0.20230601165947-6ce0bf390ce3 // indirect
62
- sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect
56
+ k8s.io/client-go v0.32.2 // indirect
57
+ k8s.io/klog/v2 v2.130.1 // indirect
58
+ k8s.io/kube-openapi v0.0.0-20241105132330-32ad38e42d3f // indirect
59
+ k8s.io/utils v0.0.0-20241104100929-3ea5e8cea738 // indirect
60
+ sigs.k8s.io/json v0.0.0-20241010143419-9aa6b5e7a4b3 // indirect
61
+ sigs.k8s.io/kustomize/api v0.18.0 // indirect
62
+ sigs.k8s.io/kustomize/kyaml v0.18.1 // indirect
63
+ sigs.k8s.io/structured-merge-diff/v4 v4.4.2 // indirect
63
64
sigs.k8s.io/yaml v1.4.0 // indirect
64
65
)
0 commit comments