Browse Source

Remove go-powershell dead dependency (#5777)

Signed-off-by: Derek Nola <derek.nola@suse.com>
pull/5780/head
Derek Nola 2 years ago committed by GitHub
parent
commit
918a5dc559
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      go.mod

1
go.mod

@ -4,7 +4,6 @@ go 1.16
replace (
github.com/Microsoft/hcsshim => github.com/Microsoft/hcsshim v0.8.22
github.com/benmoss/go-powershell => github.com/k3s-io/go-powershell v0.0.0-20201118222746-51f4c451fbd7
github.com/cloudnativelabs/kube-router => github.com/k3s-io/kube-router v1.3.3-0.20220405142336-8ea9a06dc0e3
github.com/containerd/cgroups => github.com/containerd/cgroups v1.0.1
github.com/containerd/containerd => github.com/k3s-io/containerd v1.5.13-k3s1 // k3s-release/1.5

Loading…
Cancel
Save