inconshreveable / log15

Structured, composable logging for Go
https://godoc.org/github.com/inconshreveable/log15
Other
1.1k stars 145 forks source link

Use semantic versioning to satisfy `go mod` #167

Open dtoubelis opened 3 years ago

dtoubelis commented 3 years ago

It appears that go mod does not recognize the current tagging scheme of log15 and always pulls the master. Couls you please use semantic versioning to satisfy it? Changing v2.15 -> v2.15.0 should o the trick. If you could also create v2.15.0 tag in addition to v2.15, that would be great.