mirror of https://github.com/VinGarcia/ksql.git
parent
d84d079b99
commit
0a95b40908
2
Makefile
2
Makefile
|
@ -45,7 +45,7 @@ go-mod-tidy:
|
|||
find . -name go.mod -execdir go mod tidy \;
|
||||
|
||||
# Create new tag and update adapters to use a new ksql tag:
|
||||
version=v1.12.1
|
||||
version=v1.12.2
|
||||
update:
|
||||
git tag $(version)
|
||||
git push origin master $(version)
|
||||
|
|
|
@ -8,5 +8,5 @@ require (
|
|||
github.com/google/go-cmp v0.5.6 // indirect
|
||||
github.com/lib/pq v1.10.4 // indirect
|
||||
github.com/ory/dockertest/v3 v3.10.0
|
||||
github.com/vingarcia/ksql v1.12.1
|
||||
github.com/vingarcia/ksql v1.12.2
|
||||
)
|
||||
|
|
|
@ -103,8 +103,8 @@ github.com/stretchr/testify v1.8.1 h1:w7B6lhMri9wdJUVmEZPGGhZzrYTPvgJArz7wNPgYKs
|
|||
github.com/stretchr/testify v1.8.1/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4=
|
||||
github.com/syndtr/gocapability v0.0.0-20200815063812-42c35b437635/go.mod h1:hkRG7XYTFWNJGYcbNJQlaLq0fg1yr4J4t/NcTQtrfww=
|
||||
github.com/urfave/cli v1.22.1/go.mod h1:Gos4lmkARVdJ6EkW0WaNv/tZAAMe9V7XWyB60NtXRu0=
|
||||
github.com/vingarcia/ksql v1.12.1 h1:aYmy6QsgWqGGHiH92YaJHIwwIfrYhgcpQ29DxV1g5SM=
|
||||
github.com/vingarcia/ksql v1.12.1/go.mod h1:DHp/nhVu1nHpBBXH/FRw6JLgIcvcM3+uo2+PfUNdo0g=
|
||||
github.com/vingarcia/ksql v1.12.2 h1:QziS87voZ1Csl79ZVi1U1WL2wjLNBQTcAUXkwlZtW14=
|
||||
github.com/vingarcia/ksql v1.12.2/go.mod h1:DHp/nhVu1nHpBBXH/FRw6JLgIcvcM3+uo2+PfUNdo0g=
|
||||
github.com/vishvananda/netlink v1.1.0/go.mod h1:cTgwzPIzzgDAYoQrMm0EdrjRUBkTqKYppBueQtXaqoE=
|
||||
github.com/vishvananda/netns v0.0.0-20191106174202-0a2b9b5464df/go.mod h1:JP3t17pCcGlemwknint6hfoeCVQrEMVwxRLRjXpq+BU=
|
||||
github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f h1:J9EGpcZtP0E/raorCMxlFGSTBrsSlaDGf3jU/qvAE2c=
|
||||
|
|
|
@ -9,6 +9,6 @@ require (
|
|||
github.com/jackc/pgx/v4 v4.18.1
|
||||
github.com/ory/dockertest/v3 v3.10.0
|
||||
github.com/stretchr/testify v1.8.4 // indirect
|
||||
github.com/vingarcia/ksql v1.12.1
|
||||
github.com/vingarcia/ksql v1.12.2
|
||||
golang.org/x/crypto v0.12.0 // indirect
|
||||
)
|
||||
|
|
|
@ -195,8 +195,8 @@ github.com/stretchr/testify v1.8.4 h1:CcVxjf3Q8PM0mHUKJCdn+eZZtm5yQwehR5yeSVQQcU
|
|||
github.com/stretchr/testify v1.8.4/go.mod h1:sz/lmYIOXD/1dqDmKjjqLyZ2RngseejIcXlSw2iwfAo=
|
||||
github.com/syndtr/gocapability v0.0.0-20200815063812-42c35b437635/go.mod h1:hkRG7XYTFWNJGYcbNJQlaLq0fg1yr4J4t/NcTQtrfww=
|
||||
github.com/urfave/cli v1.22.1/go.mod h1:Gos4lmkARVdJ6EkW0WaNv/tZAAMe9V7XWyB60NtXRu0=
|
||||
github.com/vingarcia/ksql v1.12.1 h1:aYmy6QsgWqGGHiH92YaJHIwwIfrYhgcpQ29DxV1g5SM=
|
||||
github.com/vingarcia/ksql v1.12.1/go.mod h1:DHp/nhVu1nHpBBXH/FRw6JLgIcvcM3+uo2+PfUNdo0g=
|
||||
github.com/vingarcia/ksql v1.12.2 h1:QziS87voZ1Csl79ZVi1U1WL2wjLNBQTcAUXkwlZtW14=
|
||||
github.com/vingarcia/ksql v1.12.2/go.mod h1:DHp/nhVu1nHpBBXH/FRw6JLgIcvcM3+uo2+PfUNdo0g=
|
||||
github.com/vishvananda/netlink v1.1.0/go.mod h1:cTgwzPIzzgDAYoQrMm0EdrjRUBkTqKYppBueQtXaqoE=
|
||||
github.com/vishvananda/netns v0.0.0-20191106174202-0a2b9b5464df/go.mod h1:JP3t17pCcGlemwknint6hfoeCVQrEMVwxRLRjXpq+BU=
|
||||
github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f h1:J9EGpcZtP0E/raorCMxlFGSTBrsSlaDGf3jU/qvAE2c=
|
||||
|
|
|
@ -9,7 +9,7 @@ require (
|
|||
github.com/lib/pq v1.10.9 // indirect
|
||||
github.com/ory/dockertest/v3 v3.10.0
|
||||
github.com/stretchr/testify v1.8.4 // indirect
|
||||
github.com/vingarcia/ksql v1.12.1
|
||||
github.com/vingarcia/ksql v1.12.2
|
||||
golang.org/x/crypto v0.12.0 // indirect
|
||||
golang.org/x/sync v0.3.0 // indirect
|
||||
)
|
||||
|
|
|
@ -113,8 +113,8 @@ github.com/stretchr/testify v1.8.4 h1:CcVxjf3Q8PM0mHUKJCdn+eZZtm5yQwehR5yeSVQQcU
|
|||
github.com/stretchr/testify v1.8.4/go.mod h1:sz/lmYIOXD/1dqDmKjjqLyZ2RngseejIcXlSw2iwfAo=
|
||||
github.com/syndtr/gocapability v0.0.0-20200815063812-42c35b437635/go.mod h1:hkRG7XYTFWNJGYcbNJQlaLq0fg1yr4J4t/NcTQtrfww=
|
||||
github.com/urfave/cli v1.22.1/go.mod h1:Gos4lmkARVdJ6EkW0WaNv/tZAAMe9V7XWyB60NtXRu0=
|
||||
github.com/vingarcia/ksql v1.12.1 h1:aYmy6QsgWqGGHiH92YaJHIwwIfrYhgcpQ29DxV1g5SM=
|
||||
github.com/vingarcia/ksql v1.12.1/go.mod h1:DHp/nhVu1nHpBBXH/FRw6JLgIcvcM3+uo2+PfUNdo0g=
|
||||
github.com/vingarcia/ksql v1.12.2 h1:QziS87voZ1Csl79ZVi1U1WL2wjLNBQTcAUXkwlZtW14=
|
||||
github.com/vingarcia/ksql v1.12.2/go.mod h1:DHp/nhVu1nHpBBXH/FRw6JLgIcvcM3+uo2+PfUNdo0g=
|
||||
github.com/vishvananda/netlink v1.1.0/go.mod h1:cTgwzPIzzgDAYoQrMm0EdrjRUBkTqKYppBueQtXaqoE=
|
||||
github.com/vishvananda/netns v0.0.0-20191106174202-0a2b9b5464df/go.mod h1:JP3t17pCcGlemwknint6hfoeCVQrEMVwxRLRjXpq+BU=
|
||||
github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f h1:J9EGpcZtP0E/raorCMxlFGSTBrsSlaDGf3jU/qvAE2c=
|
||||
|
|
|
@ -7,5 +7,5 @@ require (
|
|||
github.com/google/go-cmp v0.5.6 // indirect
|
||||
github.com/lib/pq v1.10.4
|
||||
github.com/ory/dockertest/v3 v3.10.0
|
||||
github.com/vingarcia/ksql v1.12.1
|
||||
github.com/vingarcia/ksql v1.12.2
|
||||
)
|
||||
|
|
|
@ -103,8 +103,8 @@ github.com/stretchr/testify v1.8.1 h1:w7B6lhMri9wdJUVmEZPGGhZzrYTPvgJArz7wNPgYKs
|
|||
github.com/stretchr/testify v1.8.1/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4=
|
||||
github.com/syndtr/gocapability v0.0.0-20200815063812-42c35b437635/go.mod h1:hkRG7XYTFWNJGYcbNJQlaLq0fg1yr4J4t/NcTQtrfww=
|
||||
github.com/urfave/cli v1.22.1/go.mod h1:Gos4lmkARVdJ6EkW0WaNv/tZAAMe9V7XWyB60NtXRu0=
|
||||
github.com/vingarcia/ksql v1.12.1 h1:aYmy6QsgWqGGHiH92YaJHIwwIfrYhgcpQ29DxV1g5SM=
|
||||
github.com/vingarcia/ksql v1.12.1/go.mod h1:DHp/nhVu1nHpBBXH/FRw6JLgIcvcM3+uo2+PfUNdo0g=
|
||||
github.com/vingarcia/ksql v1.12.2 h1:QziS87voZ1Csl79ZVi1U1WL2wjLNBQTcAUXkwlZtW14=
|
||||
github.com/vingarcia/ksql v1.12.2/go.mod h1:DHp/nhVu1nHpBBXH/FRw6JLgIcvcM3+uo2+PfUNdo0g=
|
||||
github.com/vishvananda/netlink v1.1.0/go.mod h1:cTgwzPIzzgDAYoQrMm0EdrjRUBkTqKYppBueQtXaqoE=
|
||||
github.com/vishvananda/netns v0.0.0-20191106174202-0a2b9b5464df/go.mod h1:JP3t17pCcGlemwknint6hfoeCVQrEMVwxRLRjXpq+BU=
|
||||
github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f h1:J9EGpcZtP0E/raorCMxlFGSTBrsSlaDGf3jU/qvAE2c=
|
||||
|
|
|
@ -4,5 +4,5 @@ go 1.14
|
|||
|
||||
require (
|
||||
github.com/mattn/go-sqlite3 v1.14.12
|
||||
github.com/vingarcia/ksql v1.12.1
|
||||
github.com/vingarcia/ksql v1.12.2
|
||||
)
|
||||
|
|
|
@ -23,8 +23,8 @@ github.com/stretchr/testify v1.7.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/
|
|||
github.com/stretchr/testify v1.8.0/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO+kdMU+MU=
|
||||
github.com/stretchr/testify v1.8.1 h1:w7B6lhMri9wdJUVmEZPGGhZzrYTPvgJArz7wNPgYKsk=
|
||||
github.com/stretchr/testify v1.8.1/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4=
|
||||
github.com/vingarcia/ksql v1.12.1 h1:aYmy6QsgWqGGHiH92YaJHIwwIfrYhgcpQ29DxV1g5SM=
|
||||
github.com/vingarcia/ksql v1.12.1/go.mod h1:DHp/nhVu1nHpBBXH/FRw6JLgIcvcM3+uo2+PfUNdo0g=
|
||||
github.com/vingarcia/ksql v1.12.2 h1:QziS87voZ1Csl79ZVi1U1WL2wjLNBQTcAUXkwlZtW14=
|
||||
github.com/vingarcia/ksql v1.12.2/go.mod h1:DHp/nhVu1nHpBBXH/FRw6JLgIcvcM3+uo2+PfUNdo0g=
|
||||
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
|
||||
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
|
||||
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c h1:Hei/4ADfdWqJk1ZMxUNpqntNwaWcugrBjAiHlqqRiVk=
|
||||
|
|
|
@ -8,5 +8,5 @@ require (
|
|||
github.com/google/go-cmp v0.5.6 // indirect
|
||||
github.com/lib/pq v1.10.4 // indirect
|
||||
github.com/ory/dockertest/v3 v3.10.0
|
||||
github.com/vingarcia/ksql v1.12.1
|
||||
github.com/vingarcia/ksql v1.12.2
|
||||
)
|
||||
|
|
|
@ -107,8 +107,8 @@ github.com/stretchr/testify v1.8.1 h1:w7B6lhMri9wdJUVmEZPGGhZzrYTPvgJArz7wNPgYKs
|
|||
github.com/stretchr/testify v1.8.1/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4=
|
||||
github.com/syndtr/gocapability v0.0.0-20200815063812-42c35b437635/go.mod h1:hkRG7XYTFWNJGYcbNJQlaLq0fg1yr4J4t/NcTQtrfww=
|
||||
github.com/urfave/cli v1.22.1/go.mod h1:Gos4lmkARVdJ6EkW0WaNv/tZAAMe9V7XWyB60NtXRu0=
|
||||
github.com/vingarcia/ksql v1.12.1 h1:aYmy6QsgWqGGHiH92YaJHIwwIfrYhgcpQ29DxV1g5SM=
|
||||
github.com/vingarcia/ksql v1.12.1/go.mod h1:DHp/nhVu1nHpBBXH/FRw6JLgIcvcM3+uo2+PfUNdo0g=
|
||||
github.com/vingarcia/ksql v1.12.2 h1:QziS87voZ1Csl79ZVi1U1WL2wjLNBQTcAUXkwlZtW14=
|
||||
github.com/vingarcia/ksql v1.12.2/go.mod h1:DHp/nhVu1nHpBBXH/FRw6JLgIcvcM3+uo2+PfUNdo0g=
|
||||
github.com/vishvananda/netlink v1.1.0/go.mod h1:cTgwzPIzzgDAYoQrMm0EdrjRUBkTqKYppBueQtXaqoE=
|
||||
github.com/vishvananda/netns v0.0.0-20191106174202-0a2b9b5464df/go.mod h1:JP3t17pCcGlemwknint6hfoeCVQrEMVwxRLRjXpq+BU=
|
||||
github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f h1:J9EGpcZtP0E/raorCMxlFGSTBrsSlaDGf3jU/qvAE2c=
|
||||
|
|
|
@ -3,7 +3,7 @@ module github.com/vingarcia/ksql/adapters/modernc-ksqlite
|
|||
go 1.14
|
||||
|
||||
require (
|
||||
github.com/vingarcia/ksql v1.12.1
|
||||
github.com/vingarcia/ksql v1.12.2
|
||||
golang.org/x/sys v0.7.0 // indirect
|
||||
golang.org/x/tools v0.7.0 // indirect
|
||||
modernc.org/sqlite v1.26.0
|
||||
|
|
|
@ -45,8 +45,8 @@ github.com/stretchr/testify v1.7.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/
|
|||
github.com/stretchr/testify v1.8.0/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO+kdMU+MU=
|
||||
github.com/stretchr/testify v1.8.1 h1:w7B6lhMri9wdJUVmEZPGGhZzrYTPvgJArz7wNPgYKsk=
|
||||
github.com/stretchr/testify v1.8.1/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4=
|
||||
github.com/vingarcia/ksql v1.12.1 h1:aYmy6QsgWqGGHiH92YaJHIwwIfrYhgcpQ29DxV1g5SM=
|
||||
github.com/vingarcia/ksql v1.12.1/go.mod h1:DHp/nhVu1nHpBBXH/FRw6JLgIcvcM3+uo2+PfUNdo0g=
|
||||
github.com/vingarcia/ksql v1.12.2 h1:QziS87voZ1Csl79ZVi1U1WL2wjLNBQTcAUXkwlZtW14=
|
||||
github.com/vingarcia/ksql v1.12.2/go.mod h1:DHp/nhVu1nHpBBXH/FRw6JLgIcvcM3+uo2+PfUNdo0g=
|
||||
github.com/yuin/goldmark v1.2.1/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74=
|
||||
github.com/yuin/goldmark v1.4.13/go.mod h1:6yULJ656Px+3vBD8DxQVa3kxgyrAnzto9xy5taEt/CY=
|
||||
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w=
|
||||
|
|
|
@ -9,7 +9,7 @@ require (
|
|||
github.com/jackc/pgx/v4 v4.18.1
|
||||
github.com/jmoiron/sqlx v1.3.4
|
||||
github.com/lib/pq v1.10.9
|
||||
github.com/vingarcia/ksql v1.12.1
|
||||
github.com/vingarcia/ksql v1.12.2
|
||||
github.com/vingarcia/ksql/adapters/kpgx v0.0.0-00010101000000-000000000000
|
||||
github.com/volatiletech/sqlboiler/v4 v4.12.0
|
||||
github.com/volatiletech/strmangle v0.0.4
|
||||
|
|
Loading…
Reference in New Issue