Skip to content

Commit 59abf61

Browse files
authored
chore: Remove additional dependent references (#2)
1 parent f513792 commit 59abf61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/sdk.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package sdk
33
import (
44
pb "buf.build/gen/go/sqlc/sqlc/protocolbuffers/go/protos/plugin"
55

6-
"github.com/tabbed/sqlc-go/pattern"
6+
"github.com/sqlc-dev/sqlc-go/pattern"
77
)
88

99
func DataType(n *pb.Identifier) string {

0 commit comments

Comments
 (0)