diff options
Diffstat (limited to 'Gopkg.toml')
-rw-r--r-- | Gopkg.toml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/Gopkg.toml b/Gopkg.toml new file mode 100644 index 0000000..0641c78 --- /dev/null +++ b/Gopkg.toml @@ -0,0 +1,19 @@ +[[constraint]] + branch = "master" + name = "github.com/hanwen/go-fuse" + +[[constraint]] + branch = "master" + name = "github.com/jacobsa/crypto" + +[[constraint]] + branch = "master" + name = "github.com/rfjakob/eme" + +[[constraint]] + branch = "master" + name = "golang.org/x/crypto" + +[[constraint]] + branch = "master" + name = "golang.org/x/sync" |