-
Notifications
You must be signed in to change notification settings - Fork 69
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add go tests * add js tests * fix how license is shown * add rust flow * fix syntax * cd into rust * test * test++ * test++ * test++ * migrate * add rust linting * fix concurrency * formatting * lint pr * rename main to master * fix test * fix clippy issues * clean deps and update Co-authored-by: Marko Baricevic <[email protected]>
- Loading branch information
1 parent
82313ed
commit ff8cea3
Showing
4 changed files
with
68 additions
and
48 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,8 @@ | ||
module github.com/confio/ics23/go | ||
|
||
go 1.14 | ||
go 1.19 | ||
|
||
require ( | ||
github.com/gogo/protobuf v1.3.1 | ||
github.com/pkg/errors v0.8.1 | ||
golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 | ||
golang.org/x/crypto v0.2.0 | ||
) |
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
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