mirror of
https://github.com/dstotijn/hetty
synced 2024-11-10 06:04:19 +00:00
15 lines
418 B
Modula-2
15 lines
418 B
Modula-2
module github.com/dstotijn/hetty
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/99designs/gqlgen v0.14.0
|
|
github.com/dgraph-io/badger/v3 v3.2103.2
|
|
github.com/google/go-cmp v0.5.6
|
|
github.com/gorilla/mux v1.7.4
|
|
github.com/hashicorp/golang-lru v0.5.1 // indirect
|
|
github.com/matryer/moq v0.0.0-20200106131100-75d0ddfc0007
|
|
github.com/mitchellh/go-homedir v1.1.0
|
|
github.com/oklog/ulid v1.3.1
|
|
github.com/vektah/gqlparser/v2 v2.2.0
|
|
)
|