Skip to content

Commit 9e673dd

Browse files
authored
Set Indexer version v3.9.0-rc1. (#187)
1 parent 6182d35 commit 9e673dd

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
@@ -7,7 +7,7 @@ toolchain go1.23.3
77
require (
88
github.com/algorand/go-algorand-sdk/v2 v2.10.1-0.20250829133552-9b5242cd2eb6
99
github.com/algorand/go-codec/codec v1.1.10
10-
github.com/algorand/indexer/v3 v3.8.2-0.20250829201002-ffff8a8aa81d
10+
github.com/algorand/indexer/v3 v3.9.0-rc1
1111
github.com/google/uuid v1.6.0
1212
github.com/jackc/pgx/v4 v4.18.2
1313
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
@@ -11,8 +11,8 @@ github.com/algorand/go-algorand-sdk/v2 v2.10.1-0.20250829133552-9b5242cd2eb6 h1:
1111
github.com/algorand/go-algorand-sdk/v2 v2.10.1-0.20250829133552-9b5242cd2eb6/go.mod h1:D6iKT87/N6ajNpN7uMYPC9/RsOo2BbxnDfvh81E3hOM=
1212
github.com/algorand/go-codec/codec v1.1.10 h1:zmWYU1cp64jQVTOG8Tw8wa+k0VfwgXIPbnDfiVa+5QA=
1313
github.com/algorand/go-codec/codec v1.1.10/go.mod h1:YkEx5nmr/zuCeaDYOIhlDg92Lxju8tj2d2NrYqP7g7k=
14-
github.com/algorand/indexer/v3 v3.8.2-0.20250829201002-ffff8a8aa81d h1:3ivWIwJjfhQZ1m3nqroURlXTCyEct6hnw8zp22kPnzU=
15-
github.com/algorand/indexer/v3 v3.8.2-0.20250829201002-ffff8a8aa81d/go.mod h1:pD+GhLEOAOCymU+/QenCluS68MhjQix0V7n/EsoJK5Y=
14+
github.com/algorand/indexer/v3 v3.9.0-rc1 h1:oifXfEDaeQWWPhvLOfWOTLzwYIc+xHRW9UaITWPBXYQ=
15+
github.com/algorand/indexer/v3 v3.9.0-rc1/go.mod h1:pD+GhLEOAOCymU+/QenCluS68MhjQix0V7n/EsoJK5Y=
1616
github.com/algorand/oapi-codegen v1.12.0-algorand.0 h1:W9PvED+wAJc+9EeXPONnA+0zE9UhynEqoDs4OgAxKhk=
1717
github.com/algorand/oapi-codegen v1.12.0-algorand.0/go.mod h1:tIWJ9K/qrLDVDt5A1p82UmxZIEGxv2X+uoujdhEAL48=
1818
github.com/apapsch/go-jsonmerge/v2 v2.0.0 h1:axGnT1gRIfimI7gJifB699GoE/oq+F2MU7Dml6nw9rQ=

0 commit comments

Comments
 (0)