From e134a52c7bb0d6914477ac67785b5ad3289d3429 Mon Sep 17 00:00:00 2001 From: Gregor Podlogar Date: Thu, 5 Dec 2024 11:45:12 +0100 Subject: [PATCH] flare common version update --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 896bd26..8efc075 100644 --- a/go.mod +++ b/go.mod @@ -6,7 +6,7 @@ require ( github.com/BurntSushi/toml v1.4.0 github.com/bradleyjkemp/cupaloy v2.3.0+incompatible github.com/ethereum/go-ethereum v1.14.11 - github.com/flare-foundation/go-flare-common v0.1.4 + github.com/flare-foundation/go-flare-common v0.1.5 github.com/gorilla/mux v1.8.1 github.com/pkg/errors v0.9.1 github.com/rs/cors v1.11.1 diff --git a/go.sum b/go.sum index df0f4f4..b5680cc 100644 --- a/go.sum +++ b/go.sum @@ -72,8 +72,8 @@ github.com/ethereum/go-ethereum v1.14.11 h1:8nFDCUUE67rPc6AKxFj7JKaOa2W/W1Rse3oS github.com/ethereum/go-ethereum v1.14.11/go.mod h1:+l/fr42Mma+xBnhefL/+z11/hcmJ2egl+ScIVPjhc7E= github.com/ethereum/go-verkle v0.1.1-0.20240829091221-dffa7562dbe9 h1:8NfxH2iXvJ60YRB8ChToFTUzl8awsc3cJ8CbLjGIl/A= github.com/ethereum/go-verkle v0.1.1-0.20240829091221-dffa7562dbe9/go.mod h1:M3b90YRnzqKyyzBEWJGqj8Qff4IDeXnzFw0P9bFw3uk= -github.com/flare-foundation/go-flare-common v0.1.4 h1:h/Xn56QkFwKhBjBkfpWG0qfPoHcez+OJHXbplRE+Q9g= -github.com/flare-foundation/go-flare-common v0.1.4/go.mod h1:Pb1OAtNe8jNsD2fh6syJD6kVdqxAAXWESTGgd7uQlME= +github.com/flare-foundation/go-flare-common v0.1.5 h1:zfZnZ78DIAHKBmPuLq4Lls2q6Cbg0PGSuNUSZvrOXMg= +github.com/flare-foundation/go-flare-common v0.1.5/go.mod h1:Pb1OAtNe8jNsD2fh6syJD6kVdqxAAXWESTGgd7uQlME= github.com/fsnotify/fsnotify v1.4.7/go.mod h1:jwhsz4b93w/PPRr/qN1Yymfu8t87LnFCMoQvtojpjFo= github.com/fsnotify/fsnotify v1.4.9/go.mod h1:znqG4EE+3YCdAaPaxE2ZRY/06pZUdp0tY4IgpuI1SZQ= github.com/fsnotify/fsnotify v1.5.4/go.mod h1:OVB6XrOHzAwXMpEM7uPOzcehqUV2UqJxmVXmkdnm1bU=