mirror of
https://github.com/dstotijn/hetty
synced 2024-11-10 06:04:19 +00:00
12 lines
284 B
Modula-2
12 lines
284 B
Modula-2
module github.com/dstotijn/hetty
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/99designs/gqlgen v0.11.3
|
|
github.com/GeertJohan/go.rice v1.0.0
|
|
github.com/google/uuid v1.1.2
|
|
github.com/gorilla/mux v1.7.4
|
|
github.com/vektah/gqlparser/v2 v2.0.1
|
|
golang.org/x/net v0.0.0-20190620200207-3b0461eec859
|
|
)
|