libgocryptfs/Gopkg.toml
Jakob Unterwurzacher e925e1b78e dep: fix constraints and update dependencies
Gopkg.toml was emptied out by commit c3e12b5e68 which
seemed to work fine at the time. It turns out that, in
absence of a

  branch = "master"

constraint, dep will use the last tag. We want latest
master, as this is what "go get" fetches, and hence
what Travis uses for testing.
2018-06-12 23:05:53 +02:00

24 lines
415 B
TOML

[[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"