1
4
mirror of https://github.com/yunginnanet/HellPot synced 2024-06-29 17:20:50 +00:00
HellPot/go.mod
dependabot[bot] cc56798cbb
Bump github.com/valyala/fasthttp from 1.34.0 to 1.35.0
Bumps [github.com/valyala/fasthttp](https://github.com/valyala/fasthttp) from 1.34.0 to 1.35.0.
- [Release notes](https://github.com/valyala/fasthttp/releases)
- [Commits](https://github.com/valyala/fasthttp/compare/v1.34.0...v1.35.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-04-05 22:21:23 +00:00

11 lines
195 B
Modula-2

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