Skip to content

Commit

Permalink
Merge pull request #39 from shatteredsilicon/fix-create-temporary-tab…
Browse files Browse the repository at this point in the history
…le-ddl-parsing

Update vitess.io/vitess to fix 'CREATE TEMPORARY TABLE' DDL parsing
  • Loading branch information
gordan-bobic authored Feb 16, 2025
2 parents 46ba56c + 1c916a3 commit 594eb89
Show file tree
Hide file tree
Showing 4 changed files with 88 additions and 2,215 deletions.
72 changes: 21 additions & 51 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,76 +1,46 @@
module github.com/shatteredsilicon/qan-api

go 1.17
go 1.22.8

toolchain go1.22.9

require (
github.com/cactus/go-statsd-client v3.1.1+incompatible
github.com/go-sql-driver/mysql v1.6.0
github.com/hashicorp/go-version v1.5.0
github.com/go-sql-driver/mysql v1.7.1
github.com/hashicorp/go-version v1.6.0
github.com/jmoiron/sqlx v1.3.5
github.com/nu7hatch/gouuid v0.0.0-20131221200532-179d4d0c4d8d
github.com/pkg/errors v0.9.1
github.com/revel/config v0.14.0
github.com/revel/modules v0.14.0
github.com/revel/revel v0.14.0
github.com/shatteredsilicon/ssm v0.0.0-20240723193942-a060f195308c
github.com/stretchr/testify v1.8.0
golang.org/x/net v0.2.0
github.com/stretchr/testify v1.9.0
golang.org/x/net v0.25.0
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c
vitess.io/vitess v0.13.3
vitess.io/vitess v0.19.7
)

require (
github.com/DataDog/datadog-agent/pkg/obfuscate v0.40.1 // indirect
github.com/DataDog/datadog-go/v5 v5.1.1 // indirect
github.com/DataDog/sketches-go v1.4.1 // indirect
github.com/Microsoft/go-winio v0.6.0 // indirect
github.com/agtorre/gocolorize v1.0.0 // indirect
github.com/beorn7/perks v1.0.1 // indirect
github.com/cespare/xxhash/v2 v2.1.2 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/dgraph-io/ristretto v0.1.1 // indirect
github.com/dustin/go-humanize v1.0.0 // indirect
github.com/golang/glog v1.0.0 // indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/google/go-cmp v0.5.9 // indirect
github.com/google/uuid v1.3.0 // indirect
github.com/grpc-ecosystem/go-grpc-middleware v1.3.0 // indirect
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 // indirect
github.com/klauspost/compress v1.15.12 // indirect
github.com/kr/pretty v0.3.0 // indirect
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
github.com/golang/glog v1.2.0 // indirect
github.com/golang/protobuf v1.5.4 // indirect
github.com/klauspost/compress v1.17.7 // indirect
github.com/kr/pretty v0.3.1 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
github.com/opentracing-contrib/go-grpc v0.0.0-20210225150812-73cb765af46e // indirect
github.com/opentracing/opentracing-go v1.2.0 // indirect
github.com/philhofer/fwd v1.1.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/prometheus/client_golang v1.14.0 // indirect
github.com/prometheus/client_model v0.3.0 // indirect
github.com/prometheus/common v0.37.0 // indirect
github.com/prometheus/procfs v0.8.0 // indirect
github.com/lib/pq v1.10.2 // indirect
github.com/mattn/go-sqlite3 v1.14.16 // indirect
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
github.com/robfig/pathtree v0.0.0-20140121041023-41257a1839e9 // indirect
github.com/rogpeppe/go-internal v1.8.1 // indirect
github.com/rogpeppe/go-internal v1.12.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/tinylib/msgp v1.1.6 // indirect
github.com/uber/jaeger-client-go v2.30.0+incompatible // indirect
github.com/uber/jaeger-lib v2.4.1+incompatible // indirect
go.uber.org/atomic v1.10.0 // indirect
go4.org/intern v0.0.0-20220617035311-6925f38cc365 // indirect
go4.org/unsafe/assume-no-moving-gc v0.0.0-20220617031537-928513b29760 // indirect
golang.org/x/mod v0.7.0 // indirect
golang.org/x/sys v0.2.0 // indirect
golang.org/x/text v0.4.0 // indirect
golang.org/x/time v0.2.0 // indirect
golang.org/x/tools v0.3.0 // indirect
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
google.golang.org/genproto v0.0.0-20221118155620-16455021b5e6 // indirect
google.golang.org/grpc v1.51.0 // indirect
google.golang.org/protobuf v1.28.1 // indirect
gopkg.in/DataDog/dd-trace-go.v1 v1.43.1 // indirect
golang.org/x/sys v0.20.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20240304212257-790db918fca8 // indirect
google.golang.org/grpc v1.62.1 // indirect
google.golang.org/protobuf v1.33.0 // indirect
gopkg.in/fsnotify.v1 v1.5.4 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
inet.af/netaddr v0.0.0-20220811202034-502d2d690317 // indirect
k8s.io/apimachinery v0.25.4 // indirect
)

replace gopkg.in/fsnotify.v1 v1.5.4 => github.com/fsnotify/fsnotify v1.5.4
Loading

0 comments on commit 594eb89

Please sign in to comment.