Open oldthreefeng opened 5 years ago
https://goproxy.cn/github.com/sec51/twofactor/@v/v1.0.0.mod ,I can find it, but v1.0.1 not ~
Seems like the tagging isn't correct:
go get
and go mod
are looking for vX.X.X tags. (at least according to https://go.dev/blog/publishing-go-modules)
If anybody needs a quick solution: I forked the repo, made some minor improvements/changes and did a correct v-tag. https://github.com/dnnspaul/twofactor
go: github.com/sec51/twofactor@v1.0.1: reading https://goproxy.cn/github.com/sec51/twofactor/@v/v1.0.1.mod: 404 Not Found.
please help fix it ~