Files
hetty/go.mod
2020-09-22 18:33:02 +02:00

11 lines
193 B
Modula-2

module github.com/dstotijn/hetty
go 1.13
require (
github.com/99designs/gqlgen v0.11.3
github.com/google/uuid v1.1.2
github.com/gorilla/mux v1.7.4
github.com/vektah/gqlparser/v2 v2.0.1
)