mirror of
https://github.com/dstotijn/hetty.git
synced 2025-07-01 18:47:29 -04:00
Add initial (rough) database support
This commit is contained in:
6
go.mod
6
go.mod
@ -5,8 +5,12 @@ go 1.15
|
||||
require (
|
||||
github.com/99designs/gqlgen v0.11.3
|
||||
github.com/GeertJohan/go.rice v1.0.0
|
||||
github.com/cayleygraph/cayley v0.7.7
|
||||
github.com/cayleygraph/quad v1.1.0
|
||||
github.com/google/uuid v1.1.2
|
||||
github.com/gorilla/mux v1.7.4
|
||||
github.com/hidal-go/hidalgo v0.0.0-20190814174001-42e03f3b5eaa
|
||||
github.com/vektah/gqlparser/v2 v2.0.1
|
||||
golang.org/x/net v0.0.0-20190620200207-3b0461eec859
|
||||
golang.org/x/net v0.0.0-20200822124328-c89045814202
|
||||
golang.org/x/tools v0.0.0-20200925191224-5d1fdd8fa346 // indirect
|
||||
)
|
||||
|
Reference in New Issue
Block a user