-
Notifications
You must be signed in to change notification settings - Fork 50
/
go.mod
39 lines (36 loc) · 1.85 KB
/
go.mod
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
module github.com/howtowhale/dvm
go 1.18
require (
github.com/Masterminds/semver v0.0.0-20170707023526-c2e7f6c2f49a
github.com/codegangsta/cli v1.19.1
github.com/docker/docker v1.13.1
github.com/fatih/color v1.5.0
github.com/google/go-github v0.0.0-20160619221136-1c08387e4c91
github.com/pivotal-golang/archiver v0.0.0-20170206191640-59f15fd17404
github.com/pkg/errors v0.8.1-0.20161029093637-248dadf4e906
github.com/ryanuber/go-glob v0.0.0-20170128012129-256dc444b735
github.com/stretchr/testify v1.1.4
golang.org/x/oauth2 v0.0.0-20170214231824-b9780ec78894
)
require (
code.cloudfoundry.org/archiver v0.0.0-20200131002800-4ca7245c29b1 // indirect
github.com/Microsoft/go-winio v0.3.8 // indirect
github.com/Sirupsen/logrus v0.11.3-0.20170215164324-7f4b1adc7917 // indirect
github.com/cyphar/filepath-securejoin v0.2.2 // indirect
github.com/davecgh/go-spew v1.0.1-0.20160907170601-6d212800a42e // indirect
github.com/docker/distribution v2.6.0-rc.1.0.20170216011216-4f87c800734f+incompatible // indirect
github.com/docker/go-connections v0.2.2-0.20170203235624-7da10c8c50ca // indirect
github.com/docker/go-units v0.3.2 // indirect
github.com/golang/protobuf v1.4.2 // indirect
github.com/google/go-querystring v0.0.0-20170111101155-53e6ce116135 // indirect
github.com/mattn/go-colorable v0.0.8-0.20170210172801-5411d3eea597 // indirect
github.com/mattn/go-isatty v0.0.12 // indirect
github.com/onsi/ginkgo v1.15.0 // indirect
github.com/onsi/gomega v1.10.5 // indirect
github.com/opencontainers/go-digest v1.0.0-rc0 // indirect
github.com/pmezard/go-difflib v0.0.0-20151028094244-d8ed2627bdf0 // indirect
golang.org/x/net v0.0.0-20201202161906-c7110b5ffcbb // indirect
golang.org/x/sys v0.0.0-20210112080510-489259a85091 // indirect
google.golang.org/appengine v1.0.1-0.20170206203024-2e4a801b39fc // indirect
google.golang.org/protobuf v1.23.0 // indirect
)