From 9a9990605c49245ace439d4445035c9a623384c2 Mon Sep 17 00:00:00 2001 From: Potuz Date: Thu, 1 Feb 2024 12:42:56 -0300 Subject: [PATCH] Update Gohashtree to v0.0.4-beta (#13569) * Update Gohashtree to v0.0.4-beta * go mod tidy * go mod tidy --------- Co-authored-by: Preston Van Loon --- DEPENDENCIES.md | 2 +- deps.bzl | 4 ++-- go.mod | 2 +- go.sum | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/DEPENDENCIES.md b/DEPENDENCIES.md index 9505db5d4..721b29520 100644 --- a/DEPENDENCIES.md +++ b/DEPENDENCIES.md @@ -55,7 +55,7 @@ bazel build //beacon-chain --config=release ## Adding / updating dependencies 1. Add your dependency as you would with go modules. I.e. `go get ...` -1. Run `gazelle update-repos -from_file=go.mod` to update the bazel managed dependencies. +1. Run `bazel run //:gazelle -- update-repos -from_file=go.mod` to update the bazel managed dependencies. Example: diff --git a/deps.bzl b/deps.bzl index 3a4baf24a..4fcc7151e 100644 --- a/deps.bzl +++ b/deps.bzl @@ -3561,8 +3561,8 @@ def prysm_deps(): go_repository( name = "com_github_prysmaticlabs_gohashtree", importpath = "github.com/prysmaticlabs/gohashtree", - sum = "h1:1EVinCWdb3Lorq7xn8DYQHf48nCcdAM3Vb18KsFlRWY=", - version = "v0.0.3-alpha", + sum = "h1:H/EbCuXPeTV3lpKeXGPpEV9gsUpkqOOVnWapUyeWro4=", + version = "v0.0.4-beta", ) go_repository( diff --git a/go.mod b/go.mod index bb3001c8b..ff97d340e 100644 --- a/go.mod +++ b/go.mod @@ -257,7 +257,7 @@ require ( github.com/go-ole/go-ole v1.2.6 // indirect github.com/go-playground/validator/v10 v10.13.0 github.com/peterh/liner v1.2.0 // indirect - github.com/prysmaticlabs/gohashtree v0.0.3-alpha + github.com/prysmaticlabs/gohashtree v0.0.4-beta golang.org/x/sys v0.15.0 // indirect google.golang.org/api v0.44.0 // indirect google.golang.org/appengine v1.6.7 // indirect diff --git a/go.sum b/go.sum index 2f41d320a..958c08975 100644 --- a/go.sum +++ b/go.sum @@ -1105,8 +1105,8 @@ github.com/prysmaticlabs/fastssz v0.0.0-20221107182844-78142813af44/go.mod h1:MA github.com/prysmaticlabs/go-bitfield v0.0.0-20210108222456-8e92c3709aa0/go.mod h1:hCwmef+4qXWjv0jLDbQdWnL0Ol7cS7/lCSS26WR+u6s= github.com/prysmaticlabs/go-bitfield v0.0.0-20210809151128-385d8c5e3fb7 h1:0tVE4tdWQK9ZpYygoV7+vS6QkDvQVySboMVEIxBJmXw= github.com/prysmaticlabs/go-bitfield v0.0.0-20210809151128-385d8c5e3fb7/go.mod h1:wmuf/mdK4VMD+jA9ThwcUKjg3a2XWM9cVfFYjDyY4j4= -github.com/prysmaticlabs/gohashtree v0.0.3-alpha h1:1EVinCWdb3Lorq7xn8DYQHf48nCcdAM3Vb18KsFlRWY= -github.com/prysmaticlabs/gohashtree v0.0.3-alpha/go.mod h1:4pWaT30XoEx1j8KNJf3TV+E3mQkaufn7mf+jRNb/Fuk= +github.com/prysmaticlabs/gohashtree v0.0.4-beta h1:H/EbCuXPeTV3lpKeXGPpEV9gsUpkqOOVnWapUyeWro4= +github.com/prysmaticlabs/gohashtree v0.0.4-beta/go.mod h1:BFdtALS+Ffhg3lGQIHv9HDWuHS8cTvHZzrHWxwOtGOs= github.com/prysmaticlabs/grpc-gateway/v2 v2.3.1-0.20230315201114-09284ba20446 h1:4wctORg/1TkgLgXejv9yOSAm3cDBJxoTzl/RNuZmX28= github.com/prysmaticlabs/grpc-gateway/v2 v2.3.1-0.20230315201114-09284ba20446/go.mod h1:IOyTYjcIO0rkmnGBfJTL0NJ11exy/Tc2QEuv7hCXp24= github.com/prysmaticlabs/prombbolt v0.0.0-20210126082820-9b7adba6db7c h1:9PHRCuO/VN0s9k+RmLykho7AjDxblNYI5bYKed16NPU=