-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
27 lines (25 loc) · 1.15 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
module github.com/Skarlso/miner
go 1.12
require (
github.com/Microsoft/go-winio v0.4.2
github.com/Sirupsen/logrus v0.0.0-20170630005420-7dd06bf38e1e
github.com/Yitsushi/go-commander v0.0.0-20161013155515-6b77592be51a
github.com/aws/aws-sdk-go v1.10.6
github.com/docker/distribution v0.0.0-20170627185808-f86db6b22663
github.com/docker/docker v0.0.0-20170502054910-90d35abf7b35
github.com/docker/go-connections v0.2.1
github.com/docker/go-units v0.3.2
github.com/docker/libtrust v0.0.0-20160708172513-aabc10ec26b7
github.com/fatih/color v1.5.0
github.com/go-ini/ini v1.28.1
github.com/jmespath/go-jmespath v0.0.0-20160803190731-bd40a432e4c7
github.com/kardianos/osext v0.0.0-20170510131534-ae77be60afb1
github.com/mattn/go-colorable v0.0.0-20170210172801-5411d3eea597
github.com/mattn/go-isatty v0.0.0-20170307163044-57fdcb988a5c
github.com/opencontainers/go-digest v1.0.0-rc1
github.com/opencontainers/runc v0.0.0-20170703163937-3a5b963f2f0a
github.com/pkg/errors v0.0.0-20170505043639-c605e284fe17
golang.org/x/net v0.0.0-20170629171032-1f9224279e98
golang.org/x/sys v0.0.0-20170213225739-e24f485414ae
gopkg.in/yaml.v2 v2.0.0-20170407172122-cd8b52f8269e
)