Files
hetty/go.mod

13 lines
284 B
Modula-2
Raw Normal View History

2020-09-22 18:33:02 +02:00
module github.com/dstotijn/hetty
2019-11-17 09:54:15 +01:00
go 1.15
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/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
2020-09-23 23:43:20 +02:00
golang.org/x/net v0.0.0-20190620200207-3b0461eec859
2019-12-01 14:47:25 +01:00
)