-
Notifications
You must be signed in to change notification settings - Fork 2
/
go.mod
23 lines (21 loc) · 825 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/go-stuff/web
go 1.12
require (
github.com/davecgh/go-spew v1.1.1
github.com/go-stuff/grpc v0.0.0-20190711234811-a4a057adc810
github.com/go-stuff/ldap v0.0.2
github.com/go-stuff/mongostore v0.1.17
github.com/golang/protobuf v1.3.1
github.com/gorilla/csrf v1.5.1
github.com/gorilla/mux v1.7.2
github.com/gorilla/securecookie v1.1.1
github.com/gorilla/sessions v1.1.3
github.com/pkg/errors v0.8.1 // indirect
github.com/tidwall/pretty v1.0.0 // indirect
go.mongodb.org/mongo-driver v1.0.3
golang.org/x/crypto v0.0.0-20190617133340-57b3e21c3d56 // indirect
golang.org/x/net v0.0.0-20190613194153-d28f0bde5980 // indirect
golang.org/x/sys v0.0.0-20190616124812-15dcb6c0061f // indirect
google.golang.org/genproto v0.0.0-20190611190212-a7e196e89fd3 // indirect
google.golang.org/grpc v1.21.1
)