-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
46 lines (43 loc) · 2.17 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
45
46
module bread
go 1.18
require (
github.com/DEVLOPRR/appimage-update v0.0.0-20220329072345-3c229fbb98b9
github.com/DEVLOPRR/libappimage-go v0.0.0-20220330021623-5d18529938c8
github.com/ProtonMail/go-crypto v0.0.0-20220113124808-70ae35bab23f
github.com/alecthomas/kong v0.5.0
github.com/google/go-github/v31 v31.0.0
github.com/juju/ansiterm v0.0.0-20210929141451-8b71cc96ebdc
github.com/manifoldco/promptui v0.9.0
github.com/mgord9518/aisap v0.5.4-alpha
github.com/microcosm-cc/bluemonday v1.0.18
github.com/schollz/progressbar/v3 v3.8.6
)
require (
github.com/adrg/xdg v0.4.0 // indirect
github.com/aymerick/douceur v0.2.0 // indirect
github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e // indirect
github.com/gabriel-vasile/mimetype v1.4.0 // indirect
github.com/google/go-cmp v0.5.5 // indirect
github.com/google/go-querystring v1.1.0 // indirect
github.com/gorilla/css v1.0.0 // indirect
github.com/lunixbochs/vtclean v1.0.0 // indirect
github.com/mattn/go-colorable v0.1.12 // indirect
github.com/mattn/go-isatty v0.0.14 // indirect
github.com/mattn/go-runewidth v0.0.13 // indirect
github.com/mgord9518/aisap/helpers v0.0.0-20220323120251-01c3da80e045 // indirect
github.com/mgord9518/aisap/permissions v0.0.0-20220323120251-01c3da80e045 // indirect
github.com/mgord9518/aisap/profiles v0.0.0-20220323120251-01c3da80e045 // indirect
github.com/mgord9518/imgconv v0.0.0-20211227113402-4a8e0ad15713 // indirect
github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/rainycape/dl v0.0.0-20151222075243-1b01514224a1 // indirect
github.com/rivo/uniseg v0.2.0 // indirect
github.com/rustyoz/Mtransform v0.0.0-20190224104252-60c8c35a3681 // indirect
github.com/rustyoz/genericlexer v0.0.0-20190224115003-eb82fd2987bd // indirect
github.com/rustyoz/svg v0.0.0-20200706102315-fe1aeca2ba20 // indirect
golang.org/x/crypto v0.0.0-20220331220935-ae2d96664a29 // indirect
golang.org/x/net v0.0.0-20220401154927-543a649e0bdd // indirect
golang.org/x/sys v0.0.0-20220403020550-483a9cbc67c0 // indirect
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
gopkg.in/ini.v1 v1.66.4 // indirect
)