go.mod 333 B

123456789101112
  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/shomali11/xredis v0.0.0-20190608143638-0b54a6bbf40b
  8. github.com/stretchr/testify v1.5.1 // indirect
  9. gopkg.in/yaml.v2 v2.2.7 // indirect
  10. )