mirror of
https://github.com/therootcompany/golib.git
synced 2026-03-02 23:57:59 +00:00
9 lines
150 B
Modula-2
9 lines
150 B
Modula-2
module github.com/therootcompany/golib/auth/csvauth
|
|
|
|
go 1.25.0
|
|
|
|
require (
|
|
github.com/therootcompany/golib/auth v1.0.0
|
|
golang.org/x/crypto v0.42.0
|
|
)
|