Skip to content

Commit

Permalink
go mod
Browse files Browse the repository at this point in the history
  • Loading branch information
luthermonson committed Jul 21, 2021
1 parent 4eacd86 commit ce01b1e
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 66 deletions.
10 changes: 5 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.16
replace (
github.com/Microsoft/hcsshim => github.com/Microsoft/hcsshim v0.8.9
github.com/benmoss/go-powershell => github.com/k3s-io/go-powershell v0.0.0-20201118222746-51f4c451fbd7
github.com/containerd/containerd => github.com/k3s-io/containerd v1.4.4-k3s2
github.com/containerd/containerd => github.com/k3s-io/containerd v1.4.8-k3s1
github.com/containerd/continuity => github.com/k3s-io/continuity v0.0.0-20210309170710-f93269e0d5c1
github.com/containerd/cri => github.com/k3s-io/cri v1.4.0-k3s.6 // k3s-release/1.4
github.com/docker/distribution => github.com/docker/distribution v2.7.1+incompatible
Expand Down Expand Up @@ -55,14 +55,14 @@ replace (
)

require (
github.com/Microsoft/hcsshim v0.8.18
github.com/containerd/continuity v0.0.0-20210208174643-50096c924a4e
github.com/Microsoft/hcsshim v0.8.20
github.com/containerd/continuity v0.1.0
github.com/google/go-containerregistry v0.5.0
github.com/google/gopacket v1.1.19
github.com/iamacarpet/go-win64api v0.0.0-20210311141720-fe38760bed28
github.com/k3s-io/helm-controller v0.10.1
github.com/pkg/errors v0.9.1
github.com/rancher/k3s v1.21.1-rc1.0.20210720032452-18bc98f60c26
github.com/rancher/k3s v1.21.1-rc1.0.20210721003634-37fcb61f5ea3
github.com/rancher/wharfie v0.4.1
github.com/rancher/wrangler v0.6.2
github.com/rancher/wrangler-api v0.6.0
Expand All @@ -75,7 +75,7 @@ require (
k8s.io/apiserver v0.21.2
k8s.io/client-go v11.0.1-0.20190409021438-1a26190bd76a+incompatible
k8s.io/cri-api v0.21.2
k8s.io/kubernetes v1.21.2
k8s.io/kubernetes v1.21.3
k8s.io/utils v0.0.0-20201110183641-67b214c5f920
sigs.k8s.io/yaml v1.2.0
)

0 comments on commit ce01b1e

Please sign in to comment.