Skip to content

Commit

Permalink
Update go.mod
Browse files Browse the repository at this point in the history
  • Loading branch information
razonyang committed Mar 9, 2020
1 parent 0edb0a8 commit 69a50fa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion drivers/go.mod
Expand Up @@ -3,6 +3,6 @@ module github.com/clevergo/captchas/drivers
go 1.14

require (
github.com/clevergo/captchas v0.2.1-0.20200309001628-9ef960220518
github.com/clevergo/captchas v0.3.1
github.com/mojocn/base64Captcha v1.3.0
)
4 changes: 2 additions & 2 deletions drivers/go.sum
@@ -1,5 +1,5 @@
github.com/clevergo/captchas v0.2.1-0.20200309001628-9ef960220518 h1:MXyHuEihjDzIrEagsK1da6jkkz6MJ/7aM/I0mZskZ0k=
github.com/clevergo/captchas v0.2.1-0.20200309001628-9ef960220518/go.mod h1:MgQIvLx9mhOoScMJnSFvXuqbAQVIwWtLJ862K1jRvR8=
github.com/clevergo/captchas v0.3.1 h1:k9MD8U92gAjzD8jxKAHf7QXoAk80QWzA+CJXeYTQvrc=
github.com/clevergo/captchas v0.3.1/go.mod h1:MgQIvLx9mhOoScMJnSFvXuqbAQVIwWtLJ862K1jRvR8=
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 h1:DACJavvAHhabrF08vX0COfcOBJRhZ8lUbR+ZWIs0Y5g=
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0/go.mod h1:E/TSTwGwJL78qG/PmXZO1EjYhfJinVAhrmmHX6Z8B9k=
github.com/mojocn/base64Captcha v1.3.0 h1:2mWu9fUoOx3ribrrsm4+8/UknSn8/g/xmPOkTwiY2Fo=
Expand Down

0 comments on commit 69a50fa

Please sign in to comment.