-
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
6 changed files
with
15 additions
and
18 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 |
---|---|---|
|
@@ -3,11 +3,11 @@ jobs: | |
test: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v3 | ||
- uses: actions/setup-go@v2 | ||
- uses: actions/checkout@v4 | ||
- uses: actions/setup-go@v4 | ||
with: | ||
go-version: '1.20' | ||
- uses: aviate-labs/[email protected].3 | ||
go-version: '1.21.0' | ||
- uses: aviate-labs/[email protected].6 | ||
with: | ||
dfx-version: 0.13.1 | ||
dfx-version: 0.15.1 | ||
- run: make test |
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,7 +1,7 @@ | ||
package idl | ||
|
||
import ( | ||
"golang.org/x/exp/slices" | ||
"slices" | ||
) | ||
|
||
type TypeDefinitionTable struct { | ||
|
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,14 +1,13 @@ | ||
module github.com/aviate-labs/agent-go | ||
|
||
go 1.20 | ||
go 1.21.0 | ||
|
||
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.4.0 | ||
github.com/herumi/bls-go-binary v1.28.2 | ||
golang.org/x/exp v0.0.0-20230515195305-f3d0a9c9a5cc | ||
github.com/fxamacker/cbor/v2 v2.5.0 | ||
github.com/herumi/bls-go-binary v1.32.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
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