-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
22 lines (20 loc) · 855 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
module os3
go 1.13
require (
github.com/BurntSushi/toml v0.3.1
github.com/aarondl/tpl v0.0.0-20180717141031-b5afe9b3122c
github.com/davecgh/go-spew v1.1.1
github.com/go-chi/chi v4.0.2+incompatible
github.com/gorilla/schema v1.1.0
github.com/gorilla/sessions v1.2.0
github.com/jinzhu/gorm v1.9.11
github.com/justinas/nosurf v0.0.0-20190416172904-05988550ea18
github.com/oxtoacart/bpool v0.0.0-20190530202638-03653db5a59c // indirect
github.com/pkg/errors v0.8.1
github.com/pquerna/otp v1.2.0 // indirect
github.com/volatiletech/authboss v2.3.0+incompatible
github.com/volatiletech/authboss-clientstate v0.0.0-20190912194043-b5b6e0f4355e
github.com/volatiletech/authboss-renderer v0.0.0-20191009234834-2fb4bb55bb56
golang.org/x/crypto v0.0.0-20191029031824-8986dd9e96cf // indirect
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45
)