sec51 / twofactor

Golang two factor authentication library
ISC License
217 stars 66 forks source link

v1.0.1.mod not exsit #25

Open oldthreefeng opened 5 years ago

oldthreefeng commented 5 years ago

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 ~

oldthreefeng commented 5 years ago

https://goproxy.cn/github.com/sec51/twofactor/@v/v1.0.0.mod ,I can find it, but v1.0.1 not ~

dnnspaul commented 2 years ago

Seems like the tagging isn't correct:

image

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