From b4c686b85fd487795c25ac8845f8df6c27983e33 Mon Sep 17 00:00:00 2001 From: batphonghan Date: Mon, 16 Oct 2023 19:52:06 +0700 Subject: [PATCH] Update UI --- go.mod | 4 ++-- go.sum | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/go.mod b/go.mod index fce352a90..2e74f5aa8 100644 --- a/go.mod +++ b/go.mod @@ -35,8 +35,8 @@ require ( github.com/rivo/tview v0.0.0-20230621164836-6cc0565babaf // indirect github.com/sethvargo/go-password v0.2.0 github.com/shirou/gopsutil/v3 v3.23.1 - github.com/stader-labs/ethcli-ui/configuration v0.0.0-20231016120601-71e21152a053 - github.com/stader-labs/ethcli-ui/wizard v0.0.0-20231016120601-71e21152a053 + github.com/stader-labs/ethcli-ui/configuration v0.0.0-20231016124941-f6dc59b3b0ff + github.com/stader-labs/ethcli-ui/wizard v0.0.0-20231016124941-f6dc59b3b0ff github.com/tyler-smith/go-bip39 v1.1.0 github.com/urfave/cli v1.22.10 github.com/wealdtech/go-eth2-types/v2 v2.7.0 diff --git a/go.sum b/go.sum index 2446a9604..f7e03d318 100644 --- a/go.sum +++ b/go.sum @@ -1231,10 +1231,10 @@ github.com/spf13/viper v1.0.0/go.mod h1:A8kyI5cUJhb8N+3pkfONlcEcZbueH6nhAm0Fq7Sr github.com/spf13/viper v1.3.2/go.mod h1:ZiWeW+zYFKm7srdB9IoDzzZXaJaI5eL9QjNiN/DMA2s= github.com/spf13/viper v1.7.0/go.mod h1:8WkrPz2fc9jxqZNCJI/76HCieCp4Q8HaLFoCha5qpdg= github.com/src-d/envconfig v1.0.0/go.mod h1:Q9YQZ7BKITldTBnoxsE5gOeB5y66RyPXeue/R4aaNBc= -github.com/stader-labs/ethcli-ui/configuration v0.0.0-20231016120601-71e21152a053 h1:B9jI8rnO5zvhahuSkTF+zG9qAiTabet8h6BYesPetQs= -github.com/stader-labs/ethcli-ui/configuration v0.0.0-20231016120601-71e21152a053/go.mod h1:gZcnx3O0sm+mEO2INhKDHw+iUzJH5tPaX4cv5SN5tsQ= -github.com/stader-labs/ethcli-ui/wizard v0.0.0-20231016120601-71e21152a053 h1:U4+WEvcXZrk7usjNtkIj+CCegWUd7b0ldEG0b4TtY+g= -github.com/stader-labs/ethcli-ui/wizard v0.0.0-20231016120601-71e21152a053/go.mod h1:5ojn2lxD9wd5sF0KYaHBDcpUC3ACFgqr0XG1atCIeAs= +github.com/stader-labs/ethcli-ui/configuration v0.0.0-20231016124941-f6dc59b3b0ff h1:BIoOmo3mDvZer2FUF63LU1w08k5jOBcpBF6Ac/IIX+Q= +github.com/stader-labs/ethcli-ui/configuration v0.0.0-20231016124941-f6dc59b3b0ff/go.mod h1:gZcnx3O0sm+mEO2INhKDHw+iUzJH5tPaX4cv5SN5tsQ= +github.com/stader-labs/ethcli-ui/wizard v0.0.0-20231016124941-f6dc59b3b0ff h1:/snabGli4t4fC41ofKSFwBOD39rK99m+DkmxD9m0i+k= +github.com/stader-labs/ethcli-ui/wizard v0.0.0-20231016124941-f6dc59b3b0ff/go.mod h1:5ojn2lxD9wd5sF0KYaHBDcpUC3ACFgqr0XG1atCIeAs= github.com/status-im/keycard-go v0.0.0-20190316090335-8537d3370df4/go.mod h1:RZLeN1LMWmRsyYjvAu+I6Dm9QmlDaIIt+Y+4Kd7Tp+Q= github.com/status-im/keycard-go v0.0.0-20200402102358-957c09536969 h1:Oo2KZNP70KE0+IUJSidPj/BFS/RXNHmKIJOdckzml2E= github.com/status-im/keycard-go v0.0.0-20200402102358-957c09536969/go.mod h1:RZLeN1LMWmRsyYjvAu+I6Dm9QmlDaIIt+Y+4Kd7Tp+Q=