mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
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
|
|
)
|