gearnode / privatebin

A powerful CLI for creating and managing PrivateBin pastes with ease
ISC License
53 stars 4 forks source link

Failed to build project: Certificate expired #12

Closed amorenoz closed 5 months ago

amorenoz commented 6 months ago

Hi @gearnode , not sure if you're aware but your certificate on https://gearno.de/ has expired and that makes building privatebin fail with:

$ make
go build -ldflags "-X 'gearno.de/privatebin/internal/version.Version=1.4.0'" -o bin/privatebin cmd/privatebin/main.go
go: downloading gearno.de/base58 v0.0.0-20221013154836-14e0799f1471
go: downloading golang.org/x/crypto v0.0.0-20220926161630-eccd6366d1be
privatebin.go:37:2: unrecognized import path "gearno.de/base58": https fetch: Get "https://gearno.de/base58?go-get=1": tls: failed to verify certificate: x509: certificate has expired or is not yet valid: current time 2024-04-17T07:31:13+02:00 is after 2023-10-13T23:59:59Z
make: *** [Makefile:55: bin/privatebin] Error 1
gearnode commented 5 months ago

Fixed, thanks for reporting it!