all repos — captcha @ aa277053b17f58213f706e2b8a9b4dd3817136e3

Go package captcha implements generation and verification of image and audio CAPTCHAs.

Add go.mod
Dmitry Chestnykh dmitry@codingrobots.com
Sat, 16 Jul 2022 17:26:09 +0200
commit

aa277053b17f58213f706e2b8a9b4dd3817136e3

parent

1e758d412a28cfd20a77fce81f79b62d9b1c5b6e

1 files changed, 3 insertions(+), 0 deletions(-)

jump to
A go.mod

@@ -0,0 +1,3 @@

+module github.com/dchest/captcha + +go 1.18