-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathgo.mod
More file actions
19 lines (16 loc) · 704 Bytes
/
go.mod
File metadata and controls
19 lines (16 loc) · 704 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
module github.com/yuuki/droot
go 1.15
require (
github.com/Sirupsen/logrus v1.6.0 // indirect
github.com/docker/distribution v2.7.1+incompatible // indirect
github.com/docker/docker v1.4.2-0.20170504205632-89658bed64c2
github.com/docker/go-connections v0.4.0 // indirect
github.com/docker/go-units v0.4.0 // indirect
github.com/docker/libtrust v0.0.0-20160708172513-aabc10ec26b7 // indirect
github.com/opencontainers/go-digest v1.0.0 // indirect
github.com/pkg/errors v0.8.0
github.com/urfave/cli v1.19.1
golang.org/x/net v0.0.0-20170616203515-973f3f3bbd50
golang.org/x/sys v0.0.0-20190422165155-953cdadca894
)
replace github.com/Sirupsen/logrus v1.6.0 => github.com/sirupsen/logrus v1.6.0