-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
16 lines (14 loc) · 719 Bytes
/
go.mod
File metadata and controls
16 lines (14 loc) · 719 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
module github.com/lzyyauto/auto4play
go 1.14
require (
github.com/gin-contrib/sse v0.1.1-0.20190905051334-43f0f29dbd2b // indirect
github.com/gin-gonic/gin v1.5.1-0.20200307135133-a71af9c144f9
github.com/go-sql-driver/mysql v1.5.1-0.20200311113236-681ffa848bae // indirect
github.com/golang/protobuf v1.3.5 // indirect
github.com/jinzhu/gorm v1.9.13-0.20200305064831-7ea143b5484f
github.com/jinzhu/inflection v1.0.1-0.20200216102404-196e6ce06ca4 // indirect
github.com/mattn/go-isatty v0.0.13-0.20200128103942-cb30d6282491 // indirect
github.com/ugorji/go v1.1.8-0.20190812104308-42bc974514ff // indirect
golang.org/x/sys v0.0.0-20200302150141-5c8b2ff67527 // indirect
gopkg.in/yaml.v2 v2.2.8 // indirect
)