$ make
cd cmd/pkgr; go get; go install
go: warning: github.com/andybalholm/brotli@v1.0.1: retracted by
module author: occasional panics and data corruption
go: to switch to the latest unretracted version, run:
go get github.com/andybalholm/brotli@latest
Run the suggested go get command followed by go mod tidy.
brotli v1.0.1 has been retracted:
Run the suggested
go get
command followed bygo mod tidy
.