1
4
mirror of https://github.com/yunginnanet/HellPot synced 2024-06-29 17:20:50 +00:00
HellPot/go.mod
dependabot[bot] ea5e44b35c
Bump github.com/fasthttp/router from 1.4.7 to 1.4.8
Bumps [github.com/fasthttp/router](https://github.com/fasthttp/router) from 1.4.7 to 1.4.8.
- [Release notes](https://github.com/fasthttp/router/releases)
- [Commits](https://github.com/fasthttp/router/compare/v1.4.7...v1.4.8)

---
updated-dependencies:
- dependency-name: github.com/fasthttp/router
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-06 23:01:13 +00:00

11 lines
195 B
Modula-2

module github.com/yunginnanet/HellPot
go 1.16
require (
github.com/fasthttp/router v1.4.8
github.com/rs/zerolog v1.26.1
github.com/spf13/viper v1.10.1
github.com/valyala/fasthttp v1.35.0
)