api/go.mod
dependabot[bot] d620ba162f
chore(deps): bump github.com/lmittmann/tint from 1.0.7 to 1.1.2
Bumps [github.com/lmittmann/tint](https://github.com/lmittmann/tint) from 1.0.7 to 1.1.2.
- [Release notes](https://github.com/lmittmann/tint/releases)
- [Commits](https://github.com/lmittmann/tint/compare/v1.0.7...v1.1.2)

---
updated-dependencies:
- dependency-name: github.com/lmittmann/tint
  dependency-version: 1.1.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-06-09 02:47:20 +00:00

14 lines
296 B
Modula-2

module api
go 1.23.1
require (
github.com/go-chi/chi/v5 v5.2.1
github.com/go-chi/cors v1.2.1
github.com/go-chi/httprate v0.14.1
github.com/gorilla/websocket v1.5.3
github.com/joho/godotenv v1.5.1
github.com/lmittmann/tint v1.1.2
)
require github.com/cespare/xxhash/v2 v2.3.0 // indirect