mirror of https://github.com/yunginnanet/Name5
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
362 B
15 lines
362 B
module github.com/yunginnanet/Name5 |
|
|
|
go 1.17 |
|
|
|
require ( |
|
github.com/miekg/dns v1.1.43 |
|
github.com/rs/zerolog v1.25.0 |
|
github.com/yunginnanet/Rate5 v0.4.3 |
|
) |
|
|
|
require ( |
|
github.com/patrickmn/go-cache v2.1.0+incompatible // indirect |
|
golang.org/x/net v0.0.0-20210405180319-a5a99cb37ef4 // indirect |
|
golang.org/x/sys v0.0.0-20210510120138-977fb7262007 // indirect |
|
)
|
|
|