Skip to content

Commit

Permalink
build(deps): bump gopkg.in/k8snetworkplumbingwg/multus-cni.v4
Browse files Browse the repository at this point in the history
Bumps gopkg.in/k8snetworkplumbingwg/multus-cni.v4 from 4.1.1 to 4.1.4.

---
updated-dependencies:
- dependency-name: gopkg.in/k8snetworkplumbingwg/multus-cni.v4
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 9, 2024
1 parent 0546691 commit 38fd314
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
5 changes: 2 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
module github.com/k8snetworkplumbingwg/multus-dynamic-networks-controller

go 1.22.0

toolchain go1.22.5
toolchain go1.22.10

require (
github.com/containernetworking/cni v1.2.3
Expand All @@ -11,7 +10,7 @@ require (
github.com/onsi/gomega v1.35.1
github.com/opencontainers/runtime-spec v1.2.0
google.golang.org/grpc v1.68.0
gopkg.in/k8snetworkplumbingwg/multus-cni.v4 v4.1.1
gopkg.in/k8snetworkplumbingwg/multus-cni.v4 v4.1.4
k8s.io/api v0.29.1
k8s.io/apimachinery v0.29.1
k8s.io/client-go v1.5.2
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,8 @@ gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c h1:Hei/4ADfdWqJk1ZMxUNpqntN
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c/go.mod h1:JHkPIbrfpd72SG/EVd6muEfDQjcINNoR0C8j2r3qZ4Q=
gopkg.in/inf.v0 v0.9.1 h1:73M5CoZyi3ZLMOyDlQh031Cx6N9NDJ2Vvfl76EDAgDc=
gopkg.in/inf.v0 v0.9.1/go.mod h1:cWUDdTG/fYaXco+Dcufb5Vnc6Gp2YChqWtbxRZE0mXw=
gopkg.in/k8snetworkplumbingwg/multus-cni.v4 v4.1.1 h1:nczaBi4g5SLkknDkWqYsmsD11JCjvykLR9a0y+bcTyA=
gopkg.in/k8snetworkplumbingwg/multus-cni.v4 v4.1.1/go.mod h1:Tr72nXPae7Q1jtrkl+OXMY7C3Q2fL9EkzoXm3TyOhBE=
gopkg.in/k8snetworkplumbingwg/multus-cni.v4 v4.1.4 h1:+/aWUXBRWdNaEwjV74ExSP0J9OTd1z+ZcELPtywc1zg=
gopkg.in/k8snetworkplumbingwg/multus-cni.v4 v4.1.4/go.mod h1:UwswLRnssTB8pkghJOa+C30ghyXLwRSAbOIVAWbRNvA=
gopkg.in/natefinch/lumberjack.v2 v2.2.1 h1:bBRl1b0OH9s/DuPhuXpNl+VtCaJXFZ5/uEFST95x9zc=
gopkg.in/natefinch/lumberjack.v2 v2.2.1/go.mod h1:YD8tP3GAjkrDg1eZH7EGmyESg/lsYskCTPBJVb9jqSc=
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 h1:uRGJdciOHaEIrze2W8Q3AKkepLTh2hOroT7a+7czfdQ=
Expand Down
2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ google.golang.org/protobuf/types/known/timestamppb
# gopkg.in/inf.v0 v0.9.1
## explicit
gopkg.in/inf.v0
# gopkg.in/k8snetworkplumbingwg/multus-cni.v4 v4.1.1
# gopkg.in/k8snetworkplumbingwg/multus-cni.v4 v4.1.4
## explicit; go 1.21
gopkg.in/k8snetworkplumbingwg/multus-cni.v4/pkg/logging
gopkg.in/k8snetworkplumbingwg/multus-cni.v4/pkg/server/api
Expand Down

0 comments on commit 38fd314

Please sign in to comment.