accounts/keystore: use github.com/google/uuid (#22217)
This replaces the github.com/pborman/uuid dependency with
github.com/google/uuid because the former is only a wrapper for
the latter (since v1.0.0).
Co-authored-by:
Felix Lange <fjl@twurst.com>
Showing
- accounts/keystore/key.go 9 additions, 3 deletionsaccounts/keystore/key.go
- accounts/keystore/passphrase.go 16 additions, 5 deletionsaccounts/keystore/passphrase.go
- accounts/keystore/presale.go 6 additions, 3 deletionsaccounts/keystore/presale.go
- cmd/ethkey/generate.go 6 additions, 3 deletionscmd/ethkey/generate.go
- go.mod 1 addition, 2 deletionsgo.mod
- go.sum 2 additions, 18 deletionsgo.sum
Loading
Please register or sign in to comment