We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c1a82b commit c76c0b2Copy full SHA for c76c0b2
1 file changed
go.mod
@@ -1,9 +1,11 @@
1
-module github.com/sqlc-dev/sqlc
+module github.com/coder/sqlc
2
3
go 1.24.0
4
5
toolchain go1.24.1
6
7
+replace github.com/sqlc-dev/sqlc => ./
8
+
9
require (
10
github.com/antlr4-go/antlr/v4 v4.13.1
11
github.com/cubicdaiya/gonp v1.0.4
0 commit comments