forked from pinkbluersglobal/ymp3cli
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
46 lines (41 loc) · 1.77 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 github.com/paij0se/ymp3cli
go 1.17
require (
github.com/ELPanaJose/pairat v0.0.3
github.com/faiface/beep v1.1.0
github.com/hugolgst/rich-go v0.0.0-20210925091458-d59fb695d9c0
github.com/labstack/echo v3.3.10+incompatible
github.com/paij0se/lmmp3 v0.0.4
)
require (
github.com/ELPanaJose/api-deno-compiler v0.0.0-20211015071127-3908b3cc08f6
github.com/dgrijalva/jwt-go v3.2.0+incompatible // indirect
github.com/hajimehoshi/go-mp3 v0.3.2
github.com/hajimehoshi/oto v1.0.1
github.com/labstack/gommon v0.3.1 // indirect
github.com/mattn/go-colorable v0.1.11 // indirect
github.com/mattn/go-isatty v0.0.14 // indirect
github.com/phayes/freeport v0.0.0-20180830031419-95f893ade6f2
github.com/valyala/bytebufferpool v1.0.0 // indirect
github.com/valyala/fasttemplate v1.2.1 // indirect
golang.org/x/crypto v0.0.0-20211117183948-ae814b36b871 // indirect
golang.org/x/net v0.0.0-20211203184738-4852103109b8 // indirect
golang.org/x/sys v0.0.0-20211204120058-94396e421777 // indirect
golang.org/x/text v0.3.7 // indirect
)
require (
github.com/manifoldco/promptui v0.9.0
golang.org/x/exp v0.0.0-20190306152737-a1d7652674e8 // indirect
golang.org/x/image v0.0.0-20190227222117-0694c2d4d067 // indirect
golang.org/x/mobile v0.0.0-20190415191353-3e0bab5405d6 // indirect
)
require (
github.com/bitly/go-simplejson v0.5.0 // indirect
github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e // indirect
github.com/dlclark/regexp2 v1.4.1-0.20201116162257-a2a8dda75c91 // indirect
github.com/dop251/goja v0.0.0-20211203105952-bf6af58bbcc8 // indirect
github.com/go-sourcemap/sourcemap v2.1.3+incompatible // indirect
github.com/kkdai/youtube/v2 v2.7.5 // indirect
github.com/pkg/errors v0.9.1 // indirect
gopkg.in/natefinch/npipe.v2 v2.0.0-20160621034901-c1b8fa8bdcce // indirect
)