This repository has been archived on 2024-03-16. You can view files and clone it, but cannot push or open issues or pull requests.
maddy-hostux-check-password/go.mod

9 lines
101 B
Modula-2
Raw Normal View History

2024-02-27 14:39:34 +01:00
module main
go 1.21
2024-02-27 14:39:34 +01:00
require (
github.com/mattn/go-sqlite3 v1.14.22
golang.org/x/crypto v0.20.0
)