c-for-go icon indicating copy to clipboard operation
c-for-go copied to clipboard

go.mod is out of date and specifies unavailable dependencies

Open shatil opened this issue 5 years ago • 1 comments

modernc.org/cc was deprecated as of July, and is now versioned. The latest major version is v3: https://pkg.go.dev/modernc.org/cc/v3

go: modernc.org/[email protected]: reading modernc.org/cc/go.mod at revision v1.0.0: git fetch -f origin refs/heads/*:refs/heads/* refs/tags/*:refs/tags/* in /root/go/pkg/mod/cache/vcs/214c7c8b018f9220f253771b1476659b6c905c4196c32b80b07a212616372040: exit status 128:
	error: RPC failed; result=22, HTTP code = 404
	fatal: The remote end hung up unexpectedly

modernc.org/[email protected] is also out of date:

go: modernc.org/[email protected]: reading modernc.org/golex/go.mod at revision v1.0.0: git fetch -f origin refs/heads/*:refs/heads/* refs/tags/*:refs/tags/* in /root/go/pkg/mod/cache/vcs/331abdfca303c81a23ece466d46e18fedd2836c595dcfad18b8e9e93c37f08d5: exit status 128:
	error: RPC failed; result=22, HTTP code = 404
	fatal: The remote end hung up unexpectedly

And modernc.org/mathutil:

go: modernc.org/[email protected]: reading modernc.org/mathutil/go.mod at revision v1.1.1: git fetch -f origin refs/heads/*:refs/heads/* refs/tags/*:refs/tags/* in /root/go/pkg/mod/cache/vcs/6d5eb6f7314c374a7460656aec0e757c87dfb068fcb28b5ae365ea2e3a1a35fa: exit status 128:
	error: RPC failed; result=22, HTTP code = 404
	fatal: The remote end hung up unexpectedly

And modernc.org/strutil:

go: modernc.org/[email protected]: reading modernc.org/strutil/go.mod at revision v1.1.0: git fetch -f origin refs/heads/*:refs/heads/* refs/tags/*:refs/tags/* in /root/go/pkg/mod/cache/vcs/151fa26af08bed5ec6a699b872ba143ac5282cae786b63f0587fe46054a0175f: exit status 128:
	error: RPC failed; result=22, HTTP code = 404
	fatal: The remote end hung up unexpectedly

shatil avatar Oct 04 '20 05:10 shatil

The latest major version is v3

v3 has really many API changes, so it would be difficult to migrate to v3 quickly.

As for other deps, they're fetched just fine. I think it was a temporary issue with the remote host or you have weird GO_PROXY settings.

xlab avatar Nov 12 '20 12:11 xlab