-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
41 lines (39 loc) · 1.56 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
36
37
38
39
40
41
module github.com/schafer14/obs
go 1.13
require (
cloud.google.com/go/firestore v1.1.1
github.com/adams-sarah/prettytest v0.0.0-20150503061827-2880862ae7f5 // indirect
github.com/adams-sarah/test2doc v0.0.0-20180225015401-dfbef56b3eab
github.com/arangodb/go-driver v0.0.0-20200312132526-559d6abd4d10
github.com/ardanlabs/conf v1.2.1
github.com/ardanlabs/service v0.0.0-20200319181906-0a79ac417756
github.com/davecgh/go-spew v1.1.1
github.com/go-chi/chi v4.0.3+incompatible
github.com/go-chi/cors v1.0.1
github.com/go-chi/docgen v1.0.5
github.com/go-playground/locales v0.13.0
github.com/go-playground/universal-translator v0.17.0
github.com/google/martian v2.1.0+incompatible
github.com/google/uuid v1.1.1
github.com/gorilla/context v1.1.1
github.com/gorilla/csrf v1.6.2
github.com/gorilla/mux v1.6.2
github.com/gorilla/sessions v1.2.0
github.com/jmoiron/sqlx v1.2.0
github.com/julienschmidt/httprouter v1.3.0 // indirect
github.com/justinas/nosurf v1.1.0
github.com/paulmach/go.geojson v1.4.0
github.com/pkg/errors v0.9.1
github.com/pquerna/otp v1.2.0 // indirect
github.com/stretchr/testify v1.5.1
github.com/volatiletech/authboss v2.4.0+incompatible
github.com/volatiletech/authboss-clientstate v0.0.0-20190912194043-b5b6e0f4355e
github.com/volatiletech/authboss-renderer v0.0.0-20191129003553-2fd7168ab508
github.com/xeipuuv/gojsonschema v1.2.0
go.mongodb.org/mongo-driver v1.3.1
go.opencensus.io v0.22.3
google.golang.org/api v0.14.0
google.golang.org/grpc v1.21.1
gopkg.in/go-playground/assert.v1 v1.2.1
gopkg.in/go-playground/validator.v9 v9.31.0
)