-
Notifications
You must be signed in to change notification settings - Fork 83
Open
Description
Hi,
It looks like the v0.20.5 tag of github.com/go-openapi/spec has been rewritten when v0.20.6 was released, causing "go get github.com/swaggo/http-swagger" to fail for all versions since v1.2.7 inclusive:
$ go get github.com/swaggo/http-swagger
go: github.com/swaggo/http-swagger@v1.3.0 requires
github.com/go-openapi/spec@v0.20.5: verifying go.mod: checksum mismatch
downloaded: h1:2OpW+JddWPrpXSCIX8eOx7lZ5iyuWj3RYR6VaaBKcWA=
sum.golang.org: h1:QbfOSIVt3/sac+a1wzmKbbcLXm5NdZnyBZYtCijp43o=
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'.
Unless the go-openapi/spec@v0.20.5 tag can be fixed rapidly, maybe this warrants a v1.3.1 release that upgrades to go-openapi/spec@v0.20.6 ?
Metadata
Metadata
Assignees
Labels
No labels