Open jonathanwin opened 2 years ago
I can't reproduce the issue. I think we are fine with the dependency upgrade.
@jonathanwin v1.3.1 released. Please confirm everything is fine now.
Thanks a lot ! v1.3.1 works fine :-)
Turns out proxy.golang.org has the "original" v0.20.5 that corresponds to the checksum at sum.golang.org, so the issue only shows when GOPROXY=direct (or when proxy.golang.org is unreachable), while still using sum.golang.org.
\o/
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:
https://github.com/go-openapi/spec/issues/156
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 ?