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

Issue with Quickstart #274

Open
caleb-sideras opened this issue Jul 21, 2023 · 1 comment
Open

Issue with Quickstart #274

caleb-sideras opened this issue Jul 21, 2023 · 1 comment

Comments

@caleb-sideras
Copy link

Unable to install

Go version:

go version go1.20.5 linux/amd64

Does this issue reproduce with the latest release?
Yes

Go env:

GO111MODULE="auto"
GOARCH="amd64"
GOBIN=""
GOCACHE="/home/caleb/.cache/go-build"
GOENV="/home/caleb/.config/go/env"
GOEXE=""
GOEXPERIMENT=""
GOFLAGS=""
GOHOSTARCH="amd64"
GOHOSTOS="linux"
GOINSECURE=""
GOMODCACHE="/home/caleb/go/pkg/mod"
GONOPROXY=""
GONOSUMDB=""
GOOS="linux"
GOPATH="/home/caleb/go"
GOPRIVATE=""
GOPROXY="[https://proxy.golang.org,direct](https://proxy.golang.org%2Cdirect/)"
GOROOT="/usr/local/go"
GOSUMDB="sum.golang.org"
GOTMPDIR=""
GOTOOLDIR="/usr/local/go/pkg/tool/linux_amd64"
GOVCS=""
GOVERSION="go1.20.5"
GCCGO="gccgo"
GOAMD64="v1"
AR="ar"
CC="gcc"
CXX="g++"
CGO_ENABLED="1"
GOMOD="/home/caleb/go.mod"
GOWORK=""
CGO_CFLAGS="-O2 -g"
CGO_CPPFLAGS=""
CGO_CXXFLAGS="-O2 -g"
CGO_FFLAGS="-O2 -g"
CGO_LDFLAGS="-O2 -g"
PKG_CONFIG="pkg-config"
GOGCCFLAGS="-fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -fdebug-prefix-map=/tmp/go-build973772760=/tmp/go-build -gno-record-gcc-switches"

What did you do?
Attempted to install realize with the following command:

$ go get github.com/oxequa/realize

What did you expect to see?
Expected realize to be installed without any errors.

What did you see instead?

github.com/oxequa/realize imports
gopkg.in/urfave/cli.v2: cannot find module providing package gopkg.in/urfave/cli.v2
@lottu23
Copy link

lottu23 commented Jul 29, 2023

maybe you can try to add this line to your go.mod:
replace gopkg.in/urfave/cli.v2 => github.com/urfave/cli v1.21.0

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