Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

我在获取客户端时出现了问题 #5

Closed
SHAO-XUAN opened this issue Sep 16, 2019 · 1 comment
Closed

我在获取客户端时出现了问题 #5

SHAO-XUAN opened this issue Sep 16, 2019 · 1 comment

Comments

@SHAO-XUAN
Copy link

你好,我遇到了一个问题

问题

我在使用go get -u -v github.com/AliyunContainerService/ack-ram-authenticator/cmd/ack-ram-authenticator时,出现了下面的报错:

go: finding k8s.io/api latest
go: finding k8s.io/apimachinery latest
go: finding github.com/aliyun/alibaba-cloud-sdk-go latest
go: github.com/AliyunContainerService/ack-ram-authenticator/cmd/ack-ram-authenticator imports
	github.com/christopherhein/go-version: github.com/christopherhein/go-version@v0.1.0: parsing go.mod:
	module declares its path as: go.hein.dev/go-version
	        but was required as: github.com/christopherhein/go-version

环境

我的go版是: go version go1.13 darwin/amd64
我的go env:

GO111MODULE="on"
GOARCH="amd64"
GOBIN="/Users/shaoxuan/Documents/development/golang/bin"
GOCACHE="/Users/shaoxuan/Library/Caches/go-build"
GOENV="/Users/shaoxuan/Library/Application Support/go/env"
GOEXE=""
GOFLAGS=""
GOHOSTARCH="amd64"
GOHOSTOS="darwin"
GONOPROXY="gitlab.com/lighthouse-china/.*"
GONOSUMDB="gitlab.com/lighthouse-china/.*"
GOOS="darwin"
GOPATH="/Users/shaoxuan/Documents/development/golang"
GOPRIVATE="gitlab.com/lighthouse-china/.*"
GOPROXY="https://goproxy.io,direct"
GOROOT="/usr/local/opt/go/libexec"
GOSUMDB="sum.golang.org"
GOTMPDIR=""
GOTOOLDIR="/usr/local/opt/go/libexec/pkg/tool/darwin_amd64"
GCCGO="gccgo"
AR="ar"
CC="clang"
CXX="clang++"
CGO_ENABLED="1"
GOMOD="/dev/null"
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 -fno-caret-diagnostics -Qunused-arguments -fmessage-length=0 -fdebug-prefix-map=/var/folders/3c/vsrd0psn7m971b3fgyqhqylm0000gn/T/go-build652009459=/tmp/go-build -gno-record-gcc-switches -fno-common"
@haoshuwei
Copy link
Member

If you want to get or update dependency packages of project ack-ram-authenticator, you can use command go get -u -v github.com/AliyunContainerService/ack-ram-authenticator; if you want get the binary client of ack-ram-authenticator, you can download it at https://github.com/AliyunContainerService/ack-ram-authenticator/releases

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants