[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>
Showing
+66 -65
module github.com/rancher/k3s | ||
module github.com/k3s-io/k3s | ||
go 1.16 | ||
... | ... | @@ -15,7 +15,6 @@ replace ( |
github.com/googleapis/gax-go/v2 => github.com/googleapis/gax-go/v2 v2.0.5 | ||
github.com/juju/errors => github.com/k3s-io/nocode v0.0.0-20200630202308-cb097102c09f | ||
github.com/kubernetes-sigs/cri-tools => github.com/k3s-io/cri-tools v1.22.0-k3s1 | ||
github.com/matryer/moq => github.com/rancher/moq v0.0.0-20190404221404-ee5226d43009 | ||
github.com/opencontainers/runc => github.com/opencontainers/runc v1.0.3 | ||
github.com/opencontainers/runtime-spec => github.com/opencontainers/runtime-spec v1.0.3-0.20210326190908-1c3f411f0417 | ||
github.com/rancher/wrangler => github.com/rancher/wrangler v0.8.11-0.20220211163748-d5a8ee98be5f | ||
... | ... |
Please register or sign in to comment