Skip to content

Unable to update modules #1457

Answered by aarondl
ColonelBlimp asked this question in Q&A
Jun 30, 2025 · 1 comments · 1 reply
Discussion options

You must be logged in to vote

This is resolved simply through regular Go tooling and is independent from this library. We recently changed the import path, and so the easiest fix is to delete any reference to volatiletech/sqlboiler and change it to the new import path (your go code files, go.mod, go.sum etc and just go get github.com/aarondl/sqlboiler/v4@latest)

That sort of thing will generally resolve it. The reason you're getting the error is because Github charitably redirects requests to the new location but that behavior is incompatible with Go modules.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@ColonelBlimp
Comment options

Answer selected by ColonelBlimp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants