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
The dependence to mattn/go-sqlite3 require the v2 but this version is incompatible and should be reversed to v1.14.16.
Cf mod.go :
require github.com/mattn/go-sqlite3 v2.0.3+incompatible
The text was updated successfully, but these errors were encountered:
The dependence to mattn/go-sqlite3 require the v2 but this version is incompatible and should be reversed to v1.14.16.
Cf mod.go :
require github.com/mattn/go-sqlite3 v2.0.3+incompatible
The text was updated successfully, but these errors were encountered: