mirror of
https://github.com/xcat2/confluent.git
synced 2026-01-09 17:42:31 +00:00
11 lines
149 B
Modula-2
11 lines
149 B
Modula-2
module genpasshmac
|
|
|
|
go 1.22
|
|
|
|
toolchain go1.23.6
|
|
|
|
require (
|
|
github.com/go-crypt/crypt v0.3.2 // indirect
|
|
github.com/go-crypt/x v0.3.2 // indirect
|
|
)
|