-
Notifications
You must be signed in to change notification settings - Fork 124
/
go.mod
21 lines (19 loc) · 967 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
module github.com/MatchbookLab/local-persist
go 1.18
require (
github.com/Microsoft/go-winio v0.3.6-0.20160621211438-ce2922f643c8
github.com/Sirupsen/logrus v0.7.3
github.com/coreos/go-systemd v0.0.0-20161102170722-64d5cd7cb947
github.com/coreos/pkg v0.0.0-20161026222926-447b7ec906e5
github.com/docker/distribution v2.5.0-rc.1.0.20161102195617-fbe6e8d212ed+incompatible
github.com/docker/engine-api v0.4.0
github.com/docker/go-connections v0.2.2-0.20161031182214-f512407a188e
github.com/docker/go-plugins-helpers v0.0.0-20161031114640-60d242cfd0fb
github.com/docker/go-units v0.3.2-0.20161020213227-8a7beacffa30
github.com/fatih/color v1.1.0
github.com/mattn/go-colorable v0.0.7-0.20161102080925-6e26b354bd2b
github.com/mattn/go-isatty v0.0.0-20160806122752-66b8e73f3f5c
github.com/opencontainers/runc v1.0.0-rc2.0.20161102180326-49ed0a10e4ed
golang.org/x/net v0.0.0-20160322021652-4876518f9e71
golang.org/x/sys v0.0.0-20161023150541-c200b10b5d5e
)