Skip to content

Commit 85fac62

Browse files
1gtmtamalsaha
andauthored
[cherry-pick] Use gomodules.xyz/go-sh (#789) (#793)
/cherry-pick Signed-off-by: Tamal Saha <tamal@appscode.com> Co-authored-by: Tamal Saha <tamal@appscode.com>
1 parent a903b4d commit 85fac62

File tree

13 files changed

+3
-849
lines changed

13 files changed

+3
-849
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ go 1.15
44

55
require (
66
cloud.google.com/go v0.58.0 // indirect
7-
github.com/codeskyblue/go-sh v0.0.0-20200712050446-30169cf553fe
87
github.com/spf13/cobra v1.1.3
98
go.bytebuilders.dev/license-verifier/kubernetes v0.9.1
109
gomodules.xyz/flags v0.1.0
10+
gomodules.xyz/go-sh v0.1.0
1111
gomodules.xyz/logs v0.0.2
1212
gomodules.xyz/x v0.0.5
1313
k8s.io/api v0.21.0

go.sum

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,6 @@ github.com/cockroachdb/datadriven v0.0.0-20190809214429-80d97fb3cbaa/go.mod h1:z
109109
github.com/codahale/hdrhistogram v0.0.0-20161010025455-3a0bb77429bd/go.mod h1:sE/e/2PUdi/liOCUjSTXgM1o87ZssimdTWN964YiIeI=
110110
github.com/codegangsta/inject v0.0.0-20150114235600-33e0aa1cb7c0 h1:sDMmm+q/3+BukdIpxwO365v/Rbspp2Nt5XntgQRXq8Q=
111111
github.com/codegangsta/inject v0.0.0-20150114235600-33e0aa1cb7c0/go.mod h1:4Zcjuz89kmFXt9morQgcfYZAYZ5n8WHjt81YYWIwtTM=
112-
github.com/codeskyblue/go-sh v0.0.0-20200712050446-30169cf553fe h1:69JI97HlzP+PH5Mi1thcGlDoBr6PS2Oe+l3mNmAkbs4=
113112
github.com/codeskyblue/go-sh v0.0.0-20200712050446-30169cf553fe/go.mod h1:VQx0hjo2oUeQkQUET7wRwradO6f+fN5jzXgB/zROxxE=
114113
github.com/container-storage-interface/spec v1.3.0/go.mod h1:6URME8mwIBbpVyZV93Ce5St17xBiQJQY67NDsuohiy4=
115114
github.com/containerd/cgroups v0.0.0-20200531161412-0dbf7f05ba59/go.mod h1:pA0z1pT8KYB3TCXK/ocprsh7MAkoW8bZVzPdih9snmM=

pkg/util.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ import (
2525
stash "stash.appscode.dev/apimachinery/client/clientset/versioned"
2626
"stash.appscode.dev/apimachinery/pkg/restic"
2727

28-
"github.com/codeskyblue/go-sh"
28+
"gomodules.xyz/go-sh"
2929
core "k8s.io/api/core/v1"
3030
"k8s.io/client-go/kubernetes"
3131
"k8s.io/klog/v2"

vendor/github.com/codeskyblue/go-sh/LICENSE

Lines changed: 0 additions & 202 deletions
This file was deleted.

vendor/github.com/codeskyblue/go-sh/OLD_README.md

Lines changed: 0 additions & 69 deletions
This file was deleted.

vendor/github.com/codeskyblue/go-sh/README.md

Lines changed: 0 additions & 96 deletions
This file was deleted.

0 commit comments

Comments
 (0)