docker_auth
docker_auth copied to clipboard
Issue with go-sqlite3 version
Compiling the latest main code with golang 1.19.1 on Linux generates error:
go: github.com/mattn/[email protected]+incompatible: reading github.com/mattn/go-sqlite3/go.mod at revision v2.0.3: unknown revision v2.0.3
go: github.com/mattn/[email protected]+incompatible: reading github.com/mattn/go-sqlite3/go.mod at revision v2.0.3: unknown revision v2.0.3
most likely related to: https://github.com/mattn/go-sqlite3/issues/975
Would you update go.mod / go.sum with the v1.14.x version, v2.0.x is invalid. Thank you.