Skip to content

Goeql removal #32

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Oct 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 0 additions & 38 deletions .github/workflows/test-goeql.yml

This file was deleted.

3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "languages/go/goeql"]
path = languages/go/goeql
url = https://github.com/cipherstash/goeql
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -638,7 +638,7 @@ Cipherstash proxy handles the encoding, and EQL provides the functions.
We have created a few langague specific packages to help you interact with the payloads:

- [@cipherstash/eql](https://github.com/cipherstash/encrypt-query-language/tree/main/languages/javascript/packages/eql): This is a TypeScript implementation of EQL.
- [github.com/encrypt-query-language/go/goeql](https://github.com/cipherstash/encrypt-query-language/tree/main/languages/go/goeql): This is a Go implementation of EQL.
- [github.com/cipherstash/goeql](https://github.com/cipherstash/goeql): This is a Go implementation of EQL

## Releasing

Expand Down
1 change: 1 addition & 0 deletions languages/go/goeql
Submodule goeql added at 376599
Empty file.
20 changes: 0 additions & 20 deletions languages/go/goeql/Makefile

This file was deleted.

3 changes: 0 additions & 3 deletions languages/go/goeql/go.mod

This file was deleted.

220 changes: 0 additions & 220 deletions languages/go/goeql/goeql.go

This file was deleted.

Loading