mirror of
https://github.com/linka-cloud/coredns-split.git
synced 2024-11-16 09:46:24 +00:00
34 lines
1.3 KiB
Modula-2
34 lines
1.3 KiB
Modula-2
|
module go.linka.cloud/coredns-split
|
||
|
|
||
|
go 1.17
|
||
|
|
||
|
require (
|
||
|
github.com/coredns/caddy v1.1.1
|
||
|
github.com/coredns/coredns v1.9.1
|
||
|
github.com/miekg/dns v1.1.47
|
||
|
github.com/prometheus/client_golang v1.12.1
|
||
|
)
|
||
|
|
||
|
require (
|
||
|
github.com/apparentlymart/go-cidr v1.1.0 // indirect
|
||
|
github.com/beorn7/perks v1.0.1 // indirect
|
||
|
github.com/cespare/xxhash/v2 v2.1.2 // indirect
|
||
|
github.com/flynn/go-shlex v0.0.0-20150515145356-3f9db97f8568 // indirect
|
||
|
github.com/golang/protobuf v1.5.2 // indirect
|
||
|
github.com/grpc-ecosystem/grpc-opentracing v0.0.0-20180507213350-8e809c8a8645 // indirect
|
||
|
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
|
||
|
github.com/opentracing/opentracing-go v1.2.0 // indirect
|
||
|
github.com/prometheus/client_model v0.2.0 // indirect
|
||
|
github.com/prometheus/common v0.32.1 // indirect
|
||
|
github.com/prometheus/procfs v0.7.3 // indirect
|
||
|
golang.org/x/mod v0.4.2 // indirect
|
||
|
golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd // indirect
|
||
|
golang.org/x/sys v0.0.0-20220209214540-3681064d5158 // indirect
|
||
|
golang.org/x/text v0.3.7 // indirect
|
||
|
golang.org/x/tools v0.1.6-0.20210726203631-07bc1bf47fb2 // indirect
|
||
|
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
|
||
|
google.golang.org/genproto v0.0.0-20220218161850-94dd64e39d7c // indirect
|
||
|
google.golang.org/grpc v1.44.0 // indirect
|
||
|
google.golang.org/protobuf v1.27.1 // indirect
|
||
|
)
|