mirror of
https://github.com/quexten/goldwarden.git
synced 2024-12-13 21:36:11 +01:00
49 lines
1.6 KiB
Modula-2
49 lines
1.6 KiB
Modula-2
module github.com/quexten/goldwarden
|
|
|
|
go 1.20
|
|
|
|
require (
|
|
gioui.org v0.1.0
|
|
github.com/LlamaNite/llamalog v0.2.1
|
|
github.com/amenzhinsky/go-polkit v0.0.0-20210519083301-ee6a51849123
|
|
github.com/awnumar/memguard v0.22.3
|
|
github.com/bendahl/uinput v1.6.2
|
|
github.com/google/uuid v1.3.0
|
|
github.com/gorilla/websocket v1.5.0
|
|
github.com/mikesmitty/edkey v0.0.0-20170222072505-3356ea4e686a
|
|
github.com/mitchellh/go-ps v1.0.0
|
|
github.com/spf13/cobra v1.7.0
|
|
github.com/tink-crypto/tink-go/v2 v2.0.0
|
|
github.com/twpayne/go-pinentry v0.2.0
|
|
github.com/vmihailenco/msgpack/v5 v5.3.5
|
|
golang.org/x/crypto v0.11.0
|
|
golang.org/x/exp v0.0.0-20230713183714-613f0c0eb8a1
|
|
golang.org/x/sys v0.10.0
|
|
)
|
|
|
|
require (
|
|
gioui.org/cpu v0.0.0-20210817075930-8d6a761490d2 // indirect
|
|
gioui.org/shader v1.0.6 // indirect
|
|
github.com/atotto/clipboard v0.1.4 // indirect
|
|
github.com/go-text/typesetting v0.0.0-20230602202114-9797aefac433 // indirect
|
|
golang.org/x/exp/shiny v0.0.0-20220827204233-334a2380cb91 // indirect
|
|
golang.org/x/image v0.5.0 // indirect
|
|
golang.org/x/text v0.11.0 // indirect
|
|
)
|
|
|
|
require (
|
|
github.com/awnumar/memcall v0.1.2 // indirect
|
|
github.com/godbus/dbus/v5 v5.1.0 // indirect
|
|
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
|
github.com/keys-pub/go-libfido2 v1.5.3
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
|
github.com/mattn/go-isatty v0.0.19 // indirect
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
github.com/rs/zerolog v1.29.1
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
github.com/stretchr/testify v1.8.1 // indirect
|
|
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
|
|
go.uber.org/multierr v1.11.0 // indirect
|
|
inet.af/peercred v0.0.0-20210906144145-0893ea02156a
|
|
)
|