-
Notifications
You must be signed in to change notification settings - Fork 39
/
Copy pathgo.mod
23 lines (21 loc) · 918 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
23
module github.com/volatiletech/authboss-sample
go 1.14
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.1.2+incompatible
github.com/golang/protobuf v1.4.2 // indirect
github.com/gorilla/schema v1.1.0
github.com/gorilla/sessions v1.2.0
github.com/justinas/nosurf v1.1.1
github.com/oxtoacart/bpool v0.0.0-20190530202638-03653db5a59c // indirect
github.com/pkg/errors v0.9.1
github.com/volatiletech/authboss-clientstate v0.0.0-20200703184255-59bd50e97df6
github.com/volatiletech/authboss-renderer v0.0.0-20200703184356-6cbaa5b2354e
github.com/volatiletech/authboss/v3 v3.0.0-20200703183239-fddf30677c32
golang.org/x/net v0.7.0 // indirect
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
google.golang.org/appengine v1.6.6 // indirect
google.golang.org/protobuf v1.25.0 // indirect
)