diff --git a/go.mod b/go.mod index b347aa7..bcd5f47 100644 --- a/go.mod +++ b/go.mod @@ -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 )