I found that this project already supports Go modules. The latest version v1.1.1 committed on 16 Jul 2018, and if module user run "go get gopkg.in/romanyx/recaptcha.v1", the old version v1.1.1 will be required.
$go get gopkg.in/romanyx/recaptcha.v1
go: downloading gopkg.in/romanyx/recaptcha.v1 v1.1.1
go: gopkg.in/romanyx/recaptcha.v1 upgrade => v1.1.1
So, I propose this project to tag a new release and follow Semantic Versioning. For example, v1.0.1, v2.0.0, v3.1.0-alpha, v3.1.0-beta.2etc, so that other project can use tag in go.mod.
I found that this project already supports Go modules. The latest version v1.1.1 committed on 16 Jul 2018, and if module user run "go get gopkg.in/romanyx/recaptcha.v1", the old version v1.1.1 will be required.
So, I propose this project to tag a new release and follow Semantic Versioning. For example,
v1.0.1,v2.0.0,v3.1.0-alpha,v3.1.0-beta.2etc, so that other project can use tag in go.mod.