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

11 lines
249 B
Modula-2

module code.mrmelon54.com/melon/bcrypt-hash
go 1.17
require (
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519
golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1
)
require golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 // indirect