Skip to content

Commit c10aa00

Browse files
author
NSMBot
committed
Update go.mod and go.sum to latest version from networkservicemesh/sdk-k8s@main
PR link: networkservicemesh/sdk-k8s#558 Commit: de9b9d6 Author: Botond Szirtes Date: 2025-04-17 13:01:13 +0200 Message: - Uplift k8s.io/* go dependencies (#558) Signed-off-by: NSMBot <[email protected]>
1 parent addbf37 commit c10aa00

File tree

2 files changed

+73
-83
lines changed

2 files changed

+73
-83
lines changed

go.mod

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ require (
1111
github.com/edwarnicke/genericsync v0.0.0-20220910010113-61a344f9bc29
1212
github.com/edwarnicke/grpcfd v1.1.4
1313
github.com/go-ping/ping v1.0.0
14-
github.com/golang/protobuf v1.5.3
15-
github.com/google/uuid v1.3.1
14+
github.com/golang/protobuf v1.5.4
15+
github.com/google/uuid v1.6.0
1616
github.com/kelseyhightower/envconfig v1.4.0
1717
github.com/networkservicemesh/api v1.14.5-0.20250331122810-c41e3fdcf9e1
1818
github.com/networkservicemesh/govpp v0.0.0-20250206125319-4d08cb0ae074
1919
github.com/networkservicemesh/sdk v0.5.1-0.20250401065529-7c0bd2f15e17
20-
github.com/networkservicemesh/sdk-k8s v0.0.0-20250401070001-8ff594338731
20+
github.com/networkservicemesh/sdk-k8s v0.0.0-20250417110113-de9b9d61dea9
2121
github.com/networkservicemesh/sdk-kernel v0.0.0-20250401065746-7508fae33014
2222
github.com/networkservicemesh/sdk-sriov v0.0.0-20250401070119-6515cc688532
2323
github.com/networkservicemesh/sdk-vpp v0.0.0-20250407140505-c9d52757b585
@@ -26,33 +26,33 @@ require (
2626
github.com/safchain/ethtool v0.3.0
2727
github.com/sirupsen/logrus v1.9.3
2828
github.com/spiffe/go-spiffe/v2 v2.1.7
29-
github.com/stretchr/testify v1.8.4
29+
github.com/stretchr/testify v1.9.0
3030
github.com/thanhpk/randstr v1.0.4
3131
github.com/vishvananda/netlink v1.3.1-0.20240922070040-084abd93d350
3232
github.com/vishvananda/netns v0.0.5
3333
go.fd.io/govpp v0.11.0
3434
golang.org/x/text v0.22.0
35-
google.golang.org/grpc v1.60.1
35+
google.golang.org/grpc v1.65.0
3636
gopkg.in/yaml.v3 v3.0.1
3737
)
3838

3939
require (
40-
cloud.google.com/go/compute v1.23.3 // indirect
40+
cloud.google.com/go/compute/metadata v0.3.0 // indirect
4141
github.com/Microsoft/go-winio v0.6.1 // indirect
4242
github.com/OneOfOne/xxhash v1.2.8 // indirect
4343
github.com/agnivade/levenshtein v1.1.1 // indirect
4444
github.com/beorn7/perks v1.0.1 // indirect
4545
github.com/cenkalti/backoff/v4 v4.2.1 // indirect
46-
github.com/cespare/xxhash/v2 v2.2.0 // indirect
46+
github.com/cespare/xxhash/v2 v2.3.0 // indirect
4747
github.com/cilium/ebpf v0.10.0 // indirect
48-
github.com/davecgh/go-spew v1.1.1 // indirect
48+
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
4949
github.com/edwarnicke/log v1.0.0 // indirect
5050
github.com/edwarnicke/serialize v1.0.7 // indirect
5151
github.com/fsnotify/fsnotify v1.8.0 // indirect
5252
github.com/ftrvxmtrx/fd v0.0.0-20150925145434-c6d800382fff // indirect
5353
github.com/ghodss/yaml v1.0.0 // indirect
5454
github.com/go-jose/go-jose/v3 v3.0.4 // indirect
55-
github.com/go-logr/logr v1.3.0 // indirect
55+
github.com/go-logr/logr v1.4.2 // indirect
5656
github.com/go-logr/stdr v1.2.2 // indirect
5757
github.com/gobwas/glob v0.2.3 // indirect
5858
github.com/gogo/protobuf v1.3.2 // indirect
@@ -63,13 +63,13 @@ require (
6363
github.com/hashicorp/errwrap v1.1.0 // indirect
6464
github.com/hashicorp/go-multierror v1.1.1 // indirect
6565
github.com/lunixbochs/struc v0.0.0-20241101090106-8d528fa2c543 // indirect
66-
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
66+
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
6767
github.com/open-policy-agent/opa v0.44.0 // indirect
68-
github.com/pmezard/go-difflib v1.0.0 // indirect
69-
github.com/prometheus/client_golang v1.17.0 // indirect
70-
github.com/prometheus/client_model v0.5.0 // indirect
71-
github.com/prometheus/common v0.44.0 // indirect
72-
github.com/prometheus/procfs v0.11.1 // indirect
68+
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
69+
github.com/prometheus/client_golang v1.19.1 // indirect
70+
github.com/prometheus/client_model v0.6.1 // indirect
71+
github.com/prometheus/common v0.55.0 // indirect
72+
github.com/prometheus/procfs v0.15.1 // indirect
7373
github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 // indirect
7474
github.com/tchap/go-patricia/v2 v2.3.1 // indirect
7575
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
@@ -89,16 +89,16 @@ require (
8989
go.opentelemetry.io/proto/otlp v1.0.0 // indirect
9090
go.uber.org/atomic v1.7.0 // indirect
9191
golang.org/x/crypto v0.35.0 // indirect
92-
golang.org/x/mod v0.17.0 // indirect
92+
golang.org/x/mod v0.21.0 // indirect
9393
golang.org/x/net v0.36.0 // indirect
9494
golang.org/x/sync v0.11.0 // indirect
9595
golang.org/x/sys v0.30.0 // indirect
96-
golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect
96+
golang.org/x/tools v0.26.0 // indirect
9797
golang.zx2c4.com/wireguard/wgctrl v0.0.0-20200609130330-bd2cb7843e1b // indirect
98-
google.golang.org/genproto/googleapis/api v0.0.0-20231016165738-49dd2c1f3d0b // indirect
99-
google.golang.org/genproto/googleapis/rpc v0.0.0-20231030173426-d783a09b4405 // indirect
100-
google.golang.org/protobuf v1.33.0 // indirect
98+
google.golang.org/genproto/googleapis/api v0.0.0-20240528184218-531527333157 // indirect
99+
google.golang.org/genproto/googleapis/rpc v0.0.0-20240826202546-f6391c0de4c7 // indirect
100+
google.golang.org/protobuf v1.35.1 // indirect
101101
gopkg.in/fsnotify.v1 v1.4.7 // indirect
102102
gopkg.in/yaml.v2 v2.4.0 // indirect
103-
k8s.io/kubelet v0.28.3 // indirect
103+
k8s.io/kubelet v0.32.0-alpha.1 // indirect
104104
)

0 commit comments

Comments
 (0)