-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgo.mod
22 lines (20 loc) · 878 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/lotteryjs/winning
go 1.12
require (
github.com/gin-contrib/sse v0.0.0-20190226023149-996076df5b33 // indirect
github.com/gin-gonic/gin v1.3.0
github.com/go-sql-driver/mysql v1.4.1 // indirect
github.com/golang/crypto v0.0.0-20190225124518-7f87c0fbb88b
github.com/golang/protobuf v1.3.0 // indirect
github.com/jinzhu/gorm v1.9.2
github.com/jinzhu/inflection v0.0.0-20180308033659-04140366298a // indirect
github.com/lib/pq v1.0.0 // indirect
github.com/lotteryjs/configor v1.0.2
github.com/mattn/go-isatty v0.0.6 // indirect
github.com/mattn/go-sqlite3 v1.10.0 // indirect
github.com/stretchr/testify v1.3.0
github.com/ugorji/go/codec v0.0.0-20190204201341-e444a5086c43 // indirect
golang.org/x/crypto v0.0.0-20190225124518-7f87c0fbb88b // indirect
gopkg.in/go-playground/validator.v8 v8.18.2 // indirect
gopkg.in/yaml.v2 v2.2.2 // indirect
)