Skip to content

Commit

Permalink
require lower minimum go version
Browse files Browse the repository at this point in the history
  • Loading branch information
rokostik committed Feb 20, 2024
1 parent 37e3f39 commit 9b028eb
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion example/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ module github.com/friendlycaptcha/friendly-captcha-go/example
// TODO replace when module is published
replace github.com/friendlycaptcha/friendly-captcha-go => ../

go 1.21.6
go 1.18

require github.com/friendlycaptcha/friendly-captcha-go v0.0.0-00010101000000-000000000000
4 changes: 0 additions & 4 deletions example/go.sum
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
github.com/stretchr/testify v1.8.4 h1:CcVxjf3Q8PM0mHUKJCdn+eZZtm5yQwehR5yeSVQQcUk=
github.com/stretchr/testify v1.8.4/go.mod h1:sz/lmYIOXD/1dqDmKjjqLyZ2RngseejIcXlSw2iwfAo=
gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=
gopkg.in/yaml.v3 v3.0.1/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/friendlycaptcha/friendly-captcha-go

go 1.21.6
go 1.18

require github.com/stretchr/testify v1.8.4

Expand Down

0 comments on commit 9b028eb

Please sign in to comment.