-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
28 lines (27 loc) · 1.35 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
27
28
module github.com/DeyiXu/go-web-example
require (
cloud.google.com/go v0.33.1 // indirect
github.com/BurntSushi/toml v0.3.1 // indirect
github.com/bwmarrin/snowflake v0.0.0-20180412010544-68117e6bbede
github.com/certifi/gocertifi v0.0.0-20190105021004-abcd57078448 // indirect
github.com/denisenkom/go-mssqldb v0.0.0-20181014144952-4e0d7dc8888f // indirect
github.com/evalphobia/logrus_sentry v0.8.0 // indirect
github.com/gin-contrib/gzip v0.0.0-20181105040055-d9117ce29a07
github.com/gin-contrib/multitemplate v0.0.0-20181018024900-00e8d5e7d327
github.com/gin-contrib/sessions v0.0.0-20190101140330-dc5246754963
github.com/gin-contrib/sse v0.0.0-20190124093953-61b50c2ef482 // indirect
github.com/gin-gonic/gin v1.3.0
github.com/go-sql-driver/mysql v1.4.1 // indirect
github.com/google/go-cmp v0.2.0 // indirect
github.com/jinzhu/gorm v1.9.2
github.com/mattn/go-sqlite3 v1.10.0 // indirect
github.com/nilorg/pkg v0.0.0-20190124100809-00a626d01c23
github.com/pkg/errors v0.8.1 // indirect
github.com/sirupsen/logrus v1.3.0 // indirect
github.com/spf13/viper v1.2.1
github.com/stretchr/testify v1.3.0 // indirect
golang.org/x/crypto v0.0.0-20190123085648-057139ce5d2b // indirect
golang.org/x/net v0.0.0-20190125002852-4b62a64f59f7 // indirect
golang.org/x/sys v0.0.0-20190124100055-b90733256f2e // indirect
google.golang.org/appengine v1.3.0 // indirect
)