File tree Expand file tree Collapse file tree 5 files changed +11
-8
lines changed Expand file tree Collapse file tree 5 files changed +11
-8
lines changed Original file line number Diff line number Diff line change 1- module github.com/tabbed /sqlc-gen-kotlin
1+ module github.com/sqlc-dev /sqlc-gen-kotlin
22
33go 1.19
44
55require (
66buf.build/gen/go/sqlc/sqlc/protocolbuffers/go v1.30.0-20230621221448-196413f69ab3.1
77github.com/jinzhu/inflection v1.0.0
8+ github.com/sqlc-dev/sqlc-go v1.18.1
89github.com/tabbed/sqlc-go v1.18.0
910)
1011
Original file line number Diff line number Diff line change @@ -5,6 +5,8 @@ github.com/google/go-cmp v0.5.5/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/
55github.com/google/go-cmp v0.5.9 h1:O2Tfq5qg4qc4AmwVlvv0oLiVAGB7enBSJ2x2DqQFi38 =
66github.com/jinzhu/inflection v1.0.0 h1:K317FqzuhWc8YvSVlFMCCUb36O/S9MCKRDI7QkRKD/E =
77github.com/jinzhu/inflection v1.0.0 /go.mod h1:h+uFLlag+Qp1Va5pdKtLDYj+kHp5pxUVkryuEj+Srlc =
8+ github.com/sqlc-dev/sqlc-go v1.18.1 h1:mmudfN9G938piXnZGvrMEHp9RF4dD+InQIY1BaoQOvU =
9+ github.com/sqlc-dev/sqlc-go v1.18.1 /go.mod h1:v6c+FMh0YrbT9RU9+S5Sh62VXmVhdpTsQoXn1QxH294 =
810github.com/tabbed/sqlc-go v1.18.0 h1:GNE8b8xue8fKVptQnr3Z6DV8FqdokyDYML7O0kYtbe4 =
911github.com/tabbed/sqlc-go v1.18.0 /go.mod h1:qx8ocsmviBDyRfLNuJQtdu0f5oqa8XBjKxMldl+Wm24 =
1012golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 /go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0 =
Original file line number Diff line number Diff line change @@ -10,10 +10,10 @@ import (
1010"strings"
1111
1212"buf.build/gen/go/sqlc/sqlc/protocolbuffers/go/protos/plugin"
13- "github.com/tabbed /sqlc-go/metadata"
14- "github.com/tabbed /sqlc-go/sdk"
13+ "github.com/sqlc-dev /sqlc-go/metadata"
14+ "github.com/sqlc-dev /sqlc-go/sdk"
1515
16- "github.com/tabbed /sqlc-gen-kotlin/internal/inflection"
16+ "github.com/sqlc-dev /sqlc-gen-kotlin/internal/inflection"
1717)
1818
1919var ktIdentPattern = regexp .MustCompile ("[^a-zA-Z0-9_]+" )
Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ import (
1111
1212"buf.build/gen/go/sqlc/sqlc/protocolbuffers/go/protos/plugin"
1313
14- "github.com/tabbed /sqlc-gen-kotlin/internal/core"
15- "github.com/tabbed /sqlc-go/sdk"
14+ "github.com/sqlc-dev /sqlc-gen-kotlin/internal/core"
15+ "github.com/sqlc-dev /sqlc-go/sdk"
1616)
1717
1818//go:embed tmpl/ktmodels.tmpl
Original file line number Diff line number Diff line change 11package main
22
33import (
4- "github.com/tabbed /sqlc-go/codegen"
4+ "github.com/sqlc-dev /sqlc-go/codegen"
55
6- kotlin "github.com/tabbed /sqlc-gen-kotlin/internal"
6+ kotlin "github.com/sqlc-dev /sqlc-gen-kotlin/internal"
77)
88
99func main () {
You can’t perform that action at this time.
0 commit comments