You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

13 lines
440 B

module lizardfs-volume-plugin
go 1.14
require (
github.com/Microsoft/go-winio v0.4.14 // indirect
github.com/coreos/go-systemd v0.0.0-20191104093116-d3cd4ed1dbcf // indirect
github.com/docker/go-connections v0.4.0 // indirect
github.com/docker/go-plugins-helpers v0.0.0-20200102110956-c9a8a2d92ccc
github.com/ramr/go-reaper v0.2.0
github.com/sirupsen/logrus v1.6.0
golang.org/x/net v0.0.0-20200520182314-0ba52f642ac2 // indirect
)