Updated go.mod

graph-rework
noah metz 2023-06-03 02:08:40 -06:00
parent 3f7d452954
commit a43310daad
1 changed files with 1 additions and 3 deletions

@ -1,9 +1,7 @@
module event_manager
module graphvent
go 1.20
require (
github.com/google/uuid v1.3.0 // indirect
github.com/graph-gophers/graphql-go v1.5.0 // indirect
github.com/looplab/fsm v1.0.1 // indirect
)