Skip to content

Commit b9e07d0

Browse files
committed
feat: add -v $c/path
1 parent bc69baf commit b9e07d0

File tree

6 files changed

+292
-249
lines changed

6 files changed

+292
-249
lines changed

go.mod

Lines changed: 5 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -4,32 +4,18 @@ go 1.12
44

55
require (
66
github.com/BurntSushi/toml v0.3.1
7-
github.com/Microsoft/go-winio v0.4.15-0.20200908182639-5b44b70ab3ab // indirect
7+
github.com/Microsoft/go-winio v0.4.16 // indirect
88
github.com/blang/semver v3.5.1+incompatible
9-
github.com/containerd/containerd v1.4.1 // indirect
9+
github.com/containerd/containerd v1.4.3 // indirect
1010
github.com/docker/distribution v2.7.1+incompatible // indirect
11-
github.com/docker/docker v0.0.0-20201009000351-654cad4d9dc4
11+
github.com/docker/docker v20.10.2+incompatible
1212
github.com/docker/go-connections v0.4.0 // indirect
1313
github.com/docker/go-units v0.4.0 // indirect
14-
github.com/gogo/protobuf v1.3.1 // indirect
15-
github.com/gorilla/mux v1.7.4 // indirect
16-
github.com/inconshreveable/mousetrap v1.0.0 // indirect
17-
github.com/kr/pretty v0.1.0 // indirect
18-
github.com/mitchellh/go-homedir v1.1.0
1914
github.com/moby/term v0.0.0-20200915141129-7f0af18e79f2
2015
github.com/morikuni/aec v1.0.0 // indirect
2116
github.com/opencontainers/go-digest v1.0.0 // indirect
2217
github.com/opencontainers/image-spec v1.0.1 // indirect
2318
github.com/pkg/errors v0.9.1
24-
github.com/sirupsen/logrus v1.6.0
25-
github.com/spf13/cobra v0.0.2-0.20171109065643-2da4a54c5cee
26-
github.com/stretchr/testify v1.4.0 // indirect
27-
golang.org/x/net v0.0.0-20191004110552-13f9640d40b9 // indirect
28-
golang.org/x/sys v0.0.0-20201020230747-6e5568b54d1a // indirect
29-
golang.org/x/text v0.3.2 // indirect
30-
golang.org/x/time v0.0.0-20200416051211-89c76fbcd5d1 // indirect
31-
google.golang.org/genproto v0.0.0-20200117163144-32f20d992d24 // indirect
32-
google.golang.org/grpc v1.33.1 // indirect
33-
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
34-
gopkg.in/yaml.v2 v2.2.8 // indirect
19+
github.com/sirupsen/logrus v1.7.0
20+
github.com/spf13/cobra v1.1.1
3521
)

0 commit comments

Comments
 (0)