Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 812977
Collapse All | Expand All

(-)a/eclass/go-module.eclass (-1 / +1 lines)
Lines 385-391 _go-module_src_unpack_verify_gosum() { Link Here
385
	# This will print 'downloading' messages, but it's accessing content from
385
	# This will print 'downloading' messages, but it's accessing content from
386
	# the $GOPROXY file:/// URL!
386
	# the $GOPROXY file:/// URL!
387
	einfo "Tidying go.mod/go.sum"
387
	einfo "Tidying go.mod/go.sum"
388
	go mod tidy >/dev/null
388
	go mod tidy -modcacherw >/dev/null
389
389
390
	# This used to call 'go get' to verify by fetching everything from the main
390
	# This used to call 'go get' to verify by fetching everything from the main
391
	# go.mod. However 'go get' also turns out to recursively try to fetch
391
	# go.mod. However 'go get' also turns out to recursively try to fetch

Return to bug 812977