-
Notifications
You must be signed in to change notification settings - Fork 158
Expand file tree
/
Copy pathgo.mod
More file actions
46 lines (43 loc) · 1.75 KB
/
Copy pathgo.mod
File metadata and controls
46 lines (43 loc) · 1.75 KB
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
35
36
37
38
39
40
41
42
43
44
45
46
go 1.25.0
// Warning: Ensure the "go" and "toolchain" versions match exactly to prevent unwanted auto-updates.
// That generally means there should be no toolchain directive present.
module go.podman.io/storage
require (
github.com/BurntSushi/toml v1.6.0
github.com/containerd/stargz-snapshotter/estargz v0.18.2
github.com/cyphar/filepath-securejoin v0.6.1
github.com/docker/go-units v0.5.0
github.com/google/go-intervals v0.0.2
github.com/json-iterator/go v1.1.12
github.com/klauspost/compress v1.18.6
github.com/klauspost/pgzip v1.2.6
github.com/mattn/go-shellwords v1.0.13
github.com/mistifyio/go-zfs/v4 v4.0.0
github.com/moby/sys/capability v0.4.0
github.com/moby/sys/mountinfo v0.7.2
github.com/moby/sys/user v0.4.0
github.com/opencontainers/go-digest v1.0.0
github.com/opencontainers/runtime-spec v1.3.0
github.com/opencontainers/selinux v1.13.1
github.com/sirupsen/logrus v1.9.4
github.com/stretchr/testify v1.11.1
github.com/tchap/go-patricia/v2 v2.3.3
github.com/ulikunitz/xz v0.5.15
github.com/vbatts/tar-split v0.12.3
golang.org/x/sync v0.20.0
golang.org/x/sys v0.43.0
gotest.tools/v3 v3.5.2
)
require (
cyphar.com/go-pathrs v0.2.4 // indirect
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
github.com/google/go-cmp v0.7.0 // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/kr/pretty v0.3.1 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.3-0.20250322232337-35a7c28c31ee // indirect
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
github.com/rogpeppe/go-internal v1.14.1 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)