-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathgo.mod
More file actions
34 lines (31 loc) · 1018 Bytes
/
go.mod
File metadata and controls
34 lines (31 loc) · 1018 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
31
32
33
34
module wpm
go 1.25.0
require (
github.com/Masterminds/semver/v3 v3.4.0
github.com/briandowns/spinner v1.23.2
github.com/containerd/errdefs v1.0.0
github.com/docker/go-units v0.5.0
github.com/fvbommel/sortorder v1.1.0
github.com/henvic/httpretty v0.1.4
github.com/klauspost/compress v1.18.5
github.com/moby/patternmatcher v0.6.1
github.com/moby/sys/sequential v0.6.0
github.com/moby/term v0.5.2
github.com/morikuni/aec v1.1.0
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.9.4
github.com/spf13/cobra v1.10.2
github.com/spf13/pflag v1.0.10
github.com/thlib/go-timezone-local v0.0.7
golang.org/x/sync v0.20.0
golang.org/x/sys v0.43.0
golang.org/x/text v0.36.0
)
require (
github.com/Azure/go-ansiterm v0.0.0-20250102033503-faa5f7b0171c // indirect
github.com/fatih/color v1.7.0 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/mattn/go-colorable v0.1.2 // indirect
github.com/mattn/go-isatty v0.0.8 // indirect
golang.org/x/term v0.38.0 // indirect
)