1
0
Fork 0
mirror of https://github.com/eosswedenorg/antelope-api-healthcheck synced 2026-06-26 10:43:44 +02:00

build(deps): bump github.com/panjf2000/gnet/v2 from 2.3.5 to 2.4.2

Bumps [github.com/panjf2000/gnet/v2](https://github.com/panjf2000/gnet) from 2.3.5 to 2.4.2.
- [Release notes](https://github.com/panjf2000/gnet/releases)
- [Commits](https://github.com/panjf2000/gnet/compare/v2.3.5...v2.4.2)

---
updated-dependencies:
- dependency-name: github.com/panjf2000/gnet/v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-04-16 08:31:42 +00:00 committed by GitHub
parent bc5e9c13eb
commit aeae329d4e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

2
go.mod
View file

@ -8,7 +8,7 @@ require (
github.com/eosswedenorg-go/leapapi v0.2.3
github.com/eosswedenorg-go/pid v1.0.1
github.com/inconshreveable/log15 v3.0.0-testing.5+incompatible
github.com/panjf2000/gnet/v2 v2.3.5
github.com/panjf2000/gnet/v2 v2.4.2
github.com/pborman/getopt/v2 v2.1.0
github.com/stretchr/testify v1.9.0
)