Skip to content

Commit 7bcf6c8

Browse files
committed
workaround untill sqlc 1.20.0 is released
1 parent 49d7922 commit 7bcf6c8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

go.mod

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,9 @@ replace github.com/gliderlabs/ssh => github.com/coder/ssh v0.0.0-20230621095435-
5050
// Waiting on https://github.com/imulab/go-scim/pull/95 to merge.
5151
replace github.com/imulab/go-scim/pkg/v2 => github.com/coder/go-scim/pkg/v2 v2.0.0-20230221055123-1d63c1222136
5252

53+
// Waiting for https://github.com/kyleconroy/sqlc/pull/2418 to be released in sqlc 1.20.0
54+
replace github.com/tabbed/pqtype v0.2.0 => github.com/sqlc-dev/pqtype v0.2.0
55+
5356
require (
5457
cdr.dev/slog v1.5.4
5558
cloud.google.com/go/compute/metadata v0.2.3

0 commit comments

Comments
 (0)