mirror of https://git.keinpfusch.net/loweel/zabov
9 lines
101 B
Modula-2
9 lines
101 B
Modula-2
|
module zabov
|
||
|
|
||
|
go 1.13
|
||
|
|
||
|
require (
|
||
|
github.com/miekg/dns v1.1.27
|
||
|
github.com/syndtr/goleveldb v1.0.0
|
||
|
)
|