-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
24 lines (21 loc) · 827 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
module github.com/theIYD/go-gif-maker
go 1.21
require (
github.com/janeczku/go-spinner v0.0.0-20150530144529-cf8ef1d64394
github.com/kkdai/youtube/v2 v2.9.0
github.com/u2takey/ffmpeg-go v0.5.0
)
require (
github.com/aws/aws-sdk-go v1.38.20 // indirect
github.com/bitly/go-simplejson v0.5.1 // indirect
github.com/dlclark/regexp2 v1.10.0 // indirect
github.com/dop251/goja v0.0.0-20230828202809-3dbe69dd2b8e // indirect
github.com/go-sourcemap/sourcemap v2.1.3+incompatible // indirect
github.com/google/pprof v0.0.0-20230907193218-d3ddc7976beb // indirect
github.com/jmespath/go-jmespath v0.4.0 // indirect
github.com/u2takey/go-utils v0.3.1 // indirect
golang.org/x/crypto v0.13.0 // indirect
golang.org/x/sys v0.12.0 // indirect
golang.org/x/term v0.12.0 // indirect
golang.org/x/text v0.13.0 // indirect
)