mirror of
https://github.com/status-im/status-keycard-go.git
synced 2025-02-24 12:08:38 +00:00
31 lines
1021 B
Modula-2
31 lines
1021 B
Modula-2
module github.com/status-im/status-keycard-go
|
|
|
|
go 1.21
|
|
|
|
require (
|
|
github.com/ebfe/scard v0.0.0-20241214075232-7af069cabc25
|
|
github.com/ethereum/go-ethereum v1.10.26
|
|
github.com/go-playground/validator/v10 v10.24.0
|
|
github.com/gorilla/rpc v1.2.1
|
|
github.com/gorilla/websocket v1.4.2
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/status-im/keycard-go v0.3.3
|
|
github.com/tyler-smith/go-bip39 v1.0.1-0.20181017060643-dbb3b84ba2ef
|
|
go.uber.org/zap v1.27.0
|
|
golang.org/x/crypto v0.32.0
|
|
golang.org/x/text v0.21.0
|
|
)
|
|
|
|
require (
|
|
github.com/btcsuite/btcd/btcec/v2 v2.2.0 // indirect
|
|
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.0.1 // indirect
|
|
github.com/gabriel-vasile/mimetype v1.4.8 // indirect
|
|
github.com/go-playground/locales v0.14.1 // indirect
|
|
github.com/go-playground/universal-translator v0.18.1 // indirect
|
|
github.com/go-stack/stack v1.8.1 // indirect
|
|
github.com/leodido/go-urn v1.4.0 // indirect
|
|
go.uber.org/multierr v1.10.0 // indirect
|
|
golang.org/x/net v0.34.0 // indirect
|
|
golang.org/x/sys v0.29.0 // indirect
|
|
)
|