Switch location for goautoneg vendored code

Move to github.com/munnerz/goautoneg as bitbucket is flaky!

Change-Id: Iaa6e964ef0d6f308eea59bcc6f365ecd7dbf0784

Kubernetes-commit: 16fd72d6c91ba466a0e955a1d59a6c8d9e8791bc
This commit is contained in:
Davanum Srinivas 2018-12-17 20:39:56 -05:00 committed by Kubernetes Publisher
parent 963c939dba
commit a6f07cccd1
2 changed files with 359 additions and 291 deletions

648
Godeps/Godeps.json generated

File diff suppressed because it is too large Load Diff

View File

@ -22,7 +22,7 @@ import (
"strconv"
"strings"
"bitbucket.org/ww/goautoneg"
"github.com/munnerz/goautoneg"
"k8s.io/apimachinery/pkg/runtime"
"k8s.io/apimachinery/pkg/runtime/schema"