We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49d7922 commit 7bcf6c8Copy full SHA for 7bcf6c8
go.mod
@@ -50,6 +50,9 @@ replace github.com/gliderlabs/ssh => github.com/coder/ssh v0.0.0-20230621095435-
50
// Waiting on https://github.com/imulab/go-scim/pull/95 to merge.
51
replace github.com/imulab/go-scim/pkg/v2 => github.com/coder/go-scim/pkg/v2 v2.0.0-20230221055123-1d63c1222136
52
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
+
56
require (
57
cdr.dev/slog v1.5.4
58
cloud.google.com/go/compute/metadata v0.2.3
0 commit comments