This repository has been archived on 2024-08-25. You can view files and clone it, but cannot push or open issues or pull requests.
captcha/go.mod

9 lines
161 B
Modula-2
Raw Permalink Normal View History

2024-05-02 00:22:56 +01:00
module centrifuge.hectabit.org/HectaBit/captcha
2023-07-26 07:03:56 +01:00
go 1.20
require (
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0
2024-01-13 01:53:15 +00:00
golang.org/x/image v0.15.0
)