Skip to content

Commit c76c0b2

Browse files
committed
Update go.mod
1 parent 7c1a82b commit c76c0b2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

go.mod

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
1-
module github.com/sqlc-dev/sqlc
1+
module github.com/coder/sqlc
22

33
go 1.24.0
44

55
toolchain go1.24.1
66

7+
replace github.com/sqlc-dev/sqlc => ./
8+
79
require (
810
github.com/antlr4-go/antlr/v4 v4.13.1
911
github.com/cubicdaiya/gonp v1.0.4

0 commit comments

Comments
 (0)