Nullify-Platform / Logger

Nullify logging library for backend services
https://github.com/Nullify-Platform
0 stars 0 forks source link

fix(deps): update module path #56

Closed lhjt closed 5 months ago

lhjt commented 5 months ago

Turns out go requires you to update the module path when you make a major version change 💀

Description

Updates the .mod file so that other modules can actually import it.

lhjt commented 5 months ago

Too painful to deal with - just changed to minor version change instead