go.mod 269 B

1234567891011
  1. module git.riomhaire.com/gremlin/elizaservice
  2. go 1.16
  3. require (
  4. github.com/gofrs/uuid v4.0.0+incompatible
  5. github.com/jaffee/commandeer v0.5.0
  6. github.com/labstack/echo/v4 v4.2.0
  7. github.com/stretchr/testify v1.5.1 // indirect
  8. gopkg.in/yaml.v2 v2.2.7 // indirect
  9. )