mirror of
https://github.com/dstotijn/hetty.git
synced 2025-07-01 18:47:29 -04:00
Finish first working version of reqlog
This commit is contained in:
6
go.mod
6
go.mod
@ -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
|
||||
)
|
||||
|
Reference in New Issue
Block a user