A HaveIBeenPwned CLI written in Go.
Currently it can query the Pwned Passwords API
docker build --target dev . -t go
docker run -it -v ${PWD}:/work go sh
go version
Run the application with go run
go run main.go pw YourPasswordHere
Build your application into a static binary:
go build
This will produce a compiled program called app
You can run this program easily:
./main pw YourPasswordHere