Closed bernhardreiter closed 2 weeks ago
@koplas once you have write access, can you also do a practical test (and then write "works" in the review). You should be able to use the branch and revision in the go get
to get the new path.
@koplas once you have write access, can you also do a practical test (and then write "works" in the review). You should be able to use the branch and revision in the
go get
to get the new path.
Running go get github.com/gocsaf/csaf@repomove1
results in the following error:
go: github.com/gocsaf/csaf@repomove1: github.com/gocsaf/csaf@v1.0.1-0.20241030134650-50959ba2b338: invalid version: go.mod has post-v1 module path "github.com/gocsaf/csaf/v3" at revision 50959ba2b338
Update: Running go get github.com/gocsaf/csaf/v3@repomove1
and make dist
works.
Does the first steps for #579