forked from aquasecurity/btfhub
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
34 lines (30 loc) · 1.05 KB
/
go.mod
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 github.com/DataDog/btfhub
go 1.21
require (
github.com/DataDog/zstd v1.5.5
github.com/cavaliergopher/cpio v1.0.1
github.com/cavaliergopher/rpm v1.2.0
github.com/cenkalti/backoff/v4 v4.3.0
github.com/mholt/archiver/v3 v3.5.1
github.com/therootcompany/xz v1.0.1
golang.org/x/exp v0.0.0-20240222234643-814bf88cf225
golang.org/x/sync v0.6.0
pault.ag/go/debian v0.16.0
)
require (
github.com/andybalholm/brotli v1.0.1 // indirect
github.com/dsnet/compress v0.0.2-0.20210315054119-f66993602bf5 // indirect
github.com/golang/snappy v0.0.2 // indirect
github.com/klauspost/pgzip v1.2.5 // indirect
github.com/nwaples/rardecode v1.1.0 // indirect
github.com/pierrec/lz4/v4 v4.1.2 // indirect
github.com/ulikunitz/xz v0.5.9 // indirect
)
require (
github.com/dustin/go-humanize v1.0.1
github.com/kjk/lzma v0.0.0-20161016003348-3fd93898850d // indirect
github.com/klauspost/compress v1.16.5 // indirect
github.com/xi2/xz v0.0.0-20171230120015-48954b6210f8 // indirect
golang.org/x/crypto v0.17.0 // indirect
pault.ag/go/topsort v0.1.1 // indirect
)