Skip to content

Commit 6cd0aad

Browse files
committed
update to use latest framework release
1 parent e65b071 commit 6cd0aad

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,11 @@ require (
66
github.com/bradleyjkemp/cupaloy v2.3.0+incompatible
77
github.com/ethereum/go-ethereum v1.13.15
88
github.com/flare-foundation/go-flare-common v1.0.2
9-
github.com/flare-foundation/verifier-indexer-framework v1.0.3
9+
github.com/flare-foundation/verifier-indexer-framework v1.0.4
1010
github.com/pkg/errors v0.9.1
1111
github.com/stretchr/testify v1.9.0
1212
)
1313

14-
replace github.com/flare-foundation/verifier-indexer-framework => ../flare-indexer-framework
15-
1614
require (
1715
github.com/BurntSushi/toml v1.4.0 // indirect
1816
github.com/alexflint/go-arg v1.5.1 // indirect

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ github.com/ethereum/go-ethereum v1.13.15 h1:U7sSGYGo4SPjP6iNIifNoyIAiNjrmQkz6EwQ
2323
github.com/ethereum/go-ethereum v1.13.15/go.mod h1:TN8ZiHrdJwSe8Cb6x+p0hs5CxhJZPbqB7hHkaUXcmIU=
2424
github.com/flare-foundation/go-flare-common v1.0.2 h1:GZTQMmIBMVhEMMe2smuGu46jWNoe6+xzeE68XAhmxSE=
2525
github.com/flare-foundation/go-flare-common v1.0.2/go.mod h1:Pb1OAtNe8jNsD2fh6syJD6kVdqxAAXWESTGgd7uQlME=
26+
github.com/flare-foundation/verifier-indexer-framework v1.0.4 h1:+okU0Q9rz6ga1liIaUejakymDDyf3u+dQkMRUuiWqw8=
27+
github.com/flare-foundation/verifier-indexer-framework v1.0.4/go.mod h1:oaed4K4QdNOVCOHj9ydQgyA2ggGXu5wh8zNWlV5Q2Uw=
2628
github.com/holiman/uint256 v1.2.4 h1:jUc4Nk8fm9jZabQuqr2JzednajVmBpC+oiTiXZJEApU=
2729
github.com/holiman/uint256 v1.2.4/go.mod h1:EOMSn4q6Nyt9P6efbI3bueV4e1b3dGlUCXeiRV4ng7E=
2830
github.com/jackc/pgpassfile v1.0.0 h1:/6Hmqy13Ss2zCq62VdNG8tM1wchn8zjSGOBJ6icpsIM=

0 commit comments

Comments
 (0)