Page MenuHomePhabricator

go mod error attempting to install blubber via go tools
Open, Needs TriagePublic

Description

Following the blubber install instructions using go tools found here: https://wikitech.wikimedia.org/wiki/Blubber/Download#Using_Go_tools I get the following error:

vgutierrez@carrot:~$ cat /etc/debian_version 
12.4
vgutierrez@carrot:~$ go version
go version go1.19.8 linux/amd64
vgutierrez@carrot:~$ go install gitlab.wikimedia.org/repos/releng/blubber/cmd/blubber@latest
go: gitlab.wikimedia.org/repos/releng/blubber/cmd/blubber@latest (in gitlab.wikimedia.org/repos/releng/blubber@v0.21.1):
        The go.mod file for the module providing named packages contains one or
        more replace directives. It must not contain directives that would cause
        it to be interpreted differently than if it were the main module.