mirror of https://github.com/coredns/ci.git
16 lines
319 B
Modula-2
16 lines
319 B
Modula-2
module github.com/coredns/ci
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/coredns/caddy v1.1.0
|
|
github.com/coredns/coredns v0.0.0
|
|
github.com/miekg/dns v1.1.38
|
|
github.com/prometheus/common v0.15.0
|
|
k8s.io/api v0.20.2
|
|
k8s.io/apimachinery v0.20.2
|
|
k8s.io/client-go v0.20.2
|
|
)
|
|
|
|
replace github.com/coredns/coredns v0.0.0 => ../coredns
|