2020-09-22 18:33:02 +02:00
|
|
|
module github.com/dstotijn/hetty
|
2019-11-17 09:54:15 +01:00
|
|
|
|
2020-09-25 02:53:41 +02:00
|
|
|
go 1.15
|
2019-11-30 12:43:55 +01:00
|
|
|
|
2019-12-01 14:47:25 +01:00
|
|
|
require (
|
2020-09-19 01:27:55 +02:00
|
|
|
github.com/99designs/gqlgen v0.11.3
|
2020-09-25 02:53:41 +02:00
|
|
|
github.com/GeertJohan/go.rice v1.0.0
|
2020-09-26 23:36:48 +02:00
|
|
|
github.com/cayleygraph/cayley v0.7.7
|
|
|
|
github.com/cayleygraph/quad v1.1.0
|
2020-09-19 01:27:55 +02:00
|
|
|
github.com/google/uuid v1.1.2
|
|
|
|
github.com/gorilla/mux v1.7.4
|
2020-09-26 23:36:48 +02:00
|
|
|
github.com/hidal-go/hidalgo v0.0.0-20190814174001-42e03f3b5eaa
|
2020-02-23 22:07:46 +01:00
|
|
|
github.com/vektah/gqlparser/v2 v2.0.1
|
2020-09-26 23:36:48 +02:00
|
|
|
golang.org/x/tools v0.0.0-20200925191224-5d1fdd8fa346 // indirect
|
2019-12-01 14:47:25 +01:00
|
|
|
)
|