1
4
mirror of https://github.com/yunginnanet/HellPot synced 2024-06-30 01:30:53 +00:00
HellPot/go.mod
dependabot[bot] 41a1419d29
Bump github.com/rs/zerolog from 1.26.0 to 1.26.1
Bumps [github.com/rs/zerolog](https://github.com/rs/zerolog) from 1.26.0 to 1.26.1.
- [Release notes](https://github.com/rs/zerolog/releases)
- [Commits](https://github.com/rs/zerolog/compare/v1.26.0...v1.26.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2021-12-16 22:26:43 +00:00

11 lines
195 B
Modula-2

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