diff options
Diffstat (limited to 'Gopkg.lock')
| -rw-r--r-- | Gopkg.lock | 45 | 
1 files changed, 45 insertions, 0 deletions
| diff --git a/Gopkg.lock b/Gopkg.lock new file mode 100644 index 0000000..f89c9e8 --- /dev/null +++ b/Gopkg.lock @@ -0,0 +1,45 @@ +# This file is autogenerated, do not edit; changes may be undone by the next 'dep ensure'. + + +[[projects]] +  branch = "master" +  name = "github.com/hanwen/go-fuse" +  packages = ["fuse","fuse/nodefs","fuse/pathfs","splice"] +  revision = "8412ede026c468f5bd2126c53308fc723ccb69d1" + +[[projects]] +  branch = "master" +  name = "github.com/jacobsa/crypto" +  packages = ["cmac","common","siv"] +  revision = "293ce0c192fb4f59cd879b46544922b9ed09a13a" + +[[projects]] +  branch = "master" +  name = "github.com/rfjakob/eme" +  packages = ["."] +  revision = "7c8316a9cb0a6af865265f899f5de6aadb31a24b" + +[[projects]] +  branch = "master" +  name = "golang.org/x/crypto" +  packages = ["hkdf","pbkdf2","scrypt","ssh/terminal"] +  revision = "81e90905daefcd6fd217b62423c0908922eadb30" + +[[projects]] +  branch = "master" +  name = "golang.org/x/sync" +  packages = ["syncmap"] +  revision = "f52d1811a62927559de87708c8913c1650ce4f26" + +[[projects]] +  branch = "master" +  name = "golang.org/x/sys" +  packages = ["unix","windows"] +  revision = "9aade4d3a3b7e6d876cd3823ad20ec45fc035402" + +[solve-meta] +  analyzer-name = "dep" +  analyzer-version = 1 +  inputs-digest = "146e0ce80d2f3218b67980d099db45a0e27383d18c0ca03ef29ab99382797c68" +  solver-name = "gps-cdcl" +  solver-version = 1 | 
