diff options
author | 2018-05-16 21:17:06 +0100 | |
---|---|---|
committer | 2018-05-16 13:17:06 -0700 | |
commit | 1e471a353ecfaf4bc7df06d9528ae7e312497dac (patch) | |
tree | d28e2d1680a90b36059db0fb67793711658a5a10 /Gopkg.toml | |
parent | cffa1948ab21e36b3eb4397e23acc9cea6830201 (diff) | |
download | coredns-1e471a353ecfaf4bc7df06d9528ae7e312497dac.tar.gz coredns-1e471a353ecfaf4bc7df06d9528ae7e312497dac.tar.zst coredns-1e471a353ecfaf4bc7df06d9528ae7e312497dac.zip |
Dep ensure (#1803)
* vendor: don't vendor the context stuff
We don't need to vendor this anymore as we moved to the std lib for
these.
* new stuff showing up with dep ensure
* remove go-shlex
Diffstat (limited to 'Gopkg.toml')
-rw-r--r-- | Gopkg.toml | 18 |
1 files changed, 3 insertions, 15 deletions
diff --git a/Gopkg.toml b/Gopkg.toml index b50130d37..69ffedae9 100644 --- a/Gopkg.toml +++ b/Gopkg.toml @@ -6,21 +6,6 @@ ignored = [ "github.com/miekg/dns", "github.com/prometheus/client_golang/prometheus", "github.com/prometheus/client_golang/prometheus/promhttp", - "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", - "golang.org/x/text/internal/gen", - "golang.org/x/text/internal/triegen", - "golang.org/x/text/internal/ucd", - "golang.org/x/text/transform", - "golang.org/x/text/unicode/cldr", - "golang.org/x/text/unicode/norm", - "golang.org/x/text/width", ] # client-go 6.0.0 uses apimachinery 180eddb345a5be3a157cea1c624700ad5bd27b8f @@ -35,3 +20,6 @@ ignored = [ [[override]] name = "k8s.io/api" revision = "11147472b7c934c474a2c484af3c0c5210b7a3af" +[[override]] + name = "github.com/ugorji/go" + revision = "f3cacc17c85ecb7f1b6a9e373ee85d1480919868" |