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:
parent
963c939dba
commit
a6f07cccd1
File diff suppressed because it is too large
Load Diff
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue