You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 17, 2024. It is now read-only.
Tried to install auger on my linux machine. Did the steps in the instructions until "make release".
$ make release
Building release in temp directory /tmp/tmp.el6JOnIEwF
docker run
-v /tmp/tmp.el6JOnIEwF/auger:/go/src/github.com/jpbetz/auger
-w /go/src/github.com/jpbetz/auger
golang:1.16.5
/bin/bash -c "make -f /go/src/github.com/jpbetz/auger/Makefile release-docker-build GOARCH=amd64 GOOS=linux"
Emulate Docker CLI using podman. Create /etc/containers/nodocker to quiet msg.
export GOPATH=/go
GOOS=linux GOARCH=amd64 GO111MODULE=on go build
go: github.com/google/safetext@v0.0.0-20220914124124-e18e3fe012bf requires
github.com/niemeyer/pretty@v0.0.0-20200227124842-a10e7caefd8e: missing go.sum entry; to add it:
go mod download github.com/niemeyer/pretty
make: *** [/go/src/github.com/jpbetz/auger/Makefile:53: release-docker-build] Error 1
make: *** [Makefile:41: release] Error 2
I checked if pretty is in the go.sum file and it is. Also checked if the module is listed at the go mods.
$ go list -m all | grep pretty
github.com/kr/pretty v0.2.1
github.com/niemeyer/pretty
What can be the problem here?
Thanks for your help :-)
The text was updated successfully, but these errors were encountered: