-
Notifications
You must be signed in to change notification settings - Fork 14
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
16 changed files
with
1,288 additions
and
61 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
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,13 +1,13 @@ | ||
module github.com/aviate-labs/agent-go | ||
|
||
go 1.21.0 | ||
go 1.22.1 | ||
|
||
require ( | ||
github.com/aviate-labs/leb128 v0.3.0 | ||
github.com/aviate-labs/secp256k1 v0.0.0-5e6736a | ||
github.com/di-wu/parser v0.3.0 | ||
github.com/fxamacker/cbor/v2 v2.5.0 | ||
github.com/herumi/bls-go-binary v1.32.0 | ||
github.com/fxamacker/cbor/v2 v2.6.0 | ||
github.com/herumi/bls-go-binary v1.33.0 | ||
) | ||
|
||
require github.com/x448/float16 v0.8.4 // indirect |
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
Oops, something went wrong.