1
0
Fork 0
mirror of https://github.com/eosswedenorg/antelope-api-healthcheck synced 2026-06-18 05:00:03 +02:00

go.mod: update github.com/eosswedenorg-go/gnet/v2@v2.2.2-kqueue-fix to github.com/panjf2000/gnet/v2@v2.2.3-0.20230105151625-72b6e726ce32

This commit fixes the kqueue 32-bit bug in upstream.
This commit is contained in:
Henrik Hautakoski 2023-01-19 12:56:29 +01:00
parent 46fe9b3e47
commit a811f82028
No known key found for this signature in database
GPG key ID: 217490840C18A5D9
2 changed files with 3 additions and 3 deletions

4
go.mod
View file

@ -8,7 +8,7 @@ require (
github.com/eosswedenorg-go/leapapi v0.2.2
github.com/eosswedenorg-go/pid v1.0.1
github.com/inconshreveable/log15 v0.0.0-20221122034931-555555054819
github.com/panjf2000/gnet/v2 v2.2.2
github.com/panjf2000/gnet/v2 v2.2.3-0.20230105151625-72b6e726ce32
github.com/pborman/getopt/v2 v2.1.0
github.com/stretchr/testify v1.8.1
)
@ -54,5 +54,3 @@ require (
gopkg.in/natefinch/lumberjack.v2 v2.0.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
replace github.com/panjf2000/gnet/v2 v2.2.2 => github.com/eosswedenorg-go/gnet/v2 v2.2.2-kqueue-fix

2
go.sum
View file

@ -162,6 +162,8 @@ github.com/onsi/gomega v1.13.0/go.mod h1:lRk9szgn8TxENtWd0Tp4c3wjlRfMTMH27I+3Je4
github.com/onsi/gomega v1.24.1 h1:KORJXNNTzJXzu4ScJWssJfJMnJ+2QJqhoQSRwNlze9E=
github.com/openzipkin/zipkin-go v0.1.1/go.mod h1:NtoC/o8u3JlF1lSlyPNswIbeQH9bJTmOf0Erfk+hxe8=
github.com/panjf2000/ants/v2 v2.7.1 h1:qBy5lfSdbxvrR0yUnZfaEDjf0FlCw4ufsbcsxmE7r+M=
github.com/panjf2000/gnet/v2 v2.2.3-0.20230105151625-72b6e726ce32 h1:OErxzhKna96k8sE3nKZh5CW7PnXq1UoaeuplLDdHdwQ=
github.com/panjf2000/gnet/v2 v2.2.3-0.20230105151625-72b6e726ce32/go.mod h1:Q34YBnJNDFLsVBC4TiGD3uN+imoXrunFnecs/4FYcx4=
github.com/pborman/getopt/v2 v2.1.0 h1:eNfR+r+dWLdWmV8g5OlpyrTYHkhVNxHBdN2cCrJmOEA=
github.com/pborman/getopt/v2 v2.1.0/go.mod h1:4NtW75ny4eBw9fO1bhtNdYTlZKYX5/tBLtsOpwKIKd0=
github.com/pkg/errors v0.8.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=