-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
26 lines (23 loc) · 852 Bytes
/
Copy pathgo.mod
File metadata and controls
26 lines (23 loc) · 852 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
module github.com/katexochen/image-tools
go 1.25.0
require (
github.com/diskfs/go-diskfs v1.9.2
github.com/google/uuid v1.6.0
github.com/klauspost/compress v1.18.5
gvisor.dev/gvisor v0.0.0-20241012032629-122070c6678c
oras.land/oras-go/v2 v2.5.0
)
require (
github.com/anchore/go-lzo v0.1.0 // indirect
github.com/djherbis/times v1.6.0 // indirect
github.com/elliotwutingfeng/asciiset v0.0.0-20260129054604-cfde2086bc57 // indirect
github.com/opencontainers/go-digest v1.0.0 // indirect
github.com/opencontainers/image-spec v1.1.0 // indirect
github.com/pierrec/lz4/v4 v4.1.26 // indirect
github.com/pkg/xattr v0.4.12 // indirect
github.com/sirupsen/logrus v1.9.4 // indirect
github.com/ulikunitz/xz v0.5.15 // indirect
golang.org/x/sync v0.8.0 // indirect
golang.org/x/sys v0.43.0 // indirect
golang.org/x/time v0.7.0 // indirect
)