-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathgo.mod
More file actions
15 lines (12 loc) · 661 Bytes
/
go.mod
File metadata and controls
15 lines (12 loc) · 661 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
module github.com/StudioEtrange/docker-volume-bindfs
go 1.21
require github.com/Sirupsen/logrus v1.0.2-0.20170728074214-181d419aa9e2
require (
github.com/Microsoft/go-winio v0.4.16-0.20201123211815-f314918fc79c // indirect
github.com/coreos/go-systemd v0.0.0-20191104093116-d3cd4ed1dbcf // indirect
github.com/docker/go-connections v0.4.1-0.20200911173324-09f47925228a // indirect
github.com/docker/go-plugins-helpers v0.0.0-20211224144127-6eecb7beb651
golang.org/x/crypto v0.0.0-20201124201722-c8d3bf9c5392 // indirect
golang.org/x/sys v0.0.0-20201126233918-771906719818 // indirect
golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 // indirect
)