From de6b98e6d985f3231c4c7ac110fa2d4e22664fcf Mon Sep 17 00:00:00 2001 From: shuning-auki Date: Wed, 17 Apr 2024 12:10:06 +0800 Subject: [PATCH] bump hagall-common to v0.1.11 (#33) --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 443efcf..e74c19d 100644 --- a/go.mod +++ b/go.mod @@ -4,7 +4,7 @@ go 1.21 require ( github.com/aukilabs/go-tooling v0.14.5 - github.com/aukilabs/hagall-common v0.1.10 + github.com/aukilabs/hagall-common v0.1.11 github.com/ethereum/go-ethereum v1.13.14 github.com/google/uuid v1.6.0 github.com/prometheus/client_golang v1.19.0 diff --git a/go.sum b/go.sum index 4c80199..4ac79db 100644 --- a/go.sum +++ b/go.sum @@ -1,7 +1,7 @@ github.com/aukilabs/go-tooling v0.14.5 h1:6/paa3gx7u0LNQoc/F9fkmzYY5/CwjwuHjy3nudJOLg= github.com/aukilabs/go-tooling v0.14.5/go.mod h1:YbXJtQfG+gTG/TfXQrf/mwVRmO/lBjQFmraDgGGIIKw= -github.com/aukilabs/hagall-common v0.1.10 h1:8KYNBgrIWk8ZejXZ/gsyCLWMMZ6jRcZtcgdLUiEFc08= -github.com/aukilabs/hagall-common v0.1.10/go.mod h1:/TDpw2RL7csIHnOBNEbZrchXC5T7+KDqqIduqp7lHCQ= +github.com/aukilabs/hagall-common v0.1.11 h1:GhTNeONwSxy056H7DJT8V+UrGDMe83i48Z7u2HJjpH4= +github.com/aukilabs/hagall-common v0.1.11/go.mod h1:/TDpw2RL7csIHnOBNEbZrchXC5T7+KDqqIduqp7lHCQ= github.com/beorn7/perks v1.0.1 h1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM= github.com/beorn7/perks v1.0.1/go.mod h1:G2ZrVWU2WbWT9wwq4/hrbKbnv/1ERSJQ0ibhJ6rlkpw= github.com/btcsuite/btcd/btcec/v2 v2.3.2 h1:5n0X6hX0Zk+6omWcihdYvdAlGf2DfasC0GMf7DClJ3U=