-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
25 lines (22 loc) · 856 Bytes
/
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
module go-deb
go 1.19
require (
github.com/schollz/progressbar v1.0.0
github.com/schollz/progressbar/v3 v3.12.2
github.com/sirupsen/logrus v1.9.0
pault.ag/go/archive v0.0.0-20200912011324-7149510a39c7
pault.ag/go/debian v0.12.0
)
require (
github.com/DataDog/zstd v1.4.8 // indirect
github.com/kjk/lzma v0.0.0-20161016003348-3fd93898850d // indirect
github.com/mattn/go-runewidth v0.0.14 // indirect
github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db // indirect
github.com/rivo/uniseg v0.4.3 // indirect
github.com/xi2/xz v0.0.0-20171230120015-48954b6210f8 // indirect
golang.org/x/crypto v0.3.0 // indirect
golang.org/x/sys v0.3.0 // indirect
golang.org/x/term v0.3.0 // indirect
pault.ag/go/blobstore v0.0.0-20180314122834-d6d187c5a029 // indirect
pault.ag/go/topsort v0.0.0-20160530003732-f98d2ad46e1a // indirect
)