Change gopkg.in to v4 for v4 release

This commit is contained in:
Tomofumi Hayashi
2023-04-13 23:36:40 +09:00
parent fe14c17fe7
commit 1b01e3e486
31 changed files with 67 additions and 67 deletions

View File

@@ -25,7 +25,7 @@ import (
"github.com/containernetworking/cni/libcni"
"github.com/containernetworking/plugins/pkg/ns"
"github.com/vishvananda/netlink"
"gopkg.in/k8snetworkplumbingwg/multus-cni.v3/pkg/logging"
"gopkg.in/k8snetworkplumbingwg/multus-cni.v4/pkg/logging"
)
// DeleteDefaultGW removes the default gateway from marked interfaces.