1
4
mirror of https://github.com/yunginnanet/HellPot synced 2024-06-30 01:30:53 +00:00
HellPot/go.mod
dependabot[bot] 497d8711fa
Bump github.com/valyala/fasthttp from 1.32.0 to 1.33.0
Bumps [github.com/valyala/fasthttp](https://github.com/valyala/fasthttp) from 1.32.0 to 1.33.0.
- [Release notes](https://github.com/valyala/fasthttp/releases)
- [Commits](https://github.com/valyala/fasthttp/compare/v1.32.0...v1.33.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-27 22:21:09 +00:00

11 lines
195 B
Modula-2

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