Skip to content

Commit 48a72ca

Browse files
committed
Revert "Add ABI-encoding feature (#247)"
This reverts commit fdcd3f6.
1 parent 796ee36 commit 48a72ca

File tree

3 files changed

+2
-236
lines changed

3 files changed

+2
-236
lines changed

encoding/abi/abi.go

Lines changed: 0 additions & 106 deletions
This file was deleted.

go.mod

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,14 @@ module github.com/algorand/go-algorand-sdk
33
go 1.13
44

55
require (
6-
github.com/algorand/go-algorand v0.0.0-20210929134638-1202d32142af // indirect
76
github.com/algorand/go-codec v1.1.7
87
github.com/algorand/go-codec/codec v1.1.7
98
github.com/cucumber/godog v0.8.1
109
github.com/davecgh/go-spew v1.1.1
1110
github.com/google/go-querystring v1.0.0
1211
github.com/nsf/jsondiff v0.0.0-20200515183724-f29ed568f4ce
1312
github.com/pmezard/go-difflib v1.0.0
14-
github.com/stretchr/testify v1.7.0
15-
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519
13+
github.com/stretchr/testify v1.3.0
14+
golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550
1615
golang.org/x/tools v0.0.0-20200426102838-f3a5411a4c3b // indirect
1716
)

0 commit comments

Comments
 (0)