Closed
Description
What version of Go are you using (go version
)?
$ go version go version go1.12.4 linux/amd64
Does this issue reproduce with the latest release?
yes. 1.12.4 is currently the newest release at the time of this writing
What operating system and processor architecture are you using (go env
)?
go env
Output
$ go env GOARCH="amd64" GOBIN="" GOCACHE="/home/dionysius/.cache/go-build" GOEXE="" GOFLAGS="" GOHOSTARCH="amd64" GOHOSTOS="linux" GOOS="linux" GOPATH="/home/dionysius/Projects/go" GOPROXY="" GORACE="" GOROOT="/usr/local/go" GOTMPDIR="" GOTOOLDIR="/usr/local/go/pkg/tool/linux_amd64" GCCGO="gccgo" CC="gcc" CXX="g++" CGO_ENABLED="1" GOMOD="/home/dionysius/Projects/go/src/example.com/group/subgroup/project/go.mod" CGO_CFLAGS="-g -O2" CGO_CPPFLAGS="" CGO_CXXFLAGS="-g -O2" CGO_FFLAGS="-g -O2" CGO_LDFLAGS="-g -O2" PKG_CONFIG="pkg-config" GOGCCFLAGS="-fPIC -m64 -pthread -fmessage-length=0 -fdebug-prefix-map=/tmp/go-build017911527=/tmp/go-build -gno-record-gcc-switches"
What did you do?
before adding kubernetes' client-go, everything was fine
$ git status
Output
On branch master
Your branch is up to date with 'origin/master'.
nothing to commit, working tree clean
$ go mod tidy
Output
go: finding github.com/maxbrunsfeld/counterfeiter/v6/fixtures/fixturesfakes latest
go: finding github.com/maxbrunsfeld/counterfeiter/v6/fixtures latest
go: finding github.com/maxbrunsfeld/counterfeiter latest
go: downloading github.com/maxbrunsfeld/counterfeiter v0.0.0-20190403205704-54ab73b4b78d
go: finding gonum.org/v1/netlib/blas latest
go: finding gonum.org/v1/netlib latest
$ go mod graph
Output
example.com/group/subgroup/project github.com/Microsoft/[email protected]
example.com/group/subgroup/project github.com/RackSec/[email protected]
example.com/group/subgroup/project github.com/gogo/[email protected]
example.com/group/subgroup/project github.com/golang/[email protected]
example.com/group/subgroup/project github.com/golangci/[email protected]
example.com/group/subgroup/project github.com/google/[email protected]
example.com/group/subgroup/project github.com/goph/[email protected]
example.com/group/subgroup/project github.com/jcelliott/[email protected]
example.com/group/subgroup/project github.com/json-iterator/[email protected]
example.com/group/subgroup/project github.com/konsorten/[email protected]
example.com/group/subgroup/project github.com/mattn/[email protected]
example.com/group/subgroup/project github.com/maxbrunsfeld/counterfeiter/[email protected]
example.com/group/subgroup/project github.com/nanobox-io/[email protected]
example.com/group/subgroup/project github.com/onsi/[email protected]
example.com/group/subgroup/project github.com/pkg/[email protected]
example.com/group/subgroup/project github.com/shinji62/[email protected]
example.com/group/subgroup/project github.com/sirupsen/[email protected]
example.com/group/subgroup/project github.com/spf13/[email protected]
example.com/group/subgroup/project github.com/spf13/[email protected]
example.com/group/subgroup/project github.com/spf13/[email protected]
example.com/group/subgroup/project github.com/spf13/[email protected]
example.com/group/subgroup/project github.com/spf13/[email protected]
example.com/group/subgroup/project github.com/stretchr/[email protected]
example.com/group/subgroup/project github.com/thedevsaddam/[email protected]
example.com/group/subgroup/project golang.org/x/[email protected]
example.com/group/subgroup/project golang.org/x/[email protected]
example.com/group/subgroup/project golang.org/x/[email protected]
example.com/group/subgroup/project google.golang.org/[email protected]
example.com/group/subgroup/project gopkg.in/[email protected]
example.com/group/subgroup/project gopkg.in/src-d/[email protected]
example.com/group/subgroup/project k8s.io/[email protected]
example.com/group/subgroup/project k8s.io/[email protected]
example.com/group/subgroup/project k8s.io/[email protected]
golang.org/x/[email protected] golang.org/x/[email protected]
golang.org/x/[email protected] golang.org/x/[email protected]
github.com/gogo/[email protected] github.com/kisielk/[email protected]
github.com/mattn/[email protected] golang.org/x/[email protected]
github.com/spf13/[email protected] github.com/armon/[email protected]
github.com/spf13/[email protected] github.com/coreos/[email protected]+incompatible
github.com/spf13/[email protected] github.com/coreos/[email protected]+incompatible
github.com/spf13/[email protected] github.com/coreos/[email protected]
github.com/spf13/[email protected] github.com/fsnotify/[email protected]
github.com/spf13/[email protected] github.com/hashicorp/[email protected]
github.com/spf13/[email protected] github.com/magiconair/[email protected]
github.com/spf13/[email protected] github.com/mitchellh/[email protected]
github.com/spf13/[email protected] github.com/pelletier/[email protected]
github.com/spf13/[email protected] github.com/spf13/[email protected]
github.com/spf13/[email protected] github.com/spf13/[email protected]
github.com/spf13/[email protected] github.com/spf13/[email protected]
github.com/spf13/[email protected] github.com/spf13/[email protected]
github.com/spf13/[email protected] github.com/stretchr/[email protected]
github.com/spf13/[email protected] github.com/ugorji/go/[email protected]
github.com/spf13/[email protected] github.com/xordataexchange/[email protected]
github.com/spf13/[email protected] golang.org/x/[email protected]
github.com/spf13/[email protected] golang.org/x/[email protected]
github.com/spf13/[email protected] golang.org/x/[email protected]
github.com/spf13/[email protected] gopkg.in/[email protected]
gopkg.in/src-d/[email protected] github.com/alcortesm/[email protected]
gopkg.in/src-d/[email protected] github.com/anmitsu/[email protected]
gopkg.in/src-d/[email protected] github.com/davecgh/[email protected]
gopkg.in/src-d/[email protected] github.com/dgryski/[email protected]
gopkg.in/src-d/[email protected] github.com/dgryski/[email protected]
gopkg.in/src-d/[email protected] github.com/dgryski/[email protected]
gopkg.in/src-d/[email protected] github.com/ekzhu/[email protected]
gopkg.in/src-d/[email protected] github.com/flynn/[email protected]
gopkg.in/src-d/[email protected] github.com/gliderlabs/[email protected]
gopkg.in/src-d/[email protected] github.com/google/[email protected]
gopkg.in/src-d/[email protected] github.com/hhatto/[email protected]
gopkg.in/src-d/[email protected] github.com/jbenet/[email protected]
gopkg.in/src-d/[email protected] github.com/jdkato/[email protected]
gopkg.in/src-d/[email protected] github.com/kevinburke/[email protected]
gopkg.in/src-d/[email protected] github.com/mitchellh/[email protected]
gopkg.in/src-d/[email protected] github.com/montanaflynn/[email protected]
gopkg.in/src-d/[email protected] github.com/neurosnap/[email protected]
gopkg.in/src-d/[email protected] github.com/pelletier/[email protected]
gopkg.in/src-d/[email protected] github.com/pkg/[email protected]
gopkg.in/src-d/[email protected] github.com/pmezard/[email protected]
gopkg.in/src-d/[email protected] github.com/russross/blackfriday/[email protected]
gopkg.in/src-d/[email protected] github.com/sergi/[email protected]
gopkg.in/src-d/[email protected] github.com/shogo82148/[email protected]
gopkg.in/src-d/[email protected] github.com/shurcooL/[email protected]
gopkg.in/src-d/[email protected] github.com/spf13/[email protected]
gopkg.in/src-d/[email protected] github.com/src-d/[email protected]
gopkg.in/src-d/[email protected] github.com/stretchr/[email protected]
gopkg.in/src-d/[email protected] github.com/xanzy/[email protected]
gopkg.in/src-d/[email protected] golang.org/x/[email protected]
gopkg.in/src-d/[email protected] golang.org/x/[email protected]
gopkg.in/src-d/[email protected] golang.org/x/[email protected]
gopkg.in/src-d/[email protected] golang.org/x/[email protected]
gopkg.in/src-d/[email protected] gonum.org/v1/[email protected]
gopkg.in/src-d/[email protected] gopkg.in/neurosnap/[email protected]
gopkg.in/src-d/[email protected] gopkg.in/src-d/[email protected]
gopkg.in/src-d/[email protected] gopkg.in/src-d/[email protected]
gopkg.in/src-d/[email protected] gopkg.in/src-d/[email protected]
gopkg.in/src-d/[email protected] gopkg.in/src-d/[email protected]
gopkg.in/src-d/[email protected] gopkg.in/src-d/[email protected]
gopkg.in/src-d/[email protected] gopkg.in/[email protected]
golang.org/x/[email protected] golang.org/x/[email protected]
github.com/stretchr/[email protected] github.com/davecgh/[email protected]
github.com/stretchr/[email protected] github.com/pmezard/[email protected]
github.com/stretchr/[email protected] github.com/stretchr/[email protected]
github.com/spf13/[email protected] github.com/davecgh/[email protected]
github.com/spf13/[email protected] github.com/pmezard/[email protected]
github.com/spf13/[email protected] github.com/stretchr/[email protected]
github.com/kr/[email protected] github.com/kr/[email protected]
github.com/golangci/[email protected] golang.org/x/[email protected]
github.com/golangci/[email protected] github.com/kisielk/[email protected]
github.com/joefitzgerald/[email protected] github.com/sclevine/[email protected]
golang.org/x/[email protected] golang.org/x/[email protected]
golang.org/x/[email protected] golang.org/x/[email protected]
github.com/kr/[email protected] github.com/kr/[email protected]
gopkg.in/[email protected] gopkg.in/[email protected]
gopkg.in/[email protected] github.com/kr/[email protected]
golang.org/x/[email protected] golang.org/x/[email protected]
golang.org/x/[email protected] golang.org/x/[email protected]
github.com/rogpeppe/[email protected] gopkg.in/[email protected]
github.com/spf13/[email protected] golang.org/x/[email protected]
github.com/golangci/[email protected] gopkg.in/[email protected]
github.com/golangci/[email protected] gopkg.in/[email protected]
github.com/golangci/[email protected] golang.org/x/[email protected]
github.com/golangci/[email protected] golang.org/x/[email protected]
github.com/golangci/[email protected] golang.org/x/[email protected]
github.com/golangci/[email protected] golang.org/x/[email protected]
github.com/golangci/[email protected] golang.org/x/[email protected]
github.com/golangci/[email protected] github.com/stretchr/[email protected]
github.com/golangci/[email protected] github.com/ryanuber/[email protected]
github.com/golangci/[email protected] github.com/pmezard/[email protected]
github.com/golangci/[email protected] github.com/onsi/[email protected]
github.com/golangci/[email protected] github.com/onsi/[email protected]
github.com/golangci/[email protected] github.com/nbutton23/[email protected]
github.com/golangci/[email protected] github.com/mozilla/[email protected]
gopkg.in/[email protected] gopkg.in/[email protected]
github.com/spf13/[email protected] github.com/davecgh/[email protected]
github.com/spf13/[email protected] github.com/pmezard/[email protected]
github.com/spf13/[email protected] github.com/stretchr/[email protected]
github.com/onsi/[email protected] github.com/fsnotify/[email protected]
github.com/onsi/[email protected] github.com/golang/[email protected]
github.com/onsi/[email protected] github.com/hpcloud/[email protected]
github.com/onsi/[email protected] github.com/onsi/[email protected]
github.com/onsi/[email protected] golang.org/x/[email protected]
github.com/onsi/[email protected] golang.org/x/[email protected]
github.com/onsi/[email protected] golang.org/x/[email protected]
github.com/onsi/[email protected] golang.org/x/[email protected]
github.com/onsi/[email protected] gopkg.in/[email protected]
github.com/onsi/[email protected] gopkg.in/[email protected]
github.com/onsi/[email protected] gopkg.in/[email protected]
google.golang.org/[email protected] cloud.google.com/[email protected]
google.golang.org/[email protected] github.com/BurntSushi/[email protected]
google.golang.org/[email protected] github.com/client9/[email protected]
google.golang.org/[email protected] github.com/golang/[email protected]
google.golang.org/[email protected] github.com/golang/[email protected]
google.golang.org/[email protected] github.com/golang/[email protected]
google.golang.org/[email protected] golang.org/x/[email protected]
google.golang.org/[email protected] golang.org/x/[email protected]
google.golang.org/[email protected] golang.org/x/[email protected]
google.golang.org/[email protected] golang.org/x/[email protected]
google.golang.org/[email protected] golang.org/x/[email protected]
google.golang.org/[email protected] golang.org/x/[email protected]
google.golang.org/[email protected] golang.org/x/[email protected]
google.golang.org/[email protected] google.golang.org/[email protected]
google.golang.org/[email protected] google.golang.org/[email protected]
google.golang.org/[email protected] honnef.co/go/[email protected]
golang.org/x/[email protected] golang.org/x/[email protected]
golang.org/x/[email protected] golang.org/x/[email protected]
golang.org/x/[email protected] golang.org/x/[email protected]
github.com/maxbrunsfeld/counterfeiter/[email protected] github.com/joefitzgerald/[email protected]
github.com/maxbrunsfeld/counterfeiter/[email protected] github.com/onsi/[email protected]
github.com/maxbrunsfeld/counterfeiter/[email protected] github.com/sclevine/[email protected]
github.com/maxbrunsfeld/counterfeiter/[email protected] golang.org/x/[email protected]
github.com/maxbrunsfeld/counterfeiter/[email protected] golang.org/x/[email protected]
github.com/maxbrunsfeld/counterfeiter/[email protected] golang.org/x/[email protected]
github.com/maxbrunsfeld/counterfeiter/[email protected] golang.org/x/[email protected]
github.com/kisielk/[email protected] github.com/kisielk/[email protected]
github.com/kisielk/[email protected] golang.org/x/[email protected]
golang.org/x/[email protected] golang.org/x/[email protected]
github.com/golangci/[email protected] github.com/BurntSushi/[email protected]
github.com/golangci/[email protected] github.com/OpenPeeDeeP/[email protected]
gopkg.in/src-d/[email protected] golang.org/x/[email protected]
github.com/golangci/[email protected] github.com/fatih/[email protected]
github.com/golangci/[email protected] github.com/go-critic/[email protected]
github.com/golangci/[email protected] github.com/go-lintpack/[email protected]
github.com/golangci/[email protected] github.com/go-ole/[email protected]
github.com/golangci/[email protected] github.com/gobwas/[email protected]
github.com/golangci/[email protected] github.com/golang/[email protected]
github.com/golangci/[email protected] github.com/golangci/[email protected]
github.com/golangci/[email protected] github.com/golangci/[email protected]
github.com/golangci/[email protected] github.com/golangci/[email protected]
github.com/golangci/[email protected] github.com/golangci/[email protected]
github.com/golangci/[email protected] github.com/golangci/[email protected]
github.com/golangci/[email protected] github.com/golangci/[email protected]
github.com/golangci/[email protected] github.com/golangci/[email protected]
github.com/golangci/[email protected] github.com/golangci/[email protected]
github.com/golangci/[email protected] github.com/golangci/[email protected]
github.com/golangci/[email protected] github.com/golangci/[email protected]
github.com/golangci/[email protected] github.com/golangci/[email protected]
github.com/golangci/[email protected] github.com/golangci/[email protected]
github.com/golangci/[email protected] github.com/golangci/[email protected]
github.com/golangci/[email protected] github.com/golangci/[email protected]
github.com/golangci/[email protected] github.com/golangci/[email protected]
github.com/golangci/[email protected] github.com/golangci/[email protected]
github.com/golangci/[email protected] github.com/hashicorp/[email protected]
github.com/golangci/[email protected] github.com/inconshreveable/[email protected]
github.com/golangci/[email protected] github.com/magiconair/[email protected]
github.com/golangci/[email protected] github.com/mattn/[email protected]
github.com/golangci/[email protected] github.com/mattn/[email protected]
github.com/golangci/[email protected] github.com/mitchellh/[email protected]
github.com/golangci/[email protected] github.com/mitchellh/[email protected]
github.com/golangci/[email protected] github.com/mitchellh/[email protected]
github.com/golangci/[email protected] github.com/nbutton23/[email protected]
github.com/golangci/[email protected] github.com/onsi/[email protected]
github.com/golangci/[email protected] github.com/pelletier/[email protected]
github.com/golangci/[email protected] github.com/pkg/[email protected]
github.com/golangci/[email protected] github.com/shirou/[email protected]
github.com/golangci/[email protected] github.com/shirou/[email protected]
github.com/golangci/[email protected] github.com/sirupsen/[email protected]
github.com/golangci/[email protected] github.com/spf13/[email protected]
github.com/golangci/[email protected] github.com/spf13/[email protected]
github.com/golangci/[email protected] github.com/spf13/[email protected]
github.com/golangci/[email protected] github.com/spf13/[email protected]
github.com/golangci/[email protected] github.com/spf13/[email protected]
github.com/golangci/[email protected] github.com/spf13/[email protected]
github.com/golangci/[email protected] github.com/stretchr/[email protected]
github.com/golangci/[email protected] golang.org/x/[email protected]
github.com/golangci/[email protected] golang.org/x/[email protected]
github.com/golangci/[email protected] golang.org/x/[email protected]
github.com/golangci/[email protected] golang.org/x/[email protected]
github.com/golangci/[email protected] gopkg.in/airbrake/[email protected]
github.com/golangci/[email protected] gopkg.in/gemnasium/[email protected]
github.com/golangci/[email protected] gopkg.in/[email protected]
github.com/golangci/[email protected] mvdan.cc/[email protected]
github.com/golangci/[email protected] mvdan.cc/[email protected]
github.com/golangci/[email protected] mvdan.cc/[email protected]
github.com/golangci/[email protected] sourcegraph.com/sourcegraph/[email protected]
github.com/golangci/[email protected] github.com/kr/[email protected]
github.com/golangci/[email protected] github.com/kisielk/[email protected]
github.com/golangci/[email protected] github.com/golang/[email protected]
github.com/golangci/[email protected] github.com/davecgh/[email protected]
github.com/sirupsen/[email protected] github.com/davecgh/[email protected]
github.com/sirupsen/[email protected] github.com/konsorten/[email protected]
github.com/sirupsen/[email protected] github.com/pmezard/[email protected]
github.com/sirupsen/[email protected] github.com/stretchr/[email protected]
github.com/sirupsen/[email protected] github.com/stretchr/[email protected]
github.com/sirupsen/[email protected] golang.org/x/[email protected]
github.com/onsi/[email protected] github.com/fsnotify/[email protected]
github.com/onsi/[email protected] github.com/golang/[email protected]
github.com/onsi/[email protected] github.com/hpcloud/[email protected]
github.com/onsi/[email protected] github.com/onsi/[email protected]
github.com/onsi/[email protected] golang.org/x/[email protected]
github.com/onsi/[email protected] golang.org/x/[email protected]
github.com/onsi/[email protected] golang.org/x/[email protected]
github.com/onsi/[email protected] golang.org/x/[email protected]
github.com/onsi/[email protected] gopkg.in/[email protected]
github.com/onsi/[email protected] gopkg.in/[email protected]
github.com/onsi/[email protected] gopkg.in/[email protected]
golang.org/x/[email protected] golang.org/x/[email protected]
github.com/onsi/[email protected] github.com/fsnotify/[email protected]
github.com/onsi/[email protected] github.com/golang/[email protected]
github.com/onsi/[email protected] github.com/hpcloud/[email protected]
github.com/onsi/[email protected] github.com/onsi/[email protected]
github.com/onsi/[email protected] golang.org/x/[email protected]
github.com/onsi/[email protected] golang.org/x/[email protected]
github.com/onsi/[email protected] golang.org/x/[email protected]
github.com/onsi/[email protected] golang.org/x/[email protected]
github.com/onsi/[email protected] gopkg.in/[email protected]
github.com/onsi/[email protected] gopkg.in/[email protected]
github.com/onsi/[email protected] gopkg.in/[email protected]
github.com/go-critic/[email protected] github.com/go-lintpack/[email protected]
github.com/go-critic/[email protected] github.com/go-toolsmith/[email protected]
github.com/go-critic/[email protected] github.com/go-toolsmith/[email protected]
github.com/go-critic/[email protected] github.com/go-toolsmith/[email protected]
github.com/go-critic/[email protected] github.com/go-toolsmith/[email protected]
github.com/go-critic/[email protected] github.com/go-toolsmith/[email protected]
github.com/go-critic/[email protected] github.com/go-toolsmith/[email protected]
github.com/go-critic/[email protected] github.com/go-toolsmith/[email protected]
github.com/go-critic/[email protected] github.com/mattn/[email protected]
github.com/go-critic/[email protected] golang.org/x/[email protected]
github.com/hashicorp/[email protected] github.com/davecgh/[email protected]
github.com/go-lintpack/[email protected] github.com/go-toolsmith/[email protected]
github.com/go-lintpack/[email protected] github.com/go-toolsmith/[email protected]
github.com/go-lintpack/[email protected] github.com/go-toolsmith/[email protected]
github.com/go-lintpack/[email protected] github.com/go-toolsmith/[email protected]
github.com/go-lintpack/[email protected] github.com/google/[email protected]
github.com/go-lintpack/[email protected] github.com/logrusorgru/[email protected]
github.com/go-lintpack/[email protected] golang.org/x/[email protected]
gopkg.in/[email protected] gopkg.in/[email protected]
gopkg.in/src-d/[email protected] github.com/kr/[email protected]
github.com/golangci/[email protected] github.com/StackExchange/[email protected]
gopkg.in/src-d/[email protected] gopkg.in/[email protected]
golang.org/x/[email protected] golang.org/x/[email protected]
k8s.io/[email protected] github.com/elazarl/[email protected]
k8s.io/[email protected] github.com/davecgh/[email protected]
k8s.io/[email protected] github.com/docker/[email protected]
k8s.io/[email protected] sigs.k8s.io/[email protected]
k8s.io/[email protected] k8s.io/[email protected]
k8s.io/[email protected] k8s.io/[email protected]
k8s.io/[email protected] gopkg.in/[email protected]
k8s.io/[email protected] gopkg.in/[email protected]
k8s.io/[email protected] golang.org/x/[email protected]
k8s.io/[email protected] golang.org/x/[email protected]
k8s.io/[email protected] golang.org/x/[email protected]
k8s.io/[email protected] github.com/stretchr/[email protected]
k8s.io/[email protected] github.com/spf13/[email protected]
k8s.io/[email protected] github.com/pmezard/[email protected]
k8s.io/[email protected] github.com/onsi/[email protected]
k8s.io/[email protected] github.com/mxk/[email protected]
k8s.io/[email protected] github.com/modern-go/[email protected]
k8s.io/[email protected] github.com/modern-go/[email protected]
k8s.io/[email protected] github.com/gogo/[email protected]
k8s.io/[email protected] github.com/golang/[email protected]
k8s.io/[email protected] github.com/json-iterator/[email protected]
k8s.io/[email protected] github.com/hashicorp/[email protected]
k8s.io/[email protected] github.com/googleapis/[email protected]
k8s.io/[email protected] github.com/google/[email protected]
k8s.io/[email protected] github.com/google/[email protected]
k8s.io/[email protected] github.com/golang/[email protected]
k8s.io/[email protected] github.com/evanphx/[email protected]
mvdan.cc/[email protected] golang.org/x/[email protected]
mvdan.cc/[email protected] github.com/rogpeppe/[email protected]
sourcegraph.com/sourcegraph/[email protected] github.com/shurcooL/[email protected]
sourcegraph.com/sourcegraph/[email protected] github.com/gogo/[email protected]
sourcegraph.com/sourcegraph/[email protected] github.com/shurcooL/[email protected]
sourcegraph.com/sourcegraph/[email protected] sourcegraph.com/sqs/[email protected]
making the changes...
$ git diff
Output
diff --git a/outbound/client.go b/outbound/client.go
index 19836f2..ff8e85f 100644
--- a/outbound/client.go
+++ b/outbound/client.go
@@ -9,6 +9,8 @@ import (
"github.com/goph/emperror"
"github.com/pkg/errors"
"google.golang.org/grpc"
+ "k8s.io/client-go/kubernetes"
+ "k8s.io/client-go/tools/clientcmd"
runtime "k8s.io/kubernetes/pkg/kubelet/apis/cri/runtime/v1alpha2"
"k8s.io/kubernetes/pkg/kubelet/util"
)
@@ -117,14 +119,14 @@ func (c *Client) SetUpstreamManifest(dir string) error {
// SetUpstreamKubeAPI enables the upstream watcher for the kubernetes API (dynamic pods)
func (c *Client) SetUpstreamKubeAPI(file string) error {
- // cfg, err := clientcmd.BuildConfigFromFlags("", file)
- // if err != nil {
- // return err
- // }
+ cfg, err := clientcmd.BuildConfigFromFlags("", file)
+ if err != nil {
+ return err
+ }
- // kubeClient, err := kubernetes.NewForConfig(cfg)
- // if err != nil {
- // return err
- // }
- // return nil
+ kubeClient, err := kubernetes.NewForConfig(cfg)
+ if err != nil {
+ return err
+ }
+ return nil
}
$ go mod tidy
Output
go: finding github.com/maxbrunsfeld/counterfeiter/v6/fixtures/fixturesfakes latest
go: finding github.com/maxbrunsfeld/counterfeiter/v6/fixtures latest
go: finding github.com/maxbrunsfeld/counterfeiter latest
go: downloading github.com/maxbrunsfeld/counterfeiter v0.0.0-20190403205704-54ab73b4b78d
go: finding gonum.org/v1/netlib/blas latest
go: finding gonum.org/v1/netlib latest
go: finding k8s.io/client-go/kubernetes latest
go: finding k8s.io/client-go/tools/clientcmd latest
go: finding k8s.io/client-go/tools latest
go: finding golang.org/x/time/rate latest
go: finding golang.org/x/time latest
go: finding k8s.io/api/authentication/v1beta1 latest
go: finding k8s.io/api/autoscaling/v2beta1 latest
go: finding k8s.io/api/authorization/v1beta1 latest
go: finding k8s.io/api/networking/v1beta1 latest
go: finding k8s.io/api/apps/v1beta1 latest
go: finding k8s.io/api/rbac/v1beta1 latest
go: finding k8s.io/api/scheduling latest
go: finding k8s.io/api/rbac latest
go: finding k8s.io/api/scheduling/v1alpha1 latest
go: finding k8s.io/api/scheduling/v1beta1 latest
go: finding k8s.io/api/authentication latest
go: finding k8s.io/api/autoscaling latest
go: finding k8s.io/api/authorization latest
go: finding k8s.io/api/networking latest
go: finding k8s.io/api/apps latest
go: finding k8s.io/api latest
go: finding k8s.io/api/batch/v1beta1 latest
go: finding k8s.io/api/extensions/v1beta1 latest
go: finding k8s.io/api/autoscaling/v2beta2 latest
go: finding k8s.io/api/storage/v1beta1 latest
go: finding k8s.io/api/coordination/v1beta1 latest
go: finding k8s.io/api/settings/v1alpha1 latest
go: finding k8s.io/api/batch latest
go: finding k8s.io/api/extensions latest
go: finding k8s.io/api/storage latest
go: finding k8s.io/api/rbac/v1alpha1 latest
go: finding k8s.io/api/coordination latest
go: finding k8s.io/api/admissionregistration/v1beta1 latest
go: finding k8s.io/api/storage/v1alpha1 latest
go: finding k8s.io/api/settings latest
go: finding k8s.io/api/certificates/v1beta1 latest
go: finding k8s.io/api/policy/v1beta1 latest
go: finding k8s.io/api/auditregistration/v1alpha1 latest
go: finding k8s.io/api/admissionregistration latest
go: finding k8s.io/api/node/v1alpha1 latest
go: finding k8s.io/api/certificates latest
go: finding k8s.io/api/policy latest
go: finding k8s.io/api/batch/v2alpha1 latest
go: finding k8s.io/api/apps/v1beta2 latest
go: finding k8s.io/api/auditregistration latest
go: finding k8s.io/api/node/v1beta1 latest
go: finding k8s.io/api/events/v1beta1 latest
go: finding k8s.io/api/node latest
go: finding k8s.io/api/events latest
go: finding k8s.io/api/core latest
go: finding k8s.io/utils/integer latest
go: finding k8s.io/utils latest
go: finding golang.org/x/text/runes latest
go: finding golang.org/x/text/encoding/htmlindex latest
go: finding golang.org/x/text/transform latest
go: finding golang.org/x/text/unicode/bidi latest
go: finding golang.org/x/text/encoding/charmap latest
go: finding golang.org/x/text/secure/bidirule latest
go: finding golang.org/x/text/encoding latest
go: finding golang.org/x/text/unicode/norm latest
go: finding golang.org/x/text/width latest
go: finding golang.org/x/text/unicode latest
go: finding golang.org/x/text/secure latest
go: import "example.com/group/subgroup/project/cmd/mycmd" ->
import "github.com/spf13/viper" ->
import "github.com/spf13/afero" ->
import "golang.org/x/text/transform": looping trying to add package
Same applies when I delete go.mod and start from scratch.
What did you expect to see?
no error
What did you see instead?
error "looping trying to add package"
Edit, with gotip
: package provided by [packagename] at latest version vX.Y.Z but not at required version vX.Y.(Z+1)
But my main concern is:
I've read #30394 carefully but can't continue myself. I understand there might be tags/version conflicts in packages. But how can I solve them myself? Where to look? The error doesn't look like it's the source of the problem, how can I find the source issue?