-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathgo.mod
26 lines (23 loc) · 1.01 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
module github.com/paij0se/ymp3cli
go 1.17
require (
github.com/ELPanaJose/api-deno-compiler v0.0.0-20211015071127-3908b3cc08f6
github.com/labstack/echo v3.3.10+incompatible
)
require (
github.com/dgrijalva/jwt-go v3.2.0+incompatible // indirect
github.com/hajimehoshi/go-mp3 v0.3.2 // direct
github.com/hajimehoshi/oto v1.0.1 // direct
github.com/labstack/gommon v0.3.0 // indirect
github.com/mattn/go-colorable v0.1.8 // indirect
github.com/mattn/go-isatty v0.0.14 // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
github.com/valyala/fasttemplate v1.2.1 // indirect
golang.org/x/crypto v0.0.0-20210817164053-32db794688a5 // indirect
golang.org/x/exp v0.0.0-20200224162631-6cc2880d07d6 // indirect
golang.org/x/image v0.0.0-20190802002840-cff245a6509b // indirect
golang.org/x/mobile v0.0.0-20190719004257-d2bd2a29d028 // indirect
golang.org/x/net v0.0.0-20210913180222-943fd674d43e // indirect
golang.org/x/sys v0.0.0-20210910150752-751e447fb3d0 // indirect
golang.org/x/text v0.3.7 // indirect
)