Files
hetty/go.mod

10 lines
158 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.10.2
github.com/gorilla/mux v1.7.3
github.com/vektah/gqlparser v1.2.0
)