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'm not sure whether this is a problem in my setup (I already cleared the Go modules caches using go clean -modcache), or whether the Go sumdb has invalid data or whether the tags in this project are weird somehow.
Thanks,
Marian
The text was updated successfully, but these errors were encountered:
Hi,
my
go.mod
contains:github.com/mattn/go-sqlite3 v1.14.1
When doing
go get -u ./...
to upgrade all dependencies in my project, go says:I'm not sure whether this is a problem in my setup (I already cleared the Go modules caches using
go clean -modcache
), or whether the Go sumdb has invalid data or whether the tags in this project are weird somehow.Thanks,
Marian
The text was updated successfully, but these errors were encountered: