aboutsummaryrefslogtreecommitdiff
path: root/Gopkg.toml
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2017-09-04 09:45:22 +0200
committerDimitri Sokolyuk <demon@dim13.org>2017-09-04 09:45:22 +0200
commit20ccf7331188c5ddfe5db30ea5f90c45319e4fb8 (patch)
tree34b011a680da7c8b4f457343fb66264a786bd5d8 /Gopkg.toml
parent14101f0e82ca58fbb4ce19632657f9e35d907a7f (diff)
Add vendor
Diffstat (limited to 'Gopkg.toml')
-rw-r--r--Gopkg.toml26
1 files changed, 26 insertions, 0 deletions
diff --git a/Gopkg.toml b/Gopkg.toml
new file mode 100644
index 0000000..26e6aa3
--- /dev/null
+++ b/Gopkg.toml
@@ -0,0 +1,26 @@
+
+# Gopkg.toml example
+#
+# Refer to https://github.com/golang/dep/blob/master/docs/Gopkg.toml.md
+# for detailed Gopkg.toml documentation.
+#
+# required = ["github.com/user/thing/cmd/thing"]
+# ignored = ["github.com/user/project/pkgX", "bitbucket.org/user/project/pkgA/pkgY"]
+#
+# [[constraint]]
+# name = "github.com/user/project"
+# version = "1.0.0"
+#
+# [[constraint]]
+# name = "github.com/user/project2"
+# branch = "dev"
+# source = "github.com/myfork/project2"
+#
+# [[override]]
+# name = "github.com/x/y"
+# version = "2.4.0"
+
+
+[[constraint]]
+ branch = "master"
+ name = "github.com/GeertJohan/go.hid"