Skip to content

Commit

Permalink
Cleanup (#1123)
Browse files Browse the repository at this point in the history
Cleanup:
- @pdelewski code when we experiment with different AST codes, we end up
going with different approach
- we can also simplify our dependencies

@pdelewski should review it
  • Loading branch information
jakozaur authored Dec 18, 2024
1 parent a567880 commit 57e1af7
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 353 deletions.
44 changes: 0 additions & 44 deletions quesma/ast/query_basic_visitor.go

This file was deleted.

55 changes: 0 additions & 55 deletions quesma/ast/query_traversal_test.go

This file was deleted.

215 changes: 0 additions & 215 deletions quesma/ast/query_traverse.go

This file was deleted.

36 changes: 0 additions & 36 deletions quesma/ast/query_visitor.go

This file was deleted.

1 change: 0 additions & 1 deletion quesma/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ require (
github.com/andybalholm/brotli v1.1.1 // indirect
github.com/antlr4-go/antlr/v4 v4.13.1
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
github.com/elastic/go-elasticsearch/v8 v8.16.0
github.com/fsnotify/fsnotify v1.7.0 // indirect
github.com/go-faster/city v1.0.1 // indirect
github.com/go-faster/errors v0.7.1 // indirect
Expand Down
2 changes: 0 additions & 2 deletions quesma/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSs
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc h1:U9qPSI2PIWSS1VwoXQT9A3Wy9MM3WgvqSxFWenqJduM=
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/elastic/go-elasticsearch/v8 v8.16.0 h1:f7bR+iBz8GTAVhwyFO3hm4ixsz2eMaEy0QroYnXV3jE=
github.com/elastic/go-elasticsearch/v8 v8.16.0/go.mod h1:lGMlgKIbYoRvay3xWBeKahAiJOgmFDsjZC39nmO3H64=
github.com/fsnotify/fsnotify v1.7.0 h1:8JEhPFa5W2WU7YfeZzPNqzMP6Lwt7L2715Ggo0nosvA=
github.com/fsnotify/fsnotify v1.7.0/go.mod h1:40Bi/Hjc2AVfZrqy+aj+yEI+/bRxZnMJyTJwOpGvigM=
github.com/go-faster/city v1.0.1 h1:4WAxSZ3V2Ws4QRDrscLEDcibJY8uf41H6AhXDrNDcGw=
Expand Down

0 comments on commit 57e1af7

Please sign in to comment.