coredns-redis/go.mod

11 lines
203 B
Modula-2
Raw Normal View History

2021-10-05 18:01:46 +00:00
module git.earthnet.ch/simon.beck/coredns-redis
2020-09-23 06:20:12 +00:00
go 1.13
require (
2021-10-05 18:01:46 +00:00
github.com/coredns/caddy v1.1.1
2020-09-23 06:20:12 +00:00
github.com/coredns/coredns v1.7.1
github.com/gomodule/redigo v1.8.2
github.com/miekg/dns v1.1.31
)