Skip to content

Commit

Permalink
Update k3s
Browse files Browse the repository at this point in the history
Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
  • Loading branch information
brandond committed Oct 8, 2021
1 parent 8b1ca5e commit 078c6ae
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ replace (

require (
github.com/Freman/eventloghook v0.0.0-20191003051739-e4d803b6b48b
github.com/Microsoft/hcsshim v0.8.20
github.com/Microsoft/hcsshim v0.8.21
github.com/containerd/continuity v0.1.0
github.com/google/go-containerregistry v0.5.0
github.com/google/gopacket v1.1.19
Expand All @@ -71,7 +71,7 @@ require (
github.com/onsi/ginkgo v1.16.4
github.com/onsi/gomega v1.14.0
github.com/pkg/errors v0.9.1
github.com/rancher/k3s v1.22.3-0.20210930192600-6d282b26c2a5 // release-1.22
github.com/rancher/k3s v1.22.3-0.20211007194742-737f722315b9 // release-1.22
github.com/rancher/wharfie v0.4.1
github.com/rancher/wrangler v0.8.3
github.com/sirupsen/logrus v1.8.1
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -856,8 +856,8 @@ github.com/qri-io/starlib v0.4.2-0.20200213133954-ff2e8cd5ef8d/go.mod h1:7DPO4do
github.com/quobyte/api v0.1.8/go.mod h1:jL7lIHrmqQ7yh05OJ+eEEdHr0u/kmT1Ff9iHd+4H6VI=
github.com/rancher/dynamiclistener v0.2.6 h1:qcNhQQOidheum5K6mtLxDTJQMTWKm1zm/PjZ5x0xV7A=
github.com/rancher/dynamiclistener v0.2.6/go.mod h1:iXFvJLvLjmTzEJBrLFZl9UaMfDLOhv6fHp9fHQRlHGg=
github.com/rancher/k3s v1.22.3-0.20210930192600-6d282b26c2a5 h1:httL9m1VPYSsYDDGYtx/1komOyEQYH1z8xnpgPYIO78=
github.com/rancher/k3s v1.22.3-0.20210930192600-6d282b26c2a5/go.mod h1:I4qRvMRgyT0cSfbiRqqjXi67bR2du+PlfIc2k5vDAAo=
github.com/rancher/k3s v1.22.3-0.20211007194742-737f722315b9 h1:MBvfb5YV9S/vdHsxJRD0Dy1w0zZievM/6zCY9nR2nHU=
github.com/rancher/k3s v1.22.3-0.20211007194742-737f722315b9/go.mod h1:0TRVQfMggq2PdzFfz0LXT8DMfPhgiiEkOaBYK7GWU4c=
github.com/rancher/lasso v0.0.0-20210616224652-fc3ebd901c08 h1:NxR8Fh0eE7/5/5Zvlog9B5NVjWKqBSb1WYMUF7/IE5c=
github.com/rancher/lasso v0.0.0-20210616224652-fc3ebd901c08/go.mod h1:9qZd/S8DqWzfKtjKGgSoHqGEByYmUE3qRaBaaAHwfEM=
github.com/rancher/remotedialer v0.2.0 h1:xD7t3K6JYwTdAsxmGtTHQMkEkFgKouQ1foLxVW424Dc=
Expand Down

0 comments on commit 078c6ae

Please sign in to comment.