Updated go.mod
parent
3f7d452954
commit
a43310daad
@ -1,9 +1,7 @@
|
|||||||
module event_manager
|
module graphvent
|
||||||
|
|
||||||
go 1.20
|
go 1.20
|
||||||
|
|
||||||
require (
|
require (
|
||||||
github.com/google/uuid v1.3.0 // indirect
|
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
|
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue