-
Notifications
You must be signed in to change notification settings - Fork 2
/
go.mod
44 lines (41 loc) · 1.8 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/jackmordaunt/giffer
go 1.20
require (
gioui.org v0.0.0-20230224004350-5f818bc5e7f9
gioui.org/x v0.0.0-20230213211232-a8f5094dcb96
github.com/OneOfOne/xxhash v1.2.8
github.com/hashicorp/go-multierror v1.1.1
github.com/jackmordaunt/icns v1.0.0
github.com/kkdai/youtube/v2 v2.7.18
github.com/ncruces/zenity v0.10.6
github.com/pkg/errors v0.9.1
golang.org/x/crypto v0.6.0
)
require (
gioui.org/cpu v0.0.0-20220412190645-f1e9e8c3b1f7 // indirect
gioui.org/shader v1.0.6 // indirect
github.com/VividCortex/ewma v1.2.0 // indirect
github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d // indirect
github.com/akavel/rsrc v0.10.2 // indirect
github.com/benoitkugler/textlayout v0.3.0 // indirect
github.com/bitly/go-simplejson v0.5.0 // indirect
github.com/dchest/jsmin v0.0.0-20220218165748-59f39799265f // indirect
github.com/dlclark/regexp2 v1.8.1 // indirect
github.com/dop251/goja v0.0.0-20230226152633-7c93113e17ac // indirect
github.com/go-sourcemap/sourcemap v2.1.3+incompatible // indirect
github.com/go-text/typesetting v0.0.0-20230212093906-959574cbf271 // indirect
github.com/hashicorp/errwrap v1.1.0 // indirect
github.com/josephspurrier/goversioninfo v1.4.0 // indirect
github.com/mattn/go-runewidth v0.0.14 // indirect
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 // indirect
github.com/randall77/makefat v0.0.0-20210315173500-7ddd0e42c844 // indirect
github.com/rivo/uniseg v0.4.4 // indirect
github.com/vbauerster/mpb/v5 v5.4.0 // indirect
golang.org/x/exp v0.0.0-20230224173230-c95f2b4c22f2 // indirect
golang.org/x/exp/shiny v0.0.0-20230224173230-c95f2b4c22f2 // indirect
golang.org/x/image v0.5.0 // indirect
golang.org/x/net v0.7.0 // indirect
golang.org/x/sys v0.5.0 // indirect
golang.org/x/term v0.5.0 // indirect
golang.org/x/text v0.7.0 // indirect
)