Add lexer for reqlog search

This commit is contained in:
David Stotijn
2020-11-13 21:33:49 +01:00
parent e59b9d6663
commit 16910bb637
4 changed files with 342 additions and 0 deletions

1
go.mod
View File

@ -6,6 +6,7 @@ require (
github.com/99designs/gqlgen v0.13.0
github.com/GeertJohan/go.rice v1.0.0
github.com/Masterminds/squirrel v1.4.0
github.com/db47h/lex v1.2.1
github.com/gorilla/mux v1.7.4
github.com/hashicorp/golang-lru v0.5.1 // indirect
github.com/jmoiron/sqlx v1.2.0