devetek/caddyserver-minifier

Issue installing

Opened this issue · 0 comments

FROM caddy:2.8.0-beta.2-builder-alpine

RUN xcaddy build --with github.com/devetek/caddyserver-minifier
10.39 2024/05/11 20:21:19 [INFO] exec (timeout=0s): /usr/local/go/bin/go get -d -v github.com/devetek/caddyserver-minifier github.com/caddyserver/caddy/v2@v2.8.0-beta.2 
13.81 go: downloading github.com/devetek/caddyserver-minifier v0.0.1
13.87 go: github.com/devetek/caddyserver-minifier@v0.0.1: verifying module: checksum mismatch
13.87 	downloaded: h1:oaBdKQ+KKTIvmoOkGHSPnP3r4gHCxNFwB2jHE/Z1yeA=
13.87 	sum.golang.org: h1:TMgwRasiEG1QE60V612vVzoqZg4DuaaAkwFXbf3x+Hk=
13.87 
13.87 SECURITY ERROR
13.87 This download does NOT match the one reported by the checksum server.
13.87 The bits may have been replaced on the origin server, or an attacker may
13.87 have intercepted the download attempt.
13.87 
13.87 For more information, see 'go help module-auth'.
13.87 2024/05/11 20:21:23 [FATAL] exit status 1

Or more succinctly without involving Caddy:

$ go get github.com/devetek/caddyserver-minifier@v0.0.1
go: downloading github.com/devetek/caddyserver-minifier v0.0.1
go: github.com/devetek/caddyserver-minifier@v0.0.1: verifying module: checksum mismatch
	downloaded: h1:oaBdKQ+KKTIvmoOkGHSPnP3r4gHCxNFwB2jHE/Z1yeA=
	sum.golang.org: h1:TMgwRasiEG1QE60V612vVzoqZg4DuaaAkwFXbf3x+Hk=

SECURITY ERROR
This download does NOT match the one reported by the checksum server.
The bits may have been replaced on the origin server, or an attacker may
have intercepted the download attempt.

For more information, see 'go help module-auth'.