Skip to content

Commit 8d2ac43

Browse files
committed
Bump to updated indexer based off protocol upgrade commit.
1 parent 8ea006e commit 8d2ac43

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.20
55
require (
66
github.com/algorand/go-algorand-sdk/v2 v2.4.0
77
github.com/algorand/go-codec/codec v1.1.10
8-
github.com/algorand/indexer/v3 v3.0.0
8+
github.com/algorand/indexer/v3 v3.3.1-0.20231215213915-9ef21ad4c44f
99
github.com/google/uuid v1.3.0
1010
github.com/jackc/pgx/v4 v4.13.0
1111
github.com/opensearch-project/opensearch-go/v2 v2.3.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ github.com/algorand/go-algorand-sdk/v2 v2.4.0 h1:R9ykarfk0ojAZlXlrysViDwWjHrvUMA
4949
github.com/algorand/go-algorand-sdk/v2 v2.4.0/go.mod h1:Xk569fTpBTV0QtE74+79NTl6Rz3OC1K3iods4uG0ffU=
5050
github.com/algorand/go-codec/codec v1.1.10 h1:zmWYU1cp64jQVTOG8Tw8wa+k0VfwgXIPbnDfiVa+5QA=
5151
github.com/algorand/go-codec/codec v1.1.10/go.mod h1:YkEx5nmr/zuCeaDYOIhlDg92Lxju8tj2d2NrYqP7g7k=
52-
github.com/algorand/indexer/v3 v3.0.0 h1:FxQVt1KdwvJrKUAhJPeo+YAOygnJzgjKT8MUEawH+zc=
53-
github.com/algorand/indexer/v3 v3.0.0/go.mod h1:P+RpgLu0lR/6RT8ZwspLHBNKVeAMzwRfCSMVsfiwf40=
52+
github.com/algorand/indexer/v3 v3.3.1-0.20231215213915-9ef21ad4c44f h1:obf3m/JnuCzCDLOHvGCo1oaAPSoW7RzSz8ehzFIlyyU=
53+
github.com/algorand/indexer/v3 v3.3.1-0.20231215213915-9ef21ad4c44f/go.mod h1:vGfnkuvXwv7iB3mros9enP5jbsqLsj3iYm7p46FhVXg=
5454
github.com/algorand/oapi-codegen v1.12.0-algorand.0 h1:W9PvED+wAJc+9EeXPONnA+0zE9UhynEqoDs4OgAxKhk=
5555
github.com/algorand/oapi-codegen v1.12.0-algorand.0/go.mod h1:tIWJ9K/qrLDVDt5A1p82UmxZIEGxv2X+uoujdhEAL48=
5656
github.com/apapsch/go-jsonmerge/v2 v2.0.0 h1:axGnT1gRIfimI7gJifB699GoE/oq+F2MU7Dml6nw9rQ=

0 commit comments

Comments
 (0)