-
Notifications
You must be signed in to change notification settings - Fork 2
/
go.mod
35 lines (33 loc) · 1.45 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
module github.com/scoville/scvl
go 1.12
require (
github.com/Iwark/spreadsheet v0.0.0-20190731183439-815c2aaa68d2
github.com/Songmu/make2help v0.2.0 // indirect
github.com/aws/aws-sdk-go v1.40.48
github.com/denisenkom/go-mssqldb v0.0.0-20190515213511-eb9f6a1743f3 // indirect
github.com/erikstmartin/go-testdb v0.0.0-20160219214506-8d10e4a1bae5 // indirect
github.com/garyburd/redigo v1.6.0
github.com/go-playground/form v3.1.4+incompatible
github.com/go-sql-driver/mysql v1.4.1 // indirect
github.com/gobuffalo/buffalo-plugins v1.6.6 // indirect
github.com/gofrs/uuid v3.2.0+incompatible // indirect
github.com/gorilla/context v1.1.1
github.com/gorilla/mux v1.7.0
github.com/gorilla/sessions v1.1.3
github.com/jinzhu/gorm v1.9.2
github.com/jinzhu/inflection v0.0.0-20180308033659-04140366298a // indirect
github.com/jinzhu/now v1.0.0 // indirect
github.com/joho/godotenv v1.3.0
github.com/lib/pq v1.0.0 // indirect
github.com/markbates/refresh v1.11.1 // indirect
github.com/mattn/go-sqlite3 v1.10.0 // indirect
github.com/mssola/user_agent v0.5.0
github.com/skip2/go-qrcode v0.0.0-20190110000554-dc11ecdae0a9
github.com/tomasen/realip v0.0.0-20180522021738-f0c99a92ddce
golang.org/x/crypto v0.0.0-20210415154028-4f45737414dc
golang.org/x/net v0.0.0-20210614182718-04defd469f4e
golang.org/x/oauth2 v0.0.0-20190319182350-c85d3e98c914
golang.org/x/text v0.3.6
golang.org/x/tools v0.1.0 // indirect
gopkg.in/go-playground/assert.v1 v1.2.1 // indirect
)