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

x/vgo: can't to build gin with vgo #25250

Closed
Yprolic opened this issue May 4, 2018 · 1 comment
Closed

x/vgo: can't to build gin with vgo #25250

Yprolic opened this issue May 4, 2018 · 1 comment
Milestone

Comments

@Yprolic
Copy link

Yprolic commented May 4, 2018

If I want to only use the validator.v8,How can I do for it?

What version of Go are you using (go version)?

go version go1.10.2 linux/amd64

Does this issue reproduce with the latest release?

yes

What operating system and processor architecture are you using (go env)?

GOARCH="amd64"
GOBIN=""
GOCACHE="/home/username/.cache/go-build"
GOEXE=""
GOHOSTARCH="amd64"
GOHOSTOS="linux"
GOOS="linux"
GOPATH="/home/username/gopath"
GORACE=""
GOROOT="/usr/local/go"
GOTMPDIR=""
GOTOOLDIR="/usr/local/go/pkg/tool/linux_amd64"
GCCGO="gccgo"
CC="gcc"
CXX="g++"
CGO_ENABLED="1"
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-build375004454=/tmp/go-build -gno-record-gcc-switches"

What did you do?

vgo get github.com/gin-gonic/gin

What did you expect to see?

success

What did you see instead?

vgo: finding github.com/gin-gonic/gin v1.1.4
vgo: finding github.com/gin-gonic/gin v1.1.4
vgo get: parsing downloaded go.mod: go.mod:12: invalid module: gopkg.in/go-playground/validator.v8 should be v1, not v8 (v8.0.0-20160110003959-c193cecd124b)

@gopherbot gopherbot added this to the vgo milestone May 4, 2018
@ALTree
Copy link
Member

ALTree commented May 4, 2018

Thanks for the report.

This was already reported in #25121. Let's keep all the discussion there. Closing this one as a dup.

@ALTree ALTree closed this as completed May 4, 2018
@golang golang locked and limited conversation to collaborators May 4, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants