passgo/go.mod

15 lines
446 B
Modula-2

module git.wow.st/gmp/passgo
go 1.13
require (
gioui.org v0.0.0-20191218180754-3dd7c8121c67
git.wow.st/gmp/clip v0.0.0-20191001134149-1458ba6a7cf5
git.wow.st/gmp/rand v0.0.0-20191001220155-a81bebfaf8b0
github.com/fsnotify/fsnotify v1.4.7
github.com/jcmdev0/gpgagent v0.0.0-20180509014935-5601b32d936c
golang.org/x/crypto v0.0.0-20191122220453-ac88ee75c92c
golang.org/x/image v0.0.0-20190802002840-cff245a6509b
gopkg.in/yaml.v2 v2.2.7
)