Skip to content

Commit

Permalink
Update go-codec and go-algorand-sdk dependencies. (#106)
Browse files Browse the repository at this point in the history
  • Loading branch information
winder committed Jun 16, 2023
1 parent 10b113b commit cc0e349
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ module github.com/algorand/conduit
go 1.20

require (
github.com/algorand/go-algorand-sdk/v2 v2.0.0-20230531123858-3a0efd6a6398
github.com/algorand/go-codec/codec v1.1.8
github.com/algorand/go-algorand-sdk/v2 v2.2.0
github.com/algorand/go-codec/codec v1.1.10
github.com/algorand/indexer v0.0.0-20230601214318-cb2f42818f82
github.com/jackc/pgx/v4 v4.13.0
github.com/prometheus/client_golang v1.11.1
Expand Down
9 changes: 4 additions & 5 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -76,11 +76,10 @@ github.com/alecthomas/units v0.0.0-20190717042225-c3de453c63f4/go.mod h1:ybxpYRF
github.com/alecthomas/units v0.0.0-20190924025748-f65c72e2690d/go.mod h1:rBZYJk541a8SKzHPHnH3zbiI+7dagKZ0cgpgrD7Fyho=
github.com/algorand/avm-abi v0.2.0 h1:bkjsG+BOEcxUcnGSALLosmltE0JZdg+ZisXKx0UDX2k=
github.com/algorand/avm-abi v0.2.0/go.mod h1:+CgwM46dithy850bpTeHh9MC99zpn2Snirb3QTl2O/g=
github.com/algorand/go-algorand-sdk/v2 v2.0.0-20230531123858-3a0efd6a6398 h1:mvzP4TC3Gip7zGytr/OnFU0O00AbB8IyjhohlxgLUv4=
github.com/algorand/go-algorand-sdk/v2 v2.0.0-20230531123858-3a0efd6a6398/go.mod h1:Nt3EHpP8AznLs0/EFfhr0/xsVf5ucnvjNeRygGgbUzM=
github.com/algorand/go-codec v1.1.8/go.mod h1:XhzVs6VVyWMLu6cApb9/192gBjGRVGm5cX5j203Heg4=
github.com/algorand/go-codec/codec v1.1.8 h1:lsFuhcOH2LiEhpBH3BVUUkdevVmwCRyvb7FCAAPeY6U=
github.com/algorand/go-codec/codec v1.1.8/go.mod h1:tQ3zAJ6ijTps6V+wp8KsGDnPC2uhHVC7ANyrtkIY0bA=
github.com/algorand/go-algorand-sdk/v2 v2.2.0 h1:zWwK+k/WArtZJUSkDXTDj4a0GUik2iOhFlPjLFDET6s=
github.com/algorand/go-algorand-sdk/v2 v2.2.0/go.mod h1:+3+4EZmMUcQk6bgmtC5Ic5kKZE/g6SmfiW098tYLkPE=
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 v0.0.0-20230601214318-cb2f42818f82 h1:r9uSYsLnqoai3KpzNfu63t1mNyWyCN7/HVzVW7LQ+A4=
github.com/algorand/indexer v0.0.0-20230601214318-cb2f42818f82/go.mod h1:Ij17e5eDgIUjpE7l3YxGB2+BJ5qPryjneVGoWQlHRt4=
github.com/algorand/oapi-codegen v1.12.0-algorand.0 h1:W9PvED+wAJc+9EeXPONnA+0zE9UhynEqoDs4OgAxKhk=
Expand Down

0 comments on commit cc0e349

Please sign in to comment.