27 lines
693 B
Modula-2
27 lines
693 B
Modula-2
module github.com/sour-is/ev
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
github.com/99designs/gqlgen v0.17.13
|
|
github.com/tidwall/wal v1.1.7
|
|
github.com/vektah/gqlparser/v2 v2.4.6
|
|
golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4
|
|
)
|
|
|
|
require (
|
|
github.com/agnivade/levenshtein v1.1.1 // indirect
|
|
github.com/gorilla/websocket v1.5.0 // indirect
|
|
github.com/hashicorp/golang-lru v0.5.4 // indirect
|
|
github.com/mitchellh/mapstructure v1.3.1 // indirect
|
|
)
|
|
|
|
require (
|
|
github.com/matryer/is v1.4.0
|
|
github.com/oklog/ulid/v2 v2.1.0
|
|
github.com/tidwall/gjson v1.10.2 // indirect
|
|
github.com/tidwall/match v1.1.1 // indirect
|
|
github.com/tidwall/pretty v1.2.0 // indirect
|
|
github.com/tidwall/tinylru v1.1.0 // indirect
|
|
)
|