mirror of
https://github.com/ergochat/ergo.git
synced 2024-12-26 12:42:50 +01:00
9 lines
123 B
Modula-2
9 lines
123 B
Modula-2
|
module github.com/xdg-go/scram
|
||
|
|
||
|
go 1.11
|
||
|
|
||
|
require (
|
||
|
github.com/xdg-go/pbkdf2 v1.0.0
|
||
|
github.com/xdg-go/stringprep v1.0.2
|
||
|
)
|