forked from dpeckett/aptify
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
27 lines (24 loc) · 793 Bytes
/
go.mod
File metadata and controls
27 lines (24 loc) · 793 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
module github.com/dpeckett/aptify
go 1.22.0
require (
github.com/ProtonMail/go-crypto v1.0.0
github.com/adrg/xdg v0.4.0
github.com/dpeckett/archivefs v0.10.2
github.com/dpeckett/deb822 v0.5.2
github.com/dpeckett/telemetry v0.1.2
github.com/dpeckett/uncompr v0.5.0
github.com/otiai10/copy v1.2.0
github.com/urfave/cli/v2 v2.3.0
gopkg.in/yaml.v3 v3.0.1
)
require (
github.com/cloudflare/circl v1.3.9 // indirect
github.com/cpuguy83/go-md2man/v2 v2.0.4 // indirect
github.com/klauspost/compress v1.17.9 // indirect
github.com/pierrec/lz4/v4 v4.1.21 // indirect
github.com/russross/blackfriday/v2 v2.1.0 // indirect
github.com/ulikunitz/xz v0.5.12 // indirect
golang.org/x/crypto v0.25.0 // indirect
golang.org/x/sync v0.7.0 // indirect
golang.org/x/sys v0.22.0 // indirect
)