File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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-
1614require (
1715 github.com/BurntSushi/toml v1.4.0 // indirect
1816 github.com/alexflint/go-arg v1.5.1 // indirect
Original file line number Diff line number Diff line change @@ -23,6 +23,8 @@ github.com/ethereum/go-ethereum v1.13.15 h1:U7sSGYGo4SPjP6iNIifNoyIAiNjrmQkz6EwQ
2323github.com/ethereum/go-ethereum v1.13.15 /go.mod h1:TN8ZiHrdJwSe8Cb6x+p0hs5CxhJZPbqB7hHkaUXcmIU =
2424github.com/flare-foundation/go-flare-common v1.0.2 h1:GZTQMmIBMVhEMMe2smuGu46jWNoe6+xzeE68XAhmxSE =
2525github.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 =
2628github.com/holiman/uint256 v1.2.4 h1:jUc4Nk8fm9jZabQuqr2JzednajVmBpC+oiTiXZJEApU =
2729github.com/holiman/uint256 v1.2.4 /go.mod h1:EOMSn4q6Nyt9P6efbI3bueV4e1b3dGlUCXeiRV4ng7E =
2830github.com/jackc/pgpassfile v1.0.0 h1:/6Hmqy13Ss2zCq62VdNG8tM1wchn8zjSGOBJ6icpsIM =
You can’t perform that action at this time.
0 commit comments