mirror of
https://github.com/k8snetworkplumbingwg/multus-cni.git
synced 2025-08-30 15:01:24 +00:00
Following group name changes in github.
This changes to track organization name change in github, from Intel-Corp to intel.
This commit is contained in:
parent
9dbd585d04
commit
ee8bf5785d
2
build
2
build
@ -1,7 +1,7 @@
|
||||
#!/usr/bin/env bash
|
||||
set -e
|
||||
|
||||
ORG_PATH="github.com/Intel-Corp"
|
||||
ORG_PATH="github.com/intel"
|
||||
REPO_PATH="${ORG_PATH}/multus-cni"
|
||||
|
||||
if [ ! -h gopath/src/${REPO_PATH} ]; then
|
||||
|
@ -1,4 +1,4 @@
|
||||
package: github.com/Intel-Corp/multus-cni
|
||||
package: github.com/intel/multus-cni
|
||||
import:
|
||||
- package: github.com/containernetworking/cni
|
||||
version: v0.5.2
|
||||
|
@ -25,7 +25,7 @@ import (
|
||||
"k8s.io/client-go/kubernetes"
|
||||
"k8s.io/client-go/tools/clientcmd"
|
||||
|
||||
"github.com/Intel-Corp/multus-cni/types"
|
||||
"github.com/intel/multus-cni/types"
|
||||
"github.com/containernetworking/cni/libcni"
|
||||
"github.com/containernetworking/cni/pkg/skel"
|
||||
cnitypes "github.com/containernetworking/cni/pkg/types"
|
||||
|
@ -25,8 +25,8 @@ import (
|
||||
"os"
|
||||
"path/filepath"
|
||||
|
||||
k8s "github.com/Intel-Corp/multus-cni/k8sclient"
|
||||
"github.com/Intel-Corp/multus-cni/types"
|
||||
k8s "github.com/intel/multus-cni/k8sclient"
|
||||
"github.com/intel/multus-cni/types"
|
||||
"github.com/containernetworking/cni/pkg/invoke"
|
||||
"github.com/containernetworking/cni/pkg/ns"
|
||||
"github.com/containernetworking/cni/pkg/skel"
|
||||
|
Loading…
Reference in New Issue
Block a user