Skip to content

Commit

Permalink
Bump to indexer v3.7.1. (#181)
Browse files Browse the repository at this point in the history
  • Loading branch information
gmalouf authored Jan 8, 2025
1 parent 05140c2 commit 1c3500b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ toolchain go1.23.3
require (
github.com/algorand/go-algorand-sdk/v2 v2.7.0
github.com/algorand/go-codec/codec v1.1.10
github.com/algorand/indexer/v3 v3.7.0
github.com/algorand/indexer/v3 v3.7.1
github.com/google/uuid v1.6.0
github.com/jackc/pgx/v4 v4.18.2
github.com/opensearch-project/opensearch-go/v2 v2.3.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ github.com/algorand/go-algorand-sdk/v2 v2.7.0 h1:ntORjVgXnm+1jqpj55Fv2MbYitxwE9A
github.com/algorand/go-algorand-sdk/v2 v2.7.0/go.mod h1:BkHnK2PuCqzdGPNeWUo5yo6lRjyDZ9QoMN8GIjfijrA=
github.com/algorand/go-codec/codec v1.1.10 h1:zmWYU1cp64jQVTOG8Tw8wa+k0VfwgXIPbnDfiVa+5QA=
github.com/algorand/go-codec/codec v1.1.10/go.mod h1:YkEx5nmr/zuCeaDYOIhlDg92Lxju8tj2d2NrYqP7g7k=
github.com/algorand/indexer/v3 v3.7.0 h1:Ar7bQSmcOsigXZzNLjEpRlblRYzKmPnSsfAcowpu6lE=
github.com/algorand/indexer/v3 v3.7.0/go.mod h1:L08o2o+4YdWBUnNjXUaOpGQlhb32PtXXoM37GZWHuEE=
github.com/algorand/indexer/v3 v3.7.1 h1:YQXzwLA5DJ1vq5Z82/6IbSmHUyQb5bnFhGJkhh5Ocow=
github.com/algorand/indexer/v3 v3.7.1/go.mod h1:L08o2o+4YdWBUnNjXUaOpGQlhb32PtXXoM37GZWHuEE=
github.com/algorand/oapi-codegen v1.12.0-algorand.0 h1:W9PvED+wAJc+9EeXPONnA+0zE9UhynEqoDs4OgAxKhk=
github.com/algorand/oapi-codegen v1.12.0-algorand.0/go.mod h1:tIWJ9K/qrLDVDt5A1p82UmxZIEGxv2X+uoujdhEAL48=
github.com/apapsch/go-jsonmerge/v2 v2.0.0 h1:axGnT1gRIfimI7gJifB699GoE/oq+F2MU7Dml6nw9rQ=
Expand Down

0 comments on commit 1c3500b

Please sign in to comment.