module github.com/twpayne/go-pinentry/v4

go 1.19

require (
	github.com/alecthomas/assert/v2 v2.5.0
	github.com/golang/mock v1.6.0
)

require (
	github.com/alecthomas/repr v0.3.0 // indirect
	github.com/hexops/gotextdiff v1.0.3 // indirect
)
