1
4
mirror of https://github.com/yunginnanet/HellPot synced 2024-06-30 01:30:53 +00:00
HellPot/go.mod
dependabot[bot] 2ffaa33c55
Bump github.com/fasthttp/router from 1.4.5 to 1.4.6
Bumps [github.com/fasthttp/router](https://github.com/fasthttp/router) from 1.4.5 to 1.4.6.
- [Release notes](https://github.com/fasthttp/router/releases)
- [Commits](https://github.com/fasthttp/router/compare/v1.4.5...v1.4.6)

---
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-01-31 22:26:51 +00:00

11 lines
195 B
Modula-2

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