mirror of
https://github.com/dstotijn/hetty
synced 2024-11-10 06:04:19 +00:00
9 lines
158 B
Modula-2
9 lines
158 B
Modula-2
module github.com/dstotijn/gurp
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/99designs/gqlgen v0.10.2
|
|
github.com/gorilla/mux v1.7.3
|
|
github.com/vektah/gqlparser v1.2.0
|
|
)
|