From e53c39bf2dda0aa3f463396fa0da2449fb00cb94 Mon Sep 17 00:00:00 2001 From: mrekucci Date: Thu, 15 Dec 2022 13:12:55 -0300 Subject: [PATCH] chore: update storage-incentives to rc5 --- go.mod | 2 +- go.sum | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 8c3d6978b89..e61e023ea9b 100644 --- a/go.mod +++ b/go.mod @@ -8,7 +8,7 @@ require ( github.com/coreos/go-semver v0.3.0 github.com/ethereum/go-ethereum v1.10.18 github.com/ethersphere/go-price-oracle-abi v0.1.0 - github.com/ethersphere/go-storage-incentives-abi v0.4.0-rc4 + github.com/ethersphere/go-storage-incentives-abi v0.4.0-rc5 github.com/ethersphere/go-sw3-abi v0.4.0 github.com/ethersphere/langos v1.0.0 github.com/gogo/protobuf v1.3.2 diff --git a/go.sum b/go.sum index d2daa3e7904..8ccd4b7167c 100644 --- a/go.sum +++ b/go.sum @@ -250,6 +250,8 @@ github.com/ethersphere/go-price-oracle-abi v0.1.0 h1:yg/hK8nETNvk+GEBASlbakMFv/C github.com/ethersphere/go-price-oracle-abi v0.1.0/go.mod h1:sI/Qj4/zJ23/b1enzwMMv0/hLTpPNVNacEwCWjo6yBk= github.com/ethersphere/go-storage-incentives-abi v0.4.0-rc4 h1:kwykkAyFaBixyodW6sM0h6/ruSo4tARxZlVnYXQ75HU= github.com/ethersphere/go-storage-incentives-abi v0.4.0-rc4/go.mod h1:SXvJVtM4sEsaSKD0jc1ClpDLw8ErPoROZDme4Wrc/Nc= +github.com/ethersphere/go-storage-incentives-abi v0.4.0-rc5 h1:m/rE8L5K3X/RkAsXmeths52xyN7uJ+Ks8/pKLu/Kx/A= +github.com/ethersphere/go-storage-incentives-abi v0.4.0-rc5/go.mod h1:SXvJVtM4sEsaSKD0jc1ClpDLw8ErPoROZDme4Wrc/Nc= github.com/ethersphere/go-sw3-abi v0.4.0 h1:T3ANY+ktWrPAwe2U0tZi+DILpkHzto5ym/XwV/Bbz8g= github.com/ethersphere/go-sw3-abi v0.4.0/go.mod h1:BmpsvJ8idQZdYEtWnvxA8POYQ8Rl/NhyCdF0zLMOOJU= github.com/ethersphere/langos v1.0.0 h1:NBtNKzXTTRSue95uOlzPN4py7Aofs0xWPzyj4AI1Vcc=