优化白名单
This commit is contained in:
10
go.mod
10
go.mod
@@ -2,10 +2,12 @@ module denyip
|
||||
|
||||
go 1.23.4
|
||||
|
||||
require github.com/google/gopacket v1.1.19
|
||||
require (
|
||||
github.com/google/gopacket v1.1.19
|
||||
github.com/lionsoul2014/ip2region/binding/golang v0.0.0-20250630080345-f9402614f6ba
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/lionsoul2014/ip2region/binding/golang v0.0.0-20241220152942-06eb5c6e8230
|
||||
golang.org/x/net v0.34.0 // indirect
|
||||
golang.org/x/sys v0.29.0 // indirect
|
||||
golang.org/x/net v0.41.0 // indirect
|
||||
golang.org/x/sys v0.33.0 // indirect
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user