We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad79bb3 commit d23bf7aCopy full SHA for d23bf7a
README.md
@@ -4,9 +4,11 @@ This is the the official Neo4j Go Driver.
4
5
## Getting the Driver
6
7
-### With `dep`
+### Module version
8
9
-Add the driver as a dependency with `dep ensure -add github.com/neo4j/neo4j-go-driver/neo4j`
+Make sure your application has been setup to use go modules (there should be a go.mod file in your application root). Add the driver with:
10
+
11
+`go mod edit -require github.com/neo4j/neo4j-go-driver@<the tag>`
12
13
### With `go get`
14
0 commit comments