-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathgo.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
)