Skip to content

Commit 432dd41

Browse files
committed
feat: add goeql submodule
1 parent 6edb951 commit 432dd41

File tree

4 files changed

+5
-39
lines changed

4 files changed

+5
-39
lines changed

.github/workflows/test-goeql.yml

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

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "languages/go/goeql"]
2+
path = languages/go/goeql
3+
url = https://github.com/cipherstash/goeql

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -637,4 +637,4 @@ Cipherstash proxy handles the encoding, and EQL provides the functions.
637637
We have created a few langague specific packages to help you interact with the payloads:
638638
639639
- [@cipherstash/eql](https://github.com/cipherstash/encrypt-query-language/tree/main/languages/javascript/packages/eql): This is a TypeScript implementation of EQL.
640-
- [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.
640+
- [github.com/cipherstash/goeql](https://github.com/cipherstash/goeql): This is a Go implementation of EQL.

languages/go/goeql

Submodule goeql added at 3765997

0 commit comments

Comments
 (0)