Skip to content

Commit 5f67321

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

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

go.mod

Lines changed: 4 additions & 2 deletions
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/coder/sqlc-dev/sqlc => ./
8+
79
require (
810
github.com/antlr4-go/antlr/v4 v4.13.1
911
github.com/cubicdaiya/gonp v1.0.4
@@ -21,6 +23,7 @@ require (
2123
github.com/riza-io/grpc-go v0.2.0
2224
github.com/spf13/cobra v1.10.1
2325
github.com/spf13/pflag v1.0.10
26+
github.com/sqlc-dev/sqlc v1.30.0
2427
github.com/tetratelabs/wazero v1.9.0
2528
github.com/wasilibs/go-pgquery v0.0.0-20250409022910-10ac41983c07
2629
github.com/xeipuuv/gojsonschema v1.2.0
@@ -51,7 +54,6 @@ require (
5154
github.com/pingcap/failpoint v0.0.0-20240528011301-b51a646c7c86 // indirect
5255
github.com/pingcap/log v1.1.0 // indirect
5356
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
54-
github.com/rogpeppe/go-internal v1.10.0 // indirect
5557
github.com/stoewer/go-strcase v1.2.0 // indirect
5658
github.com/wasilibs/wazero-helpers v0.0.0-20240620070341-3dff1577cd52 // indirect
5759
github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f // indirect

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,8 @@ github.com/spf13/cobra v1.10.1/go.mod h1:7SmJGaTHFVBY0jW4NXGluQoLvhqFQM+6XSKD+P4
165165
github.com/spf13/pflag v1.0.9/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg=
166166
github.com/spf13/pflag v1.0.10 h1:4EBh2KAYBwaONj6b2Ye1GiHfwjqyROoF4RwYO+vPwFk=
167167
github.com/spf13/pflag v1.0.10/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg=
168+
github.com/sqlc-dev/sqlc v1.30.0 h1:H4HrNwPc0hntxGWzAbhlfplPRN4bQpXFx+CaEMcKz6c=
169+
github.com/sqlc-dev/sqlc v1.30.0/go.mod h1:QnEN+npugyhUg1A+1kkYM3jc2OMOFsNlZ1eh8mdhad0=
168170
github.com/stoewer/go-strcase v1.2.0 h1:Z2iHWqGXH00XYgqDmNgQbIBxf3wrNq0F3feEy0ainaU=
169171
github.com/stoewer/go-strcase v1.2.0/go.mod h1:IBiWB2sKIp3wVVQ3Y035++gc+knqhUQag1KpM8ahLw8=
170172
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=

0 commit comments

Comments
 (0)