forked from winterssy/mxget
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
22 lines (20 loc) · 839 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
module github.com/winterssy/mxget
go 1.13
require (
github.com/bogem/id3v2 v1.1.1
github.com/gin-gonic/gin v1.5.0
github.com/go-playground/universal-translator v0.17.0 // indirect
github.com/golang/protobuf v1.3.3 // indirect
github.com/leodido/go-urn v1.2.0 // indirect
github.com/mattn/go-isatty v0.0.12 // indirect
github.com/spf13/cobra v0.0.5
github.com/spf13/pflag v1.0.5 // indirect
github.com/stretchr/testify v1.4.0
github.com/winterssy/ghttp v0.0.0-20200310005252-b14cb4acc8a2
github.com/winterssy/gjson v0.0.0-20200306020332-1f68efaec187
github.com/winterssy/glog v0.0.0-20200305052031-8e145d5ae4ef
golang.org/x/net v0.0.0-20200301022130-244492dfa37a // indirect
golang.org/x/sys v0.0.0-20200212091648-12a6c2dcc1e4 // indirect
golang.org/x/text v0.3.2
gopkg.in/go-playground/validator.v9 v9.31.0 // indirect
)