diff --git a/go.mod b/go.mod index 1f2059da8c..f20b25dc6d 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module github.com/algorand/go-algorand go 1.17 require ( - github.com/algorand/avm-abi v0.0.0-20220809211845-720444b010d0 + github.com/algorand/avm-abi v0.1.0 github.com/algorand/falcon v0.0.0-20220727072124-02a2a64c4414 github.com/algorand/go-codec/codec v1.1.8 github.com/algorand/go-deadlock v0.2.2 diff --git a/go.sum b/go.sum index e35be0f2cd..58fbbdb98c 100644 --- a/go.sum +++ b/go.sum @@ -1,5 +1,5 @@ -github.com/algorand/avm-abi v0.0.0-20220809211845-720444b010d0 h1:VttGYaMfrpLrBewnjKUOusUQuSOuzRVcl21/pczcufk= -github.com/algorand/avm-abi v0.0.0-20220809211845-720444b010d0/go.mod h1:+CgwM46dithy850bpTeHh9MC99zpn2Snirb3QTl2O/g= +github.com/algorand/avm-abi v0.1.0 h1:znZFQXpSUVYz37vXbaH5OZG2VK4snTyXwnc/tV9CVr4= +github.com/algorand/avm-abi v0.1.0/go.mod h1:+CgwM46dithy850bpTeHh9MC99zpn2Snirb3QTl2O/g= github.com/algorand/falcon v0.0.0-20220727072124-02a2a64c4414 h1:nwYN+GQ7Z5OOfZwqBO1ma7DSlP7S1YrKWICOyjkwqrc= github.com/algorand/falcon v0.0.0-20220727072124-02a2a64c4414/go.mod h1:OkQyHlGvS0kLNcIWbC21/uQcnbfwSOQm+wiqWwBG9pQ= github.com/algorand/go-codec v1.1.8/go.mod h1:XhzVs6VVyWMLu6cApb9/192gBjGRVGm5cX5j203Heg4=