Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathgo.mod
More file actions
Latest commit
48 lines (45 loc) · 1.83 KB
/
Copy pathgo.mod
File metadata and controls
48 lines (45 loc) · 1.83 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
modulegithub.com/commander-cli/commander/v2
go1.21
require (
github.com/antchfx/xmlqueryv1.3.18
github.com/commander-cli/cmdv1.6.0
github.com/docker/dockerv24.0.7+incompatible
github.com/docker/go-connectionsv0.4.0// indirect
github.com/logrusorgru/aurorav2.0.3+incompatible
github.com/moby/termv0.0.0-20210619224110-3f7ff695adc6// indirect
github.com/morikuni/aecv1.0.0// indirect
github.com/opencontainers/image-specv1.1.0-rc5// indirect
github.com/pmezard/go-difflibv1.0.0
github.com/stretchr/testifyv1.8.4
github.com/tidwall/gjsonv1.17.0
github.com/urfave/cliv1.22.14
golang.org/x/cryptov0.14.0
golang.org/x/timev0.0.0-20220210224613-90d013bbcef8// indirect
gopkg.in/h2non/gock.v1v1.0.16
gopkg.in/yaml.v2v2.4.0
)
require (
github.com/Microsoft/go-winiov0.6.1// indirect
github.com/antchfx/xpathv1.2.5// indirect
github.com/cpuguy83/go-md2man/v2v2.0.3// indirect
github.com/davecgh/go-spewv1.1.1// indirect
github.com/distribution/referencev0.5.0// indirect
github.com/docker/distributionv2.8.3+incompatible// indirect
github.com/docker/go-unitsv0.5.0// indirect
github.com/gogo/protobufv1.3.2// indirect
github.com/golang/groupcachev0.0.0-20210331224755-41bb18bfe9da// indirect
github.com/google/go-cmpv0.5.9// indirect
github.com/h2non/parthv0.0.0-20190131123155-b4df798d6542// indirect
github.com/opencontainers/go-digestv1.0.0// indirect
github.com/pkg/errorsv0.9.1// indirect
github.com/russross/blackfriday/v2v2.1.0// indirect
github.com/tidwall/matchv1.1.1// indirect
github.com/tidwall/prettyv1.2.1// indirect
golang.org/x/modv0.13.0// indirect
golang.org/x/netv0.17.0// indirect
golang.org/x/sysv0.13.0// indirect
golang.org/x/textv0.13.0// indirect
golang.org/x/toolsv0.14.0// indirect
gopkg.in/yaml.v3v3.0.1// indirect
gotest.tools/v3v3.0.2// indirect
)