Skip to content

Commit 440c6df

Browse files
committed
bump: github.com/vishvananda/netlink
Signed-off-by: Daman Arora <[email protected]>
1 parent 646b0bc commit 440c6df

File tree

7 files changed

+84
-25
lines changed

7 files changed

+84
-25
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ require (
6060
github.com/spf13/cobra v1.8.1
6161
github.com/spf13/pflag v1.0.5
6262
github.com/stretchr/testify v1.9.0
63-
github.com/vishvananda/netlink v1.3.0
63+
github.com/vishvananda/netlink v1.3.1-0.20240905180732-b1ce50cfa9be
6464
github.com/vishvananda/netns v0.0.4
6565
go.etcd.io/etcd/api/v3 v3.5.16
6666
go.etcd.io/etcd/client/pkg/v3 v3.5.16

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -497,8 +497,8 @@ github.com/syndtr/gocapability v0.0.0-20200815063812-42c35b437635/go.mod h1:hkRG
497497
github.com/tmc/grpc-websocket-proxy v0.0.0-20220101234140-673ab2c3ae75 h1:6fotK7otjonDflCTK0BCfls4SPy3NcCVb5dqqmbRknE=
498498
github.com/tmc/grpc-websocket-proxy v0.0.0-20220101234140-673ab2c3ae75/go.mod h1:KO6IkyS8Y3j8OdNO85qEYBsRPuteD+YciPomcXdrMnk=
499499
github.com/urfave/cli v1.22.1/go.mod h1:Gos4lmkARVdJ6EkW0WaNv/tZAAMe9V7XWyB60NtXRu0=
500-
github.com/vishvananda/netlink v1.3.0 h1:X7l42GfcV4S6E4vHTsw48qbrV+9PVojNfIhZcwQdrZk=
501-
github.com/vishvananda/netlink v1.3.0/go.mod h1:i6NetklAujEcC6fK0JPjT8qSwWyO0HLn4UKG+hGqeJs=
500+
github.com/vishvananda/netlink v1.3.1-0.20240905180732-b1ce50cfa9be h1:xdCMvyhnKzaepIUgVpUmTJo/+H1AQ7HuFYn1hv7/Neo=
501+
github.com/vishvananda/netlink v1.3.1-0.20240905180732-b1ce50cfa9be/go.mod h1:i6NetklAujEcC6fK0JPjT8qSwWyO0HLn4UKG+hGqeJs=
502502
github.com/vishvananda/netns v0.0.4 h1:Oeaw1EM2JMxD51g9uhtC0D7erkIjgmj8+JZc26m1YX8=
503503
github.com/vishvananda/netns v0.0.4/go.mod h1:SpkAiCQRtJ6TvvxPnOSyH3BMl6unz3xZlaprSwhNNJM=
504504
github.com/x448/float16 v0.8.4 h1:qLwI1I70+NjRFUR3zs1JPUCgaCXSh3SW62uAKT1mSBM=

vendor/github.com/vishvananda/netlink/conntrack_linux.go

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

vendor/github.com/vishvananda/netlink/conntrack_unspecified.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/vishvananda/netlink/filter_linux.go

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

vendor/github.com/vishvananda/netlink/nl/nl_linux.go

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

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -597,7 +597,7 @@ github.com/syndtr/gocapability/capability
597597
# github.com/tmc/grpc-websocket-proxy v0.0.0-20220101234140-673ab2c3ae75
598598
## explicit; go 1.15
599599
github.com/tmc/grpc-websocket-proxy/wsproxy
600-
# github.com/vishvananda/netlink v1.3.0
600+
# github.com/vishvananda/netlink v1.3.1-0.20240905180732-b1ce50cfa9be
601601
## explicit; go 1.12
602602
github.com/vishvananda/netlink
603603
github.com/vishvananda/netlink/nl

0 commit comments

Comments
 (0)