franela / goblin

Minimal and Beautiful Go testing framework
MIT License
884 stars 79 forks source link

Dep ensures invalid version. #69

Closed lucassith closed 6 years ago

lucassith commented 6 years ago

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:

[[constraint]]
  name = "github.com/franela/goblin"
  branch = "master"

but it needs some thinking before finding out what's wrong.

marcosnils commented 6 years ago

Just released v0.0.2 which should have the same thing as master. We're not actively working on this project ATM, but PR's are always welcome.

Thx for supporting the project.