mirror of
https://github.com/dstotijn/hetty.git
synced 2025-07-01 18:47:29 -04:00
11 lines
193 B
Modula-2
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
|
|
)
|