You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I encountered a build error in my project because my go.mod still references the old import path github.com/go-ini/ini, while my source code has been updated to import gopkg.in/ini.v1.
I encountered a build error in my project because my
go.modstill references the old import pathgithub.com/go-ini/ini, while my source code has been updated to importgopkg.in/ini.v1.chore: enable Go modules and modernize CI #374