-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
22 lines (20 loc) · 847 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
module sargon
go 1.13
require (
github.com/Microsoft/go-winio v0.5.2 // indirect
github.com/coreos/go-systemd v0.0.0-20191104093116-d3cd4ed1dbcf // indirect
github.com/docker/docker v26.1.5+incompatible
github.com/docker/go-connections v0.4.0 // indirect
github.com/docker/go-plugins-helpers v0.0.0-20211224144127-6eecb7beb651
github.com/docker/go-units v0.4.0 // indirect
github.com/gogo/protobuf v1.3.2 // indirect
github.com/kardianos/osext v0.0.0-20190222173326-2bc1f35cddc0 // indirect
github.com/moby/docker-image-spec v1.3.1 // indirect
github.com/pborman/getopt/v2 v2.1.0
github.com/sevlyar/go-daemon v0.1.5
github.com/stretchr/testify v1.7.1 // indirect
golang.org/x/net v0.27.0 // indirect
gopkg.in/asn1-ber.v1 v1.0.0-20181015200546-f715ec2f112d // indirect
gopkg.in/ldap.v2 v2.5.1
gotest.tools/v3 v3.2.0 // indirect
)