Skip to content
This repository was archived by the owner on Nov 7, 2025. It is now read-only.

Commit 57e1af7

Browse files
authored
Cleanup (#1123)
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
1 parent a567880 commit 57e1af7

File tree

6 files changed

+0
-353
lines changed

6 files changed

+0
-353
lines changed

quesma/ast/query_basic_visitor.go

Lines changed: 0 additions & 44 deletions
This file was deleted.

quesma/ast/query_traversal_test.go

Lines changed: 0 additions & 55 deletions
This file was deleted.

quesma/ast/query_traverse.go

Lines changed: 0 additions & 215 deletions
This file was deleted.

quesma/ast/query_visitor.go

Lines changed: 0 additions & 36 deletions
This file was deleted.

quesma/go.mod

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ require (
6666
github.com/andybalholm/brotli v1.1.1 // indirect
6767
github.com/antlr4-go/antlr/v4 v4.13.1
6868
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
69-
github.com/elastic/go-elasticsearch/v8 v8.16.0
7069
github.com/fsnotify/fsnotify v1.7.0 // indirect
7170
github.com/go-faster/city v1.0.1 // indirect
7271
github.com/go-faster/errors v0.7.1 // indirect

quesma/go.sum

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@ github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSs
2929
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
3030
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc h1:U9qPSI2PIWSS1VwoXQT9A3Wy9MM3WgvqSxFWenqJduM=
3131
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
32-
github.com/elastic/go-elasticsearch/v8 v8.16.0 h1:f7bR+iBz8GTAVhwyFO3hm4ixsz2eMaEy0QroYnXV3jE=
33-
github.com/elastic/go-elasticsearch/v8 v8.16.0/go.mod h1:lGMlgKIbYoRvay3xWBeKahAiJOgmFDsjZC39nmO3H64=
3432
github.com/fsnotify/fsnotify v1.7.0 h1:8JEhPFa5W2WU7YfeZzPNqzMP6Lwt7L2715Ggo0nosvA=
3533
github.com/fsnotify/fsnotify v1.7.0/go.mod h1:40Bi/Hjc2AVfZrqy+aj+yEI+/bRxZnMJyTJwOpGvigM=
3634
github.com/go-faster/city v1.0.1 h1:4WAxSZ3V2Ws4QRDrscLEDcibJY8uf41H6AhXDrNDcGw=

0 commit comments

Comments
 (0)