Files
hetty/go.mod

11 lines
192 B
Modula-2
Raw Normal View History

2019-11-17 09:54:15 +01:00
module github.com/dstotijn/gurp
go 1.13
2019-11-30 12:43:55 +01:00
2019-12-01 14:47:25 +01:00
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
2019-12-01 14:47:25 +01:00
)