ProcessedIPMap map 添加时间超时概念

This commit is contained in:
2025-06-04 15:07:11 +08:00
parent ad01a368f8
commit dc5039d08d
4 changed files with 64 additions and 27 deletions

4
go.mod
View File

@@ -6,6 +6,6 @@ require github.com/google/gopacket v1.1.19
require (
github.com/lionsoul2014/ip2region/binding/golang v0.0.0-20241220152942-06eb5c6e8230
golang.org/x/net v0.33.0 // indirect
golang.org/x/sys v0.28.0 // indirect
golang.org/x/net v0.34.0 // indirect
golang.org/x/sys v0.29.0 // indirect
)