[#3896bk] Add plaintext and basic yaml matching support

This commit is contained in:
Dane Everitt
2019-11-30 22:24:44 -08:00
parent 32c32bb24e
commit 0e51db1c03
3 changed files with 171 additions and 5 deletions

1
go.mod
View File

@@ -16,6 +16,7 @@ require (
github.com/docker/go-units v0.3.3 // indirect
github.com/gabriel-vasile/mimetype v0.1.4
github.com/gbrlsnchs/jwt/v3 v3.0.0-rc.0
github.com/ghodss/yaml v1.0.0
github.com/gogo/protobuf v1.2.1 // indirect
github.com/google/uuid v1.1.1
github.com/gorilla/websocket v1.4.0