-
Notifications
You must be signed in to change notification settings - Fork 555
Expand file tree
/
Copy pathgo.mod
More file actions
30 lines (27 loc) · 981 Bytes
/
go.mod
File metadata and controls
30 lines (27 loc) · 981 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
module github.com/fsouza/go-dockerclient
go 1.25.5
require (
github.com/Microsoft/go-winio v0.6.2
github.com/docker/go-units v0.5.0
github.com/google/go-cmp v0.7.0
github.com/gorilla/mux v1.8.1
github.com/moby/go-archive v0.2.0
github.com/moby/moby/api v1.54.0
github.com/moby/moby/client v0.3.0
github.com/moby/moby/v2 v2.0.0-beta.7
github.com/moby/patternmatcher v0.6.0
golang.org/x/term v0.41.0
)
require (
github.com/Azure/go-ansiterm v0.0.0-20250102033503-faa5f7b0171c // indirect
github.com/containerd/log v0.1.0 // indirect
github.com/klauspost/compress v1.18.4 // indirect
github.com/moby/sys/sequential v0.6.0 // indirect
github.com/moby/sys/user v0.4.0 // indirect
github.com/moby/sys/userns v0.1.0 // indirect
github.com/moby/term v0.5.2 // indirect
github.com/opencontainers/go-digest v1.0.0 // indirect
github.com/opencontainers/image-spec v1.1.1 // indirect
github.com/sirupsen/logrus v1.9.4 // indirect
golang.org/x/sys v0.42.0 // indirect
)