mirror of
https://github.com/coredns/coredns.git
synced 2025-10-27 08:14:18 -04:00
* Update vendor directory for latest changes. Signed-off-by: Yong Tang <yong.tang.github@outlook.com> * Update Gopkg.toml to remove the constraint on zipkin-go-opentracing As the issue on zipkin-go-opentracing has been fixed. See #1193 for details. Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
31 lines
882 B
TOML
31 lines
882 B
TOML
ignored = [
|
|
"github.com/mholt/caddy",
|
|
"github.com/mholt/caddy/caddyfile",
|
|
"github.com/mholt/caddy/startupshutdown",
|
|
"github.com/miekg/dns",
|
|
"golang.org/x/net/context",
|
|
"golang.org/x/net/context/ctxhttp",
|
|
"golang.org/x/net/http2",
|
|
"golang.org/x/net/http2/hpack",
|
|
"golang.org/x/net/idna",
|
|
"golang.org/x/net/internal/timeseries",
|
|
"golang.org/x/net/lex/httplex",
|
|
"golang.org/x/net/trace",
|
|
]
|
|
|
|
[[override]]
|
|
name = "github.com/apache/thrift"
|
|
branch = "master"
|
|
|
|
[[override]]
|
|
name = "github.com/ugorji/go"
|
|
revision = "8c0409fcbb70099c748d71f714529204975f6c3f"
|
|
|
|
# client-go 4.0.0 uses apimachinery 1fd2e63a9a370677308a42f24fd40c86438afddf (see Godep.json)
|
|
[[constraint]]
|
|
name = "k8s.io/client-go"
|
|
version = "v4.0.0"
|
|
[[override]]
|
|
name = "k8s.io/apimachinery"
|
|
revision = "1fd2e63a9a370677308a42f24fd40c86438afddf"
|