2023-04-08 13:58:47 -06:00
|
|
|
module event_manager
|
|
|
|
|
|
|
|
go 1.20
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/google/uuid v1.3.0 // indirect
|
|
|
|
github.com/graph-gophers/graphql-go v1.5.0 // indirect
|
2023-05-29 19:17:52 -06:00
|
|
|
github.com/looplab/fsm v1.0.1 // indirect
|
2023-04-08 13:58:47 -06:00
|
|
|
)
|