-
Notifications
You must be signed in to change notification settings - Fork 96
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
85 changed files
with
40 additions
and
67,708 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,14 @@ | ||
module github.com/algorand/go-algorand-sdk | ||
|
||
go 1.13 | ||
go 1.16 | ||
|
||
require ( | ||
github.com/algorand/go-algorand v0.0.0-20211020145413-1e5603c2691d | ||
github.com/algorand/go-codec/codec v1.1.7 | ||
github.com/algorand/go-algorand v0.0.0-20220323144801-17c0feef002f | ||
github.com/algorand/go-codec/codec v1.1.8 | ||
github.com/cucumber/godog v0.8.1 | ||
github.com/davecgh/go-spew v1.1.1 // indirect | ||
github.com/google/go-querystring v1.0.0 | ||
github.com/stretchr/testify v1.7.0 | ||
github.com/pmezard/go-difflib v1.0.0 // indirect | ||
github.com/stretchr/testify v1.7.1 | ||
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519 | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.