Instructions for installing from source don't work with go version go1.18.4 linux/amd64:
[:~] $ go get -u github.com/strang1ato/tibivi
go: go.mod file not found in current directory or any parent directory.
'go get' is no longer supported outside a module.
To build and install a command, use 'go install' with a version,
like 'go install example.com/cmd@latest'
For more information, see https://golang.org/doc/go-get-install-deprecation
or run 'go help get' or 'go help install'.
[:~] 1 $
I tried using go install but ran into another issue:
[:~] $ go install github.com/strang1ato/tibivi@latest
go: downloading github.com/strang1ato/tibivi v1.0.2
go: github.com/strang1ato/tibivi@latest: github.com/strang1ato/tibivi@v1.0.2: parsing go.mod:
module declares its path as: github.com/oltarzewskik/tibivi
but was required as: github.com/strang1ato/tibivi
[:~] 1 $
Instructions for installing from source don't work with
go version go1.18.4 linux/amd64
:I tried using
go install
but ran into another issue:This seems related to https://github.com/strang1ato/tibivi/commit/6e29ae1a5238d432678d45669bdcd02127ccbc71
I was able to install with the old username: