From 2b671ac5084dd64d0382b6a89c95f1faa0a1100a Mon Sep 17 00:00:00 2001 From: Zaki Manian Date: Thu, 19 Oct 2023 08:03:10 -0500 Subject: [PATCH] Fix for MacOS Sonoma Ledger detection issues --- golang/cosmos/go.mod | 4 ++-- golang/cosmos/go.sum | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/golang/cosmos/go.mod b/golang/cosmos/go.mod index 03696a04b703..d790317a1f87 100644 --- a/golang/cosmos/go.mod +++ b/golang/cosmos/go.mod @@ -15,6 +15,7 @@ require ( github.com/rakyll/statik v0.1.7 github.com/spf13/cast v1.5.0 github.com/spf13/cobra v1.6.0 + github.com/spf13/viper v1.13.0 github.com/stretchr/testify v1.8.0 github.com/tendermint/tendermint v0.34.23 github.com/tendermint/tm-db v0.6.7 @@ -105,7 +106,6 @@ require ( github.com/spf13/afero v1.8.2 // indirect github.com/spf13/jwalterweatherman v1.1.0 // indirect github.com/spf13/pflag v1.0.5 // indirect - github.com/spf13/viper v1.13.0 // indirect github.com/subosito/gotenv v1.4.1 // indirect github.com/syndtr/goleveldb v1.0.1-0.20210819022825-2ae1ddf74ef7 // indirect github.com/tendermint/btcd v0.1.1 // indirect @@ -130,7 +130,7 @@ replace github.com/keybase/go-keychain => github.com/99designs/go-keychain v0.0. // At least until post-v0.9.0 is released with // https://github.com/Zondax/hid/issues/4 resolved. -replace github.com/zondax/hid => github.com/zondax/hid v0.9.1-0.20220302062450-5552068d2266 +replace github.com/zondax/hid => github.com/zondax/hid v0.9.2 replace github.com/99designs/keyring => github.com/cosmos/keyring v1.1.7-0.20210622111912-ef00f8ac3d76 diff --git a/golang/cosmos/go.sum b/golang/cosmos/go.sum index 94b6971fbbff..3b7569b5c6cb 100644 --- a/golang/cosmos/go.sum +++ b/golang/cosmos/go.sum @@ -783,8 +783,8 @@ github.com/yuin/goldmark v1.1.25/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9de github.com/yuin/goldmark v1.1.27/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74= github.com/yuin/goldmark v1.1.32/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74= github.com/yuin/goldmark v1.2.1/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74= -github.com/zondax/hid v0.9.1-0.20220302062450-5552068d2266 h1:O9XLFXGkVswDFmH9LaYpqu+r/AAFWqr0DL6V00KEVFg= -github.com/zondax/hid v0.9.1-0.20220302062450-5552068d2266/go.mod h1:l5wttcP0jwtdLjqjMMWFVEE7d1zO0jvSPA9OPZxWpEM= +github.com/zondax/hid v0.9.2 h1:WCJFnEDMiqGF64nlZz28E9qLVZ0KSJ7xpc5DLEyma2U= +github.com/zondax/hid v0.9.2/go.mod h1:l5wttcP0jwtdLjqjMMWFVEE7d1zO0jvSPA9OPZxWpEM= go.etcd.io/bbolt v1.3.3/go.mod h1:IbVyRI1SCnLcuJnV2u8VeU0CEYM7e686BmAb1XKL+uU= go.etcd.io/bbolt v1.3.6 h1:/ecaJf0sk1l4l6V4awd65v2C3ILy7MSj+s/x1ADCIMU= go.etcd.io/bbolt v1.3.6/go.mod h1:qXsaaIqmgQH0T+OPdb99Bf+PKfBBQVAdyD6TY9G8XM4=