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

3 years ago
  1. module lizardfs-volume-plugin
  2. go 1.14
  3. require (
  4. github.com/Microsoft/go-winio v0.4.14 // indirect
  5. github.com/coreos/go-systemd v0.0.0-20191104093116-d3cd4ed1dbcf // indirect
  6. github.com/docker/go-connections v0.4.0 // indirect
  7. github.com/docker/go-plugins-helpers v0.0.0-20200102110956-c9a8a2d92ccc
  8. github.com/ramr/go-reaper v0.2.0
  9. github.com/sirupsen/logrus v1.6.0
  10. golang.org/x/net v0.0.0-20200520182314-0ba52f642ac2 // indirect
  11. )