Skip to content

Commit 5b29481

Browse files
committed
Update to latest sdk
1 parent 76cd228 commit 5b29481

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ toolchain go1.23.3
66

77
require (
88
github.com/algorand/avm-abi v0.2.0
9-
github.com/algorand/go-algorand-sdk/v2 v2.10.1-0.20250829133552-9b5242cd2eb6
9+
github.com/algorand/go-algorand-sdk/v2 v2.11.0
1010
github.com/algorand/go-codec/codec v1.1.10
1111
github.com/algorand/oapi-codegen v1.12.0-algorand.0
1212
github.com/davecgh/go-spew v1.1.1

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@ github.com/algorand/avm-abi v0.2.0 h1:bkjsG+BOEcxUcnGSALLosmltE0JZdg+ZisXKx0UDX2
6464
github.com/algorand/avm-abi v0.2.0/go.mod h1:+CgwM46dithy850bpTeHh9MC99zpn2Snirb3QTl2O/g=
6565
github.com/algorand/go-algorand-sdk/v2 v2.10.1-0.20250829133552-9b5242cd2eb6 h1:F/n7SH3Jo4L1XGfJ/3gtSTaoo5h06YMyCvxbnKw3AQ4=
6666
github.com/algorand/go-algorand-sdk/v2 v2.10.1-0.20250829133552-9b5242cd2eb6/go.mod h1:D6iKT87/N6ajNpN7uMYPC9/RsOo2BbxnDfvh81E3hOM=
67+
github.com/algorand/go-algorand-sdk/v2 v2.11.0 h1:zE7BQZryEPdm1S+8+SOLGJubSYtfwOUO2nvJVakAF3s=
68+
github.com/algorand/go-algorand-sdk/v2 v2.11.0/go.mod h1:D6iKT87/N6ajNpN7uMYPC9/RsOo2BbxnDfvh81E3hOM=
6769
github.com/algorand/go-codec/codec v1.1.10 h1:zmWYU1cp64jQVTOG8Tw8wa+k0VfwgXIPbnDfiVa+5QA=
6870
github.com/algorand/go-codec/codec v1.1.10/go.mod h1:YkEx5nmr/zuCeaDYOIhlDg92Lxju8tj2d2NrYqP7g7k=
6971
github.com/algorand/oapi-codegen v1.12.0-algorand.0 h1:W9PvED+wAJc+9EeXPONnA+0zE9UhynEqoDs4OgAxKhk=

0 commit comments

Comments
 (0)