summaryrefslogtreecommitdiff
path: root/Gopkg.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Gopkg.toml')
-rw-r--r--Gopkg.toml20
1 files changed, 20 insertions, 0 deletions
diff --git a/Gopkg.toml b/Gopkg.toml
index bd0246a..fafb8f3 100644
--- a/Gopkg.toml
+++ b/Gopkg.toml
@@ -1,3 +1,23 @@
[[constraint]]
+ branch = "master"
+ name = "github.com/hanwen/go-fuse"
+
+[[constraint]]
+ branch = "master"
+ name = "github.com/jacobsa/crypto"
+
+[[constraint]]
name = "github.com/pkg/xattr"
branch = "master"
+
+[[constraint]]
+ branch = "master"
+ name = "github.com/rfjakob/eme"
+
+[[constraint]]
+ branch = "master"
+ name = "golang.org/x/crypto"
+
+[[constraint]]
+ branch = "master"
+ name = "golang.org/x/sync"