-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathgo.mod
29 lines (26 loc) · 951 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
module github.com/status-im/status-keycard-go
go 1.22
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
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
)