Skip to content

Commit 1fb6bac

Browse files
authored
Merge pull request #32 from cipherstash/goeql-removal
Goeql removal
2 parents aa88aaf + 2897f93 commit 1fb6bac

File tree

14 files changed

+12
-726
lines changed

14 files changed

+12
-726
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
@@ -638,7 +638,7 @@ Cipherstash proxy handles the encoding, and EQL provides the functions.
638638
We have created a few langague specific packages to help you interact with the payloads:
639639
640640
- [@cipherstash/eql](https://github.com/cipherstash/encrypt-query-language/tree/main/languages/javascript/packages/eql): This is a TypeScript implementation of EQL.
641-
- [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.
641+
- [github.com/cipherstash/goeql](https://github.com/cipherstash/goeql): This is a Go implementation of EQL
642642
643643
## Releasing
644644

languages/go/goeql

Submodule goeql added at 3765997

languages/go/goeql/.errcheck-excludes

Whitespace-only changes.

languages/go/goeql/Makefile

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

languages/go/goeql/go.mod

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

languages/go/goeql/goeql.go

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

0 commit comments

Comments
 (0)