Finish first working version of reqlog

This commit is contained in:
David Stotijn
2020-09-19 01:27:55 +02:00
parent c5cf6ef867
commit 211c11be2b
10 changed files with 646 additions and 280 deletions

6
go.mod
View File

@ -3,8 +3,8 @@ module github.com/dstotijn/gurp
go 1.13
require (
github.com/99designs/gqlgen v0.11.1
github.com/gorilla/mux v1.7.3
github.com/vektah/gqlparser v1.2.0
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
)