forked from apetresc/docker-zfs-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
16 lines (13 loc) · 638 Bytes
/
Copy pathgo.mod
File metadata and controls
16 lines (13 loc) · 638 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
module github.com/apetresc/docker-zfs-plugin
go 1.13
require (
github.com/Microsoft/go-winio v0.4.14 // indirect
github.com/clinta/go-zfs v0.0.0-20181025145938-e5fe14d9dcb7
github.com/coreos/go-systemd v0.0.0-20191104093116-d3cd4ed1dbcf
github.com/docker/go-connections v0.4.0 // indirect
github.com/docker/go-plugins-helpers v0.0.0-20200102110956-c9a8a2d92ccc
github.com/sirupsen/logrus v1.4.2
github.com/urfave/cli v1.22.2
golang.org/x/net v0.0.0-20200219183655-46282727080f // indirect
)
replace github.com/docker/go-plugins-helpers => github.com/clinta/go-plugins-helpers v0.0.0-20200221140445-4667bb9f0ed5 // for shutdown