Files
objectivefs-docker-volume/go.mod
Roman Vaníček 68a9e33e23
All checks were successful
continuous-integration/drone/push Build is passing
Persisting volumes states in Bolt db. Locks reinstated.
2023-05-26 16:31:41 +02:00

20 lines
555 B
Modula-2

module git.ivasoft.cz/sw/objectivefs-docker-volume
go 1.20
require (
github.com/boltdb/bolt v1.3.1
github.com/docker/go-plugins-helpers v0.0.0-20211224144127-6eecb7beb651
github.com/sirupsen/logrus v1.9.0
)
require (
github.com/Microsoft/go-winio v0.6.1 // indirect
github.com/coreos/go-systemd v0.0.0-20191104093116-d3cd4ed1dbcf // indirect
github.com/docker/go-connections v0.4.0 // indirect
golang.org/x/mod v0.8.0 // indirect
golang.org/x/net v0.6.0 // indirect
golang.org/x/sys v0.5.0 // indirect
golang.org/x/tools v0.6.0 // indirect
)