-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathgo.mod
More file actions
21 lines (18 loc) · 672 Bytes
/
go.mod
File metadata and controls
21 lines (18 loc) · 672 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
module infclass-stats
go 1.18
require (
github.com/go-sql-driver/mysql v1.4.1
github.com/gorilla/websocket v1.4.0
github.com/jinzhu/gorm v1.9.2
github.com/op/go-logging v0.0.0-20160315200505-970db520ece7
)
require (
github.com/denisenkom/go-mssqldb v0.12.2 // indirect
github.com/erikstmartin/go-testdb v0.0.0-20160219214506-8d10e4a1bae5 // indirect
github.com/gofrs/uuid v4.2.0+incompatible // indirect
github.com/jinzhu/inflection v0.0.0-20180308033659-04140366298a // indirect
github.com/jinzhu/now v1.1.5 // indirect
github.com/lib/pq v1.10.6 // indirect
github.com/mattn/go-sqlite3 v1.14.13 // indirect
google.golang.org/appengine v1.6.7 // indirect
)