Skip to content

Commit 6b0ff6a

Browse files
jotakjpinsonneauleandroberetta
authored
Pf4 backport 1.10 (#1076)
* [pf4] Update go deps + lodash * NETOBSERV-2314 Export overview / topology freeze browser (#919) * update html-to-image * point custom lib * fix package lock * Update web/src/utils/export.ts * NETOBSERV-2398: Hide Network Traffic tab for some resources when Loki is disabled (#1047) * hide network traffic tab when loki is not enabled * hide on just pods and services --------- Co-authored-by: Julien Pinsonneau <[email protected]> Co-authored-by: Leandro Beretta <[email protected]>
1 parent d2ef1a6 commit 6b0ff6a

File tree

689 files changed

+53181
-34554
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

689 files changed

+53181
-34554
lines changed

go.mod

Lines changed: 27 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -8,59 +8,64 @@ require (
88
github.com/gorilla/mux v1.8.1
99
github.com/json-iterator/go v1.1.12
1010
github.com/mitchellh/mapstructure v1.5.0
11-
github.com/ovn-org/ovn-kubernetes/go-controller v0.0.0-20250325200454-5518ba106938
12-
github.com/prometheus/client_golang v1.22.0
13-
github.com/prometheus/common v0.63.0
11+
github.com/ovn-org/ovn-kubernetes/go-controller v0.0.0-20250227173154-57a2590a1d16
12+
github.com/prometheus/client_golang v1.23.2
13+
github.com/prometheus/common v0.66.1
1414
github.com/sirupsen/logrus v1.9.3
15-
github.com/stretchr/testify v1.10.0
15+
github.com/stretchr/testify v1.11.1
1616
gopkg.in/yaml.v3 v3.0.1
17-
k8s.io/api v0.33.3
18-
k8s.io/apimachinery v0.33.3
19-
k8s.io/client-go v0.33.3
17+
k8s.io/api v0.34.1
18+
k8s.io/apimachinery v0.34.1
19+
k8s.io/client-go v0.34.1
2020
)
2121

2222
require (
2323
github.com/beorn7/perks v1.0.1 // indirect
24+
github.com/cenkalti/hub v1.0.2 // indirect
2425
github.com/cespare/xxhash/v2 v2.3.0 // indirect
26+
github.com/cpuguy83/go-md2man/v2 v2.0.7 // indirect
2527
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
2628
github.com/emicklei/go-restful/v3 v3.12.2 // indirect
27-
github.com/fxamacker/cbor/v2 v2.8.0 // indirect
29+
github.com/fxamacker/cbor/v2 v2.9.0 // indirect
2830
github.com/go-logr/logr v1.4.3 // indirect
2931
github.com/go-openapi/jsonpointer v0.21.1 // indirect
3032
github.com/go-openapi/jsonreference v0.21.0 // indirect
3133
github.com/go-openapi/swag v0.23.1 // indirect
3234
github.com/gogo/protobuf v1.3.2 // indirect
33-
github.com/google/gnostic-models v0.6.9 // indirect
34-
github.com/google/go-cmp v0.7.0 // indirect
35+
github.com/google/gnostic-models v0.7.0 // indirect
3536
github.com/google/uuid v1.6.0 // indirect
3637
github.com/josharian/intern v1.0.0 // indirect
3738
github.com/jpillora/backoff v1.0.0 // indirect
3839
github.com/mailru/easyjson v0.9.0 // indirect
3940
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
40-
github.com/modern-go/reflect2 v1.0.2 // indirect
41+
github.com/modern-go/reflect2 v1.0.3-0.20250322232337-35a7c28c31ee // indirect
4142
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
4243
github.com/mwitkow/go-conntrack v0.0.0-20190716064945-2f068394615f // indirect
4344
github.com/pkg/errors v0.9.1 // indirect
4445
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
4546
github.com/prometheus/client_model v0.6.2 // indirect
4647
github.com/prometheus/procfs v0.16.1 // indirect
48+
github.com/safchain/ethtool v0.5.10 // indirect
4749
github.com/stretchr/objx v0.5.2 // indirect
50+
github.com/urfave/cli/v2 v2.27.6 // indirect
51+
github.com/vishvananda/netlink v1.3.1-0.20250425193846-9d88d8385bf9 // indirect
4852
github.com/x448/float16 v0.8.4 // indirect
49-
golang.org/x/net v0.41.0 // indirect
53+
go.yaml.in/yaml/v2 v2.4.2 // indirect
54+
go.yaml.in/yaml/v3 v3.0.4 // indirect
55+
golang.org/x/net v0.43.0 // indirect
5056
golang.org/x/oauth2 v0.30.0 // indirect
51-
golang.org/x/sys v0.33.0 // indirect
52-
golang.org/x/term v0.32.0 // indirect
53-
golang.org/x/text v0.26.0 // indirect
54-
golang.org/x/time v0.12.0 // indirect
55-
google.golang.org/protobuf v1.36.6 // indirect
57+
golang.org/x/sys v0.35.0 // indirect
58+
golang.org/x/term v0.34.0 // indirect
59+
golang.org/x/text v0.28.0 // indirect
60+
golang.org/x/time v0.11.0 // indirect
61+
google.golang.org/protobuf v1.36.8 // indirect
5662
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
5763
gopkg.in/inf.v0 v0.9.1 // indirect
58-
gopkg.in/yaml.v2 v2.4.0 // indirect
5964
k8s.io/klog/v2 v2.130.1 // indirect
60-
k8s.io/kube-openapi v0.0.0-20250318190949-c8a335a9a2ff // indirect
61-
k8s.io/utils v0.0.0-20250321185631-1f6e0b77f77e // indirect
65+
k8s.io/kube-openapi v0.0.0-20250710124328-f3f2b991d03b // indirect
66+
k8s.io/utils v0.0.0-20250604170112-4c0f3b243397 // indirect
6267
sigs.k8s.io/json v0.0.0-20241014173422-cfa47c3a1cc8 // indirect
6368
sigs.k8s.io/randfill v1.0.0 // indirect
64-
sigs.k8s.io/structured-merge-diff/v4 v4.7.0 // indirect
65-
sigs.k8s.io/yaml v1.4.0 // indirect
69+
sigs.k8s.io/structured-merge-diff/v6 v6.3.0 // indirect
70+
sigs.k8s.io/yaml v1.6.0 // indirect
6671
)

go.sum

Lines changed: 67 additions & 61 deletions
Large diffs are not rendered by default.

vendor/github.com/fxamacker/cbor/v2/README.md

Lines changed: 209 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/fxamacker/cbor/v2/cache.go

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)