passgo/go.mod
Greg Pomerantz edb38a6b85 Bump dependencies: gioui.org v0.10.2, fsnotify v1.8.0, go 1.24.
fsnotify v1.4.x's inotify_poller uses the legacy epoll_wait(2) syscall,
which is blocked by seccomp on x86_64 Android emulators (SIGSYS crash on
launch). v1.8.0 uses blocking reads on the inotify fd instead.

Also drop the unused git.wow.st/gmp/jni dependency.
2026-08-21 12:59:51 -04:00

24 lines
666 B
Modula-2

module git.wow.st/gmp/passgo
go 1.24.0
require (
gioui.org v0.10.2
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.8.0
github.com/jcmdev0/gpgagent v0.0.0-20180509014935-5601b32d936c
golang.org/x/crypto v0.46.0
gopkg.in/yaml.v2 v2.2.7
)
require (
gioui.org/shader v1.0.9 // indirect
github.com/go-text/typesetting v0.3.4 // indirect
golang.org/x/exp/shiny v0.0.0-20250408133849-7e4ce0ab07d0 // indirect
golang.org/x/image v0.26.0 // indirect
golang.org/x/net v0.48.0 // indirect
golang.org/x/sys v0.39.0 // indirect
golang.org/x/text v0.32.0 // indirect
)