forked from cashapp/hermit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
44 lines (42 loc) · 1.92 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
35
36
37
38
39
40
41
42
43
44
module github.com/cashapp/hermit
go 1.16
require (
aqwari.net/xml v0.0.0-20200724195937-ae380bb65a55
github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d
github.com/alecthomas/colour v0.1.0
github.com/alecthomas/hcl v0.1.17
github.com/alecthomas/kong v0.2.20
github.com/alecthomas/participle v0.6.1-0.20200911005820-318127ca69ac
github.com/alecthomas/repr v0.0.0-20200325044227-4184120f674c
github.com/antchfx/htmlquery v1.2.4
github.com/avvmoto/buf-readerat v0.0.0-20171115124131-a17c8cb89270
github.com/blakesmith/ar v0.0.0-20190502131153-809d4375e1fb
github.com/gabriel-vasile/mimetype v1.1.1
github.com/gobwas/glob v0.2.3
github.com/gofrs/flock v0.8.0
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
github.com/kr/text v0.2.0 // indirect
github.com/mattn/go-isatty v0.0.12
github.com/mitchellh/go-ps v1.0.0
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
github.com/pkg/errors v0.9.1
github.com/posener/complete v1.2.3
github.com/qdm12/reprint v0.0.0-20200326205758-722754a53494
github.com/saracen/go7z v0.0.0-20191010121135-9c09b6bd7fda
github.com/saracen/go7z-fixtures v0.0.0-20190623165746-aa6b8fba1d2f // indirect
github.com/saracen/solidblock v0.0.0-20190426153529-45df20abab6f // indirect
github.com/sassoftware/go-rpmutils v0.1.2-0.20210127001923-e5cf0f808585
github.com/stretchr/testify v1.7.0
github.com/ulikunitz/xz v0.5.10 // indirect
github.com/willabides/kongplete v0.2.0
github.com/willdonnelly/passwd v0.0.0-20141013001024-7935dab3074c
github.com/xi2/xz v0.0.0-20171230120015-48954b6210f8
go.etcd.io/bbolt v1.3.5
go.uber.org/multierr v1.7.0
golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad
golang.org/x/net v0.0.0-20210916014120-12bc252f5db8
golang.org/x/sys v0.0.0-20210423082822-04245dca01da
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
howett.net/plist v0.0.0-20200419221736-3b63eb3a43b5
mvdan.cc/sh v2.6.4+incompatible
)