update keycard-go

This commit is contained in:
Andrea Franz 2021-10-07 15:12:46 +02:00
parent c8c8aec036
commit e494db0f35
2 changed files with 3 additions and 1 deletions

2
go.mod
View File

@ -7,7 +7,7 @@ require (
github.com/ebfe/scard v0.0.0-20190212122703-c3d1b1916a95 // indirect
github.com/ethereum/go-ethereum v1.10.9 // indirect
github.com/go-stack/stack v1.8.1 // indirect
github.com/status-im/keycard-go v0.0.0-20211007082058-557c4c58b3bc // indirect
github.com/status-im/keycard-go v0.0.0-20211007131014-b3978ba45837 // indirect
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519 // indirect
golang.org/x/sys v0.0.0-20211007075335-d3039528d8ac // indirect
golang.org/x/text v0.3.7 // indirect

2
go.sum
View File

@ -354,6 +354,8 @@ github.com/status-im/keycard-go v0.0.0-20211006082725-f53d31ab34e1 h1:BFrOi1Kv6t
github.com/status-im/keycard-go v0.0.0-20211006082725-f53d31ab34e1/go.mod h1:EyC0vqnPRbDQGq3j4Ej9lSP/nKE8DwwjTwfQ0Yan6SQ=
github.com/status-im/keycard-go v0.0.0-20211007082058-557c4c58b3bc h1:/pr1gLtRHYIl5UUiDAmkVOTydLouWJv9W3WXYfUdxxo=
github.com/status-im/keycard-go v0.0.0-20211007082058-557c4c58b3bc/go.mod h1:EyC0vqnPRbDQGq3j4Ej9lSP/nKE8DwwjTwfQ0Yan6SQ=
github.com/status-im/keycard-go v0.0.0-20211007131014-b3978ba45837 h1:ATfpazq65Y6bODrFx7HFRrOidoYptkUdKKE1gmmcdxE=
github.com/status-im/keycard-go v0.0.0-20211007131014-b3978ba45837/go.mod h1:EyC0vqnPRbDQGq3j4Ej9lSP/nKE8DwwjTwfQ0Yan6SQ=
github.com/steakknife/bloomfilter v0.0.0-20180922174646-6819c0d2a570/go.mod h1:8OR4w3TdeIHIh1g6EMY5p0gVNOovcWC+1vpc7naMuAw=
github.com/steakknife/hamming v0.0.0-20180906055917-c99c65617cd3/go.mod h1:hpGUWaI9xL8pRQCTXQgocU38Qw1g0Us7n5PxxTwTCYU=
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=