adding goblin via dep cli dep ensure -add github.com/franela/goblin will install 0.0.1 tag version. One can change it by setting proper branch in Gopkg.toml to:
[[constraint]]
name = "github.com/franela/goblin"
branch = "master"
but it needs some thinking before finding out what's wrong.
Hello
adding goblin via dep cli
dep ensure -add github.com/franela/goblin
will install 0.0.1 tag version. One can change it by setting proper branch in Gopkg.toml to:but it needs some thinking before finding out what's wrong.