-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
24 lines (22 loc) · 948 Bytes
/
go.mod
File metadata and controls
24 lines (22 loc) · 948 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
module github.com/chris-sg/bst_api
go 1.13
require (
github.com/PuerkitoBio/goquery v1.5.1
github.com/andybalholm/cascadia v1.2.0 // indirect
github.com/auth0/go-jwt-middleware v0.0.0-20200507191422-d30d7b9ece63
github.com/chris-sg/bst_server_models v0.0.0-20200606013407-75071a7e6e5d
github.com/denisenkom/go-mssqldb v0.0.0-20200428022330-06a60b6afbbc // indirect
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/go-sql-driver/mysql v1.5.0 // indirect
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
github.com/gorilla/mux v1.7.4
github.com/jinzhu/gorm v1.9.12
github.com/jinzhu/now v1.1.1 // indirect
github.com/lib/pq v1.7.0
github.com/mattn/go-sqlite3 v2.0.3+incompatible // indirect
github.com/urfave/negroni v1.0.0
golang.org/x/crypto v0.0.0-20200604202706-70a84ac30bf9
golang.org/x/net v0.0.0-20200602114024-627f9648deb9
golang.org/x/sync v0.0.0-20200317015054-43a5402ce75a
golang.org/x/text v0.3.2
)