-
Notifications
You must be signed in to change notification settings - Fork 30
/
Copy pathgo.mod
26 lines (24 loc) · 930 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
23
24
25
26
module go-web-demo
go 1.12
require (
github.com/BurntSushi/toml v0.3.1
github.com/DeanThompson/ginpprof v0.0.0-20190408063150-3be636683586
github.com/Unknwon/com v0.0.0-20190321035513-0fed4efef755
github.com/afex/hystrix-go v0.0.0-20180502004556-fa1af6a1f4f5
github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc
github.com/buger/jsonparser v0.0.0-20181115193947-bf1c66bbce23
github.com/gin-gonic/gin v1.4.0
github.com/go-sql-driver/mysql v1.4.1
github.com/golang/protobuf v1.3.2 // indirect
github.com/gomodule/redigo v2.0.0+incompatible
github.com/jinzhu/gorm v1.9.10
github.com/json-iterator/go v1.1.6
github.com/pkg/errors v0.8.1
github.com/stretchr/testify v1.3.0
github.com/swaggo/gin-swagger v1.2.0
github.com/swaggo/swag v1.5.1
github.com/ugorji/go v1.1.7 // indirect
google.golang.org/appengine v1.6.1 // indirect
google.golang.org/grpc v1.19.0
gopkg.in/go-playground/assert.v1 v1.2.1
)