dep: add xattr dependency

Also, clear out Gopkg.toml. Everything is unconstrained
anyway, so make it an empty file. Seems to work fine.
This commit is contained in:
Jakob Unterwurzacher 2018-03-26 21:56:43 +02:00
parent b1f362d28a
commit c3e12b5e68
2 changed files with 7 additions and 20 deletions

8
Gopkg.lock generated
View File

@ -19,6 +19,12 @@
packages = ["."]
revision = "2222dbd4ba467ab3fc7e8af41562fcfe69c0d770"
[[projects]]
name = "github.com/rfjakob/pkg-xattr"
packages = ["."]
revision = "1d7b7ffe7c46974a836eb583b7452f22de1c18cf"
version = "v0.2.3"
[[projects]]
branch = "master"
name = "golang.org/x/crypto"
@ -40,6 +46,6 @@
[solve-meta]
analyzer-name = "dep"
analyzer-version = 1
inputs-digest = "8a044d1457e3087ab77e5f8acd0eb46e345afbf0f8af972bfd6361ab99f3b59b"
inputs-digest = "27445dec9a2aacb7d95ca8b595e98ae5c9b31c0402360bd8ab2cc9a6802c37b5"
solver-name = "gps-cdcl"
solver-version = 1

View File

@ -1,19 +0,0 @@
[[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"