forked from play-with-docker/play-with-docker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
64 lines (62 loc) · 3.33 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
module github.com/play-with-docker/play-with-docker
go 1.16
require (
cloud.google.com/go v0.58.0 // indirect
github.com/Microsoft/go-winio v0.4.5 // indirect
github.com/PuerkitoBio/purell v1.1.0 // indirect
github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578 // indirect
github.com/aws/aws-sdk-go v1.12.15
github.com/containerd/containerd v1.0.0-beta.2
github.com/docker/distribution v2.6.0-rc.1.0.20170726174610-edc3ab29cdff+incompatible // indirect
github.com/docker/docker v1.4.2-0.20200309214505-aa6a9891b09c
github.com/docker/go-connections v0.3.0
github.com/docker/go-units v0.3.2
github.com/emicklei/go-restful v2.4.0+incompatible // indirect
github.com/emicklei/go-restful-swagger12 v0.0.0-20170208215640-dcef7f557305 // indirect
github.com/ghodss/yaml v1.0.0 // indirect
github.com/go-ini/ini v1.30.0 // indirect
github.com/go-openapi/jsonpointer v0.0.0-20170102174223-779f45308c19 // indirect
github.com/go-openapi/jsonreference v0.0.0-20161105162150-36d33bfe519e // indirect
github.com/go-openapi/spec v0.0.0-20171105074921-a4fa9574c7aa // indirect
github.com/go-openapi/swag v0.0.0-20171111214437-cf0bdb963811 // indirect
github.com/google/go-github v13.0.1-0.20171014143926-a021c14a5f19+incompatible
github.com/google/go-querystring v0.0.0-20170111101155-53e6ce116135 // indirect
github.com/googleapis/gnostic v0.1.0 // indirect
github.com/gorilla/context v0.0.0-20160226214623-1ea25387ff6f // indirect
github.com/gorilla/handlers v1.3.0
github.com/gorilla/mux v1.5.0
github.com/gorilla/securecookie v0.0.0-20160422134519-667fe4e3466a
github.com/gorilla/websocket v1.2.0
github.com/gregjones/httpcache v0.0.0-20171119193500-2bcd89a1743f // indirect
github.com/hashicorp/golang-lru v0.5.1
github.com/inconshreveable/go-vhost v0.0.0-20160627193104-06d84117953b
github.com/jmespath/go-jmespath v0.0.0-20160202185014-0b12d6b521d8 // indirect
github.com/juju/ratelimit v1.0.1 // indirect
github.com/mailru/easyjson v0.0.0-20171120080333-32fa128f234d // indirect
github.com/miekg/dns v0.0.0-20171019064225-822ae18e7187
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
github.com/opencontainers/go-digest v1.0.0-rc1 // indirect
github.com/opencontainers/image-spec v1.0.0 // indirect
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
github.com/prometheus/client_golang v1.7.1
github.com/rs/xid v0.0.0-20170604230408-02dd45c33376
github.com/satori/go.uuid v1.1.1-0.20170321230731-5bf94b69c6b6
github.com/shirou/gopsutil v2.16.13-0.20170924065440-6e221c482653+incompatible
github.com/smartystreets/goconvey v1.6.4 // indirect
github.com/spf13/pflag v1.0.0 // indirect
github.com/stretchr/testify v1.4.0
github.com/urfave/negroni v0.2.0
golang.org/x/crypto v0.0.0-20210817164053-32db794688a5
golang.org/x/net v0.0.0-20210226172049-e18ecbb05110
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
golang.org/x/sync v0.0.0-20200317015054-43a5402ce75a
golang.org/x/text v0.3.3
google.golang.org/api v0.26.0
google.golang.org/genproto v0.0.0-20200611194920-44ba362f84c1 // indirect
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
gopkg.in/inf.v0 v0.9.0 // indirect
k8s.io/api v0.0.0-20171027084545-218912509d74 // indirect
k8s.io/apimachinery v0.0.0-20171027084411-18a564baac72
k8s.io/client-go v5.0.1+incompatible
k8s.io/kube-openapi v0.0.0-20171101183504-39a7bf85c140 // indirect
)