Skip to content

Commit 5c13505

Browse files
committed
Add dep files for dependencies
1 parent 892f455 commit 5c13505

File tree

3 files changed

+226
-0
lines changed

3 files changed

+226
-0
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,4 @@ core
2020
.glide/
2121

2222
build
23+
vendor

neo4j/Gopkg.lock

+175
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

neo4j/Gopkg.toml

+50
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
# Gopkg.toml example
2+
#
3+
# Refer to https://golang.github.io/dep/docs/Gopkg.toml.html
4+
# for detailed Gopkg.toml documentation.
5+
#
6+
# required = ["github.com/user/thing/cmd/thing"]
7+
# ignored = ["github.com/user/project/pkgX", "bitbucket.org/user/project/pkgA/pkgY"]
8+
#
9+
# [[constraint]]
10+
# name = "github.com/user/project"
11+
# version = "1.0.0"
12+
#
13+
# [[constraint]]
14+
# name = "github.com/user/project2"
15+
# branch = "dev"
16+
# source = "github.com/myfork/project2"
17+
#
18+
# [[override]]
19+
# name = "github.com/x/y"
20+
# version = "2.4.0"
21+
#
22+
# [prune]
23+
# non-go = false
24+
# go-tests = true
25+
# unused-packages = true
26+
27+
28+
[[constraint]]
29+
name = "github.com/golang/mock"
30+
version = "1.1.1"
31+
32+
[[constraint]]
33+
name = "github.com/neo4j-drivers/gobolt"
34+
version = "1.7.x"
35+
36+
[[constraint]]
37+
name = "github.com/onsi/ginkgo"
38+
version = "1.6.0"
39+
40+
[[constraint]]
41+
name = "github.com/onsi/gomega"
42+
version = "1.4.2"
43+
44+
[[constraint]]
45+
name = "github.com/pkg/errors"
46+
version = "0.8.0"
47+
48+
[prune]
49+
go-tests = true
50+
unused-packages = true

0 commit comments

Comments
 (0)