Skip to content

Commit

Permalink
Bump to indexer 3.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
gmalouf committed Jun 6, 2024
1 parent 0ffb4a0 commit 0ed9e80
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.21.10
require (
github.com/algorand/go-algorand-sdk/v2 v2.6.0
github.com/algorand/go-codec/codec v1.1.10
github.com/algorand/indexer/v3 v3.4.1-0.20240606155432-8e7d2e5b31b8
github.com/algorand/indexer/v3 v3.5.0
github.com/google/uuid v1.3.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 @@ -50,8 +50,8 @@ github.com/algorand/go-algorand-sdk/v2 v2.6.0 h1:pfL8lloEi26l6PwAFicmPUguWgKpy1e
github.com/algorand/go-algorand-sdk/v2 v2.6.0/go.mod h1:4ayerzjoWChm3kuVhbgFgURTbaYTtlj0c41eP3av5lw=
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.4.1-0.20240606155432-8e7d2e5b31b8 h1:IEB4Ss94arpXLJ5JyVG/qvndhUUBL0wTolAvX5yZBdQ=
github.com/algorand/indexer/v3 v3.4.1-0.20240606155432-8e7d2e5b31b8/go.mod h1:bWjFkmTVqeSgAiBbJouZX+Skf/RUWfZo8LenFMR1FjU=
github.com/algorand/indexer/v3 v3.5.0 h1:UBuQ9ItVa+bCOU55H9Jl5YGzrkX6Kjqrk6p1ShpvevQ=
github.com/algorand/indexer/v3 v3.5.0/go.mod h1:bWjFkmTVqeSgAiBbJouZX+Skf/RUWfZo8LenFMR1FjU=
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 0ed9e80

Please sign in to comment.