-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathgo.mod
24 lines (22 loc) · 837 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
24
module github.com/charlysan/goneo4jgql
go 1.14
require (
github.com/99designs/gqlgen v0.11.3
github.com/go-errors/errors v1.0.1
github.com/go-playground/validator/v10 v10.2.0
github.com/gorilla/mux v1.7.4
github.com/mattn/go-colorable v0.1.6 // indirect
github.com/meatballhat/negroni-logrus v1.1.0
github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b // indirect
github.com/neo4j-drivers/gobolt v1.7.4 // indirect
github.com/neo4j/neo4j-go-driver v1.7.4
github.com/rs/cors v1.7.0
github.com/sirupsen/logrus v1.5.0
github.com/spf13/viper v1.6.3
github.com/stretchr/testify v1.4.0
github.com/urfave/negroni v1.0.0
github.com/vektah/gorunpkg v0.0.0-20190126024156-2aeb42363e48 // indirect
github.com/vektah/gqlparser v1.3.1
github.com/vektah/gqlparser/v2 v2.0.1
github.com/x-cray/logrus-prefixed-formatter v0.5.2
)