This repository has been archived on 2023-08-14. You can view files and clone it, but cannot push or open issues or pull requests.
goredns/go.mod

9 lines
128 B
Modula-2
Raw Normal View History

2021-04-03 19:39:56 +00:00
module git.k-space.ee/pinecrypt/goredns
go 1.15
require (
2021-06-04 07:06:27 +00:00
github.com/miekg/dns v1.1.42
go.mongodb.org/mongo-driver v1.5.3
2021-04-03 19:39:56 +00:00
)