-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathgo.mod
36 lines (34 loc) · 1.67 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
29
30
31
32
33
34
35
36
module github.com/sirodeneko/giligili-go
go 1.16
require (
github.com/aliyun/aliyun-oss-go-sdk v2.1.7+incompatible
github.com/baiyubin/aliyun-sts-go-sdk v0.0.0-20180326062324-cfa1a18b161f // indirect
github.com/denisenkom/go-mssqldb v0.9.0 // indirect
github.com/erikstmartin/go-testdb v0.0.0-20160219214506-8d10e4a1bae5 // indirect
github.com/gin-contrib/cors v0.0.0-20180828005559-6653abe07894
github.com/gin-contrib/sessions v0.0.0-20180724132311-854e10e72056
github.com/gin-gonic/gin v1.7.0
github.com/go-redis/redis v6.14.1+incompatible
github.com/go-sql-driver/mysql v1.4.1-0.20180719071942-99ff426eb706 // indirect
github.com/google/uuid v1.2.0
github.com/gorilla/securecookie v1.1.2-0.20180608144417-78f3d318a8bf // indirect
github.com/gorilla/sessions v1.1.1 // indirect
github.com/gorilla/websocket v1.4.2 // indirect
github.com/jinzhu/gorm v1.9.2-0.20180818231433-32455088f24d
github.com/jinzhu/inflection v0.0.0-20180308033659-04140366298a // indirect
github.com/jinzhu/now v1.1.2 // indirect
github.com/joho/godotenv v1.2.1-0.20180405053634-1709ab122c98
github.com/lib/pq v1.10.0 // indirect
github.com/mattn/go-isatty v0.0.5-0.20180830101745-3fb116b82035 // indirect
github.com/mattn/go-sqlite3 v1.14.6 // indirect
github.com/onsi/ginkgo v1.15.2 // indirect
github.com/onsi/gomega v1.11.0 // indirect
github.com/robfig/cron v1.2.0
github.com/satori/go.uuid v1.2.0 // indirect
github.com/ugorji/go v1.2.5 // indirect
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9
golang.org/x/time v0.0.0-20210220033141-f8bda1e9f3ba // indirect
gopkg.in/go-playground/validator.v8 v8.18.2
gopkg.in/olahol/melody.v1 v1.0.0-20170518105555-d52139073376
gopkg.in/yaml.v2 v2.4.0
)