-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
22 lines (20 loc) · 902 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 github.com/Lighty0410/ekadashi-server
go 1.12
require (
github.com/go-stack/stack v1.8.0 // indirect
github.com/golang/mock v1.2.0 // indirect
github.com/golang/protobuf v1.3.1
github.com/golang/snappy v0.0.1 // indirect
github.com/google/go-cmp v0.2.0 // indirect
github.com/gorilla/mux v1.7.0
github.com/matryer/moq v0.0.0-20190312154309-6cfb0558e1bd // indirect
github.com/mongodb/mongo-go-driver v0.3.1-0.20190221224809-a1dceecbc07d
github.com/stretchr/testify v1.3.0
github.com/tidwall/pretty v0.0.0-20180105212114-65a9db5fad51 // indirect
github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c // indirect
github.com/xdg/stringprep v1.0.0 // indirect
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 // indirect
golang.org/x/tools v0.0.0-20190319232107-3f1ed9edd1b4 // indirect
google.golang.org/grpc v1.17.0
)