wsbroadcast/go.mod
dependabot[bot] 348f48b71e
Bump github.com/labstack/echo/v4 from 4.1.15 to 4.9.0
Bumps [github.com/labstack/echo/v4](https://github.com/labstack/echo) from 4.1.15 to 4.9.0.
- [Release notes](https://github.com/labstack/echo/releases)
- [Changelog](https://github.com/labstack/echo/blob/master/CHANGELOG.md)
- [Commits](https://github.com/labstack/echo/compare/v4.1.15...v4.9.0)

---
updated-dependencies:
- dependency-name: github.com/labstack/echo/v4
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-08 00:36:54 +00:00

12 lines
265 B
Modula-2

module github.com/neonxp/wsbroadcast
go 1.14
require (
github.com/caarlos0/env v3.5.0+incompatible
github.com/labstack/echo/v4 v4.9.0
github.com/neonxp/rutina/v2 v2.0.0
go.mongodb.org/mongo-driver v1.3.1
golang.org/x/net v0.0.0-20211015210444-4f30a5c0130f
)