-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
36 lines (34 loc) · 1.58 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
module github.com/ob-algdatii-20ss/SherlockGopher
go 1.14
require (
github.com/asaskevich/govalidator v0.0.0-20200108200545-475eaeb16496
github.com/coreos/etcd v3.3.18+incompatible // indirect
github.com/gin-contrib/cors v1.3.1
github.com/gin-gonic/gin v1.6.0
github.com/go-playground/assert/v2 v2.0.1
github.com/golang-collections/collections v0.0.0-20130729185459-604e922904d3
github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e // indirect
github.com/golang/mock v1.4.3
github.com/golang/protobuf v1.3.5
github.com/golangci/golangci-lint v1.25.1 // indirect
github.com/grpc-ecosystem/grpc-gateway v1.9.5 // indirect
github.com/jmcvetta/neoism v1.3.1 // indirect
github.com/jmcvetta/randutil v0.0.0-20150817122601-2bb1b664bcff // indirect
github.com/jpillora/go-tld v1.0.0
github.com/jwalteri/GO v0.0.0-20200412151504-f840cd9b8d15 // indirect
github.com/lucas-clemente/quic-go v0.14.1 // indirect
github.com/micro/go-micro v1.18.0
github.com/miekg/dns v1.1.27 // indirect
github.com/nats-io/nats-server/v2 v2.1.4 // indirect
github.com/neo4j-drivers/gobolt v1.7.4 // indirect
github.com/neo4j/neo4j-go-driver v1.7.4
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.6.0
github.com/stretchr/testify v1.5.1
github.com/tmc/grpc-websocket-proxy v0.0.0-20200122045848-3419fae592fc // indirect
go.uber.org/zap v1.13.0 // indirect
golang.org/x/crypto v0.0.0-20200221231518-2aa609cf4a9d // indirect
google.golang.org/genproto v0.0.0-20191216164720-4f79533eabd1 // indirect
google.golang.org/grpc v1.26.0 // indirect
gopkg.in/jmcvetta/napping.v3 v3.2.0 // indirect
)