2020-09-22 16:33:02 +00:00
|
|
|
module github.com/dstotijn/hetty
|
2019-11-17 08:54:15 +00:00
|
|
|
|
2021-04-26 07:24:45 +00:00
|
|
|
go 1.16
|
2019-11-30 11:43:55 +00:00
|
|
|
|
2019-12-01 13:47:25 +00:00
|
|
|
require (
|
2022-01-21 10:45:54 +00:00
|
|
|
github.com/99designs/gqlgen v0.14.0
|
|
|
|
github.com/dgraph-io/badger/v3 v3.2103.2
|
|
|
|
github.com/google/go-cmp v0.5.6
|
2020-09-18 23:27:55 +00:00
|
|
|
github.com/gorilla/mux v1.7.4
|
2020-10-04 09:50:03 +00:00
|
|
|
github.com/hashicorp/golang-lru v0.5.1 // indirect
|
2022-01-21 10:45:54 +00:00
|
|
|
github.com/matryer/moq v0.0.0-20200106131100-75d0ddfc0007
|
2020-09-28 18:37:25 +00:00
|
|
|
github.com/mitchellh/go-homedir v1.1.0
|
2022-01-21 10:45:54 +00:00
|
|
|
github.com/oklog/ulid v1.3.1
|
|
|
|
github.com/vektah/gqlparser/v2 v2.2.0
|
2019-12-01 13:47:25 +00:00
|
|
|
)
|