Skip to content

Commit

Permalink
[WIP] Use Vitess SQL Parser
Browse files Browse the repository at this point in the history
  • Loading branch information
mpchadwick committed Jul 17, 2022
1 parent fb11539 commit 3d81e77
Show file tree
Hide file tree
Showing 3 changed files with 1,592 additions and 6 deletions.
23 changes: 21 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,32 @@ module github.com/mpchadwick/dbanon
go 1.12

require (
github.com/DataDog/datadog-agent/pkg/obfuscate v0.37.1 // indirect
github.com/DataDog/datadog-go v4.8.3+incompatible // 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.5.2 // indirect
github.com/blang/semver v3.5.1+incompatible
github.com/blastrain/vitess-sqlparser v0.0.0-20200914074247-af18b79da035
github.com/golang/glog v1.0.0 // indirect
github.com/grpc-ecosystem/go-grpc-middleware v1.3.0 // indirect
github.com/opentracing-contrib/go-grpc v0.0.0-20210225150812-73cb765af46e // indirect
github.com/prometheus/client_golang v1.12.2 // indirect
github.com/prometheus/common v0.37.0 // indirect
github.com/rhysd/go-github-selfupdate v1.2.3
github.com/shuLhan/go-bindata v4.0.0+incompatible // indirect
github.com/sirupsen/logrus v1.7.0
golang.org/x/net v0.0.0-20201021035429-f5854403a974 // indirect
github.com/tinylib/msgp v1.1.6 // indirect
github.com/uber/jaeger-client-go v2.30.0+incompatible // indirect
golang.org/x/net v0.0.0-20220708220712-1185a9018129 // indirect
golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8 // indirect
gopkg.in/yaml.v2 v2.3.0
golang.org/x/time v0.0.0-20220609170525-579cf78fd858 // indirect
golang.org/x/xerrors v0.0.0-20220609144429-65e65417b02f // indirect
google.golang.org/genproto v0.0.0-20220715211116-798f69b842b9 // indirect
google.golang.org/grpc v1.48.0 // indirect
gopkg.in/DataDog/dd-trace-go.v1 v1.40.0 // indirect
gopkg.in/yaml.v2 v2.4.0
k8s.io/apimachinery v0.24.3 // indirect
syreclabs.com/go/faker v1.2.3
vitess.io/vitess v0.14.0
)
Loading

0 comments on commit 3d81e77

Please sign in to comment.