mattn / go-mastodon

mastodon client for golang
MIT License
599 stars 85 forks source link

fix go.mod module #191

Closed orvice closed 3 months ago

orvice commented 3 months ago

fix #190

mattn commented 3 months ago

Oh... Thank you

Strubbl commented 3 months ago

can you please tag the fixed release?

Strubbl commented 2 months ago

A tag, e.g. v0.0.8, is necessary so that i can refer to a release in my go.mod as a requirement. Otherwise the error remains:

o: github.com/mattn/go-mastodon@v0.0.7 (matching all@upgrade) requires github.com/mattn/go-mastodon@v0.0.7: parsing go.mod:
    module declares its path as: github.com/rmrfslashbin/go-mastodon
            but was required as: github.com/mattn/go-mastodon