mirror of
https://github.com/zeek/zeek.git
synced 2025-10-09 18:18:19 +00:00

* origin/topic/awelzel/mmdb-fix-and-tests:
base/frameworks/spicy: Do not load base/misc/version
btest/core/mmdb: Basic lookup_autonomous_system / lookup_location tests
btest/files: Add mmdb testing databases and generator code
zeek.bif: Switch mmdb stale check to network_time
Fix mmdb pointer destruction
(cherry picked from commit 44b67894ac
)
11 lines
245 B
Modula-2
11 lines
245 B
Modula-2
module testmmdb
|
|
|
|
go 1.21.0
|
|
|
|
require github.com/maxmind/mmdbwriter v1.0.0
|
|
|
|
require (
|
|
github.com/oschwald/maxminddb-golang v1.12.0 // indirect
|
|
go4.org/netipx v0.0.0-20220812043211-3cc044ffd68d // indirect
|
|
golang.org/x/sys v0.10.0 // indirect
|
|
)
|