gin-gonic/autotls

Tag releases

dryswabbie opened this issue · 2 comments

Recommend tagging a new release now, and then after each cycle.

Not having the last release tagged caused problems vendoring autotls via the dep tool.

Turns out this project has a single outdated tagged release which the dep tool defaults to over the latest master branch.

Work-around to enable vendoring is to manually set the constraint in Gopakg.toml to:

[[constraint]]
  branch = "master"
  name = "github.com/gin-gonic/autotls"

I will take it.