aboutsummaryrefslogtreecommitdiff
path: root/Gopkg.lock
diff options
context:
space:
mode:
authorJakob Unterwurzacher2020-04-13 13:59:30 +0200
committerJakob Unterwurzacher2020-04-13 14:54:04 +0200
commitcad711993d67dd920f9749a09414dbbba6ab8136 (patch)
treecdc825e2538462ccc0c85eff3134aa15027e8d36 /Gopkg.lock
parent9a7ceef09ea1fc8cbe17b324a9d1a2e71e50cb0a (diff)
dep: migrate to Go Modules
Following https://blog.golang.org/migrating-to-go-modules
Diffstat (limited to 'Gopkg.lock')
-rw-r--r--Gopkg.lock105
1 files changed, 0 insertions, 105 deletions
diff --git a/Gopkg.lock b/Gopkg.lock
deleted file mode 100644
index d33573c..0000000
--- a/Gopkg.lock
+++ /dev/null
@@ -1,105 +0,0 @@
-# This file is autogenerated, do not edit; changes may be undone by the next 'dep ensure'.
-
-
-[[projects]]
- branch = "master"
- digest = "1:67d3bd9bc4cd62c04043973d4771e792098345501ff1bf872531b26ab22e8936"
- name = "github.com/hanwen/go-fuse"
- packages = [
- "fuse",
- "fuse/nodefs",
- "fuse/pathfs",
- "internal",
- "internal/utimens",
- "splice",
- ]
- pruneopts = ""
- revision = "161a164844568ebf4bfaa68c90ba3a9f2914dda4"
-
-[[projects]]
- branch = "master"
- digest = "1:bf88eeaebb6746203406df8d361ab866bec8604d3663a5e3350ee22f0b5702fb"
- name = "github.com/jacobsa/crypto"
- packages = [
- "cmac",
- "common",
- "siv",
- ]
- pruneopts = ""
- revision = "9f44e2d11115452dad8f404f029574422855f46a"
-
-[[projects]]
- branch = "master"
- digest = "1:6e487a1dc86459293b2b27f414dc08f260530aa88063a84ad2c4e5a8370f2701"
- name = "github.com/pkg/xattr"
- packages = ["."]
- pruneopts = ""
- revision = "7782c2d6871d6e659e1563dc19c86b845264a6fc"
-
-[[projects]]
- branch = "master"
- digest = "1:4f7240806708b689451b6491f574aedd454bf8a25666dc9a65b0903f4e9f53af"
- name = "github.com/rfjakob/eme"
- packages = ["."]
- pruneopts = ""
- revision = "2222dbd4ba467ab3fc7e8af41562fcfe69c0d770"
-
-[[projects]]
- digest = "1:321aeb7694b1803b7c7e27191e464ec2ce541a2730b3a0c5f7451296d9b3a69e"
- name = "github.com/sabhiram/go-gitignore"
- packages = ["."]
- pruneopts = ""
- revision = "d3107576ba9425fc1c85f4b3569c4631b805a02e"
- version = "1.0.2"
-
-[[projects]]
- branch = "master"
- digest = "1:ab3e9a81a5ec54c5d1ed41d0d6898ba88c6799fa401b784b06bdee8e432d872b"
- name = "golang.org/x/crypto"
- packages = [
- "hkdf",
- "pbkdf2",
- "scrypt",
- "ssh/terminal",
- ]
- pruneopts = ""
- revision = "a1f597ede03a7bef967a422b5b3a5bd08805a01e"
-
-[[projects]]
- branch = "master"
- digest = "1:0142c968b74c157abbb0220c05fa2bdde8a3a4509d6134b35ef75d5b58afb721"
- name = "golang.org/x/sync"
- packages = ["syncmap"]
- pruneopts = ""
- revision = "e225da77a7e68af35c70ccbf71af2b83e6acac3c"
-
-[[projects]]
- branch = "master"
- digest = "1:677902b7cbbfa124deba62fc56aaa9ec7ad76ab7c45d42f76c973d3e7a1ef109"
- name = "golang.org/x/sys"
- packages = [
- "unix",
- "windows",
- ]
- pruneopts = ""
- revision = "61b9204099cb1bebc803c9ffb9b2d3acd9d457d9"
-
-[solve-meta]
- analyzer-name = "dep"
- analyzer-version = 1
- input-imports = [
- "github.com/hanwen/go-fuse/fuse",
- "github.com/hanwen/go-fuse/fuse/nodefs",
- "github.com/hanwen/go-fuse/fuse/pathfs",
- "github.com/jacobsa/crypto/siv",
- "github.com/pkg/xattr",
- "github.com/rfjakob/eme",
- "github.com/sabhiram/go-gitignore",
- "golang.org/x/crypto/hkdf",
- "golang.org/x/crypto/scrypt",
- "golang.org/x/crypto/ssh/terminal",
- "golang.org/x/sync/syncmap",
- "golang.org/x/sys/unix",
- ]
- solver-name = "gps-cdcl"
- solver-version = 1