1
0
Fork 0
mirror of https://github.com/eosswedenorg/antelope-api-healthcheck synced 2026-06-20 09:56:49 +02:00

build(deps): bump github.com/panjf2000/gnet/v2 from 2.2.6 to 2.2.7

Bumps [github.com/panjf2000/gnet/v2](https://github.com/panjf2000/gnet) from 2.2.6 to 2.2.7.
- [Release notes](https://github.com/panjf2000/gnet/releases)
- [Commits](https://github.com/panjf2000/gnet/compare/v2.2.6...v2.2.7)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-04-18 08:57:24 +00:00 committed by GitHub
parent 824ae9ca9d
commit c53cb4fe1f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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.2.6
github.com/panjf2000/gnet/v2 v2.2.7
github.com/pborman/getopt/v2 v2.1.0
github.com/stretchr/testify v1.8.2
)