-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
19 lines (17 loc) · 741 Bytes
/
go.mod
File metadata and controls
19 lines (17 loc) · 741 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
module github.com/williambao/metatable
go 1.16
require (
github.com/cosmtrek/air v1.15.1 // indirect
github.com/dgrijalva/jwt-go v3.2.0+incompatible // indirect
github.com/fvbock/endless v0.0.0-20170109170031-447134032cb6 // indirect
github.com/gin-gonic/contrib v0.0.0-20201101042839-6a891bf89f19 // indirect
github.com/gin-gonic/gin v1.6.3 // indirect
github.com/go-sql-driver/mysql v1.5.0 // indirect
github.com/gorilla/securecookie v1.1.1 // indirect
github.com/mattn/go-sqlite3 v1.14.6 // indirect
github.com/rs/xid v1.2.1 // indirect
github.com/sirupsen/logrus v1.8.0 // indirect
github.com/spf13/viper v1.7.1 // indirect
golang.org/x/sys v0.0.0-20210218155724-8ebf48af031b // indirect
xorm.io/xorm v1.0.7 // indirect
)