e925e1b78e
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.
24 lines
415 B
TOML
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"
|