Files
objectivefs-docker-volume/go.mod
Roman Vaníček 73228fbbbf
All checks were successful
continuous-integration/drone/push Build is passing
New env variables and logging.
2023-05-25 01:07:45 +02:00

19 lines
524 B
Modula-2

module git.ivasoft.cz/sw/objectivefs-docker-volume
go 1.20
require (
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
)