influxdata / go-syslog

Blazing fast syslog parser
MIT License
476 stars 69 forks source link

go.mod should have /v2 at the end of the module name #19

Closed elliotmr closed 5 years ago

elliotmr commented 5 years ago

Right now it is impossible to import v2 of this module into a program because the module name on the v2.0.0 release does not have a /v2 in the "module" in the go.mod file.

leodido commented 5 years ago

Would you mind re-giving it a try? Should be fixed now. Thanks for catching it!