[master] changing package to k3s-io (#4846)

* changing package to k3s-io

Signed-off-by: Luther Monson <luther.monson@gmail.com>

Co-authored-by: Derek Nola <derek.nola@suse.com>
This commit is contained in:
Luther Monson
2022-03-02 16:47:27 -07:00
committed by GitHub
parent a82ac4fdc7
commit 9a849b1bb7
142 changed files with 371 additions and 341 deletions

View File

@@ -7,7 +7,7 @@ cd $(dirname $0)/..
GO=${GO-go}
PKG="github.com/rancher/k3s"
PKG="github.com/k3s-io/k3s"
PKG_CONTAINERD="github.com/containerd/containerd"
PKG_K3S_CONTAINERD="github.com/k3s-io/containerd"
PKG_CRICTL="github.com/kubernetes-sigs/cri-tools/pkg"