Skip to content

Commit

Permalink
vendor: update go-sequence and ethkit
Browse files Browse the repository at this point in the history
  • Loading branch information
patrislav committed Dec 16, 2024
1 parent f1c5c21 commit 65411be
Show file tree
Hide file tree
Showing 6 changed files with 46 additions and 27 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ go 1.22.7
toolchain go1.23.2

require (
github.com/0xsequence/ethkit v1.30.0
github.com/0xsequence/go-sequence v0.44.0
github.com/0xsequence/ethkit v1.30.1
github.com/0xsequence/go-sequence v0.44.1
github.com/0xsequence/nitrocontrol v0.3.0
github.com/BurntSushi/toml v1.4.0
github.com/aws/aws-sdk-go-v2 v1.30.3
Expand Down
4 changes: 4 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ github.com/0xsequence/ethkit v1.29.8-0.20241213155324-eebd3750367c h1:1GSb6htokP
github.com/0xsequence/ethkit v1.29.8-0.20241213155324-eebd3750367c/go.mod h1:rv0FAIyEyN0hhwGefbduAz4ujmyjyJXhCd6a0/yF3tk=
github.com/0xsequence/ethkit v1.30.0 h1:X6yD+R3wewj/8GYKeyXROMv/NksBhuUTQfLsbDF6rDQ=
github.com/0xsequence/ethkit v1.30.0/go.mod h1:rv0FAIyEyN0hhwGefbduAz4ujmyjyJXhCd6a0/yF3tk=
github.com/0xsequence/ethkit v1.30.1 h1:i0jYd7OP8f30reAyIK9e0YJ62eH56JzYCeSTKVi5oWg=
github.com/0xsequence/ethkit v1.30.1/go.mod h1:rv0FAIyEyN0hhwGefbduAz4ujmyjyJXhCd6a0/yF3tk=
github.com/0xsequence/go-ethauth v0.13.0 h1:ZaqFEEqy574A2b1P7vjpcy5tb4W/izn+A3swwOYi9wA=
github.com/0xsequence/go-ethauth v0.13.0/go.mod h1:f3kx39S9F+W+qvZEB6bkKKbpUstmyB7goUntO3wvlhg=
github.com/0xsequence/go-sequence v0.43.6 h1:zab3UEmMR2BJbgBuafTQqavz0A1VuqtKdBFIwsxLY9Y=
Expand All @@ -15,6 +17,8 @@ github.com/0xsequence/go-sequence v0.43.8-0.20241213022115-a1289f91a2af h1:zTg/c
github.com/0xsequence/go-sequence v0.43.8-0.20241213022115-a1289f91a2af/go.mod h1:WC6QAMqHqvRsB1fashBuc6ZOksuQ1+3VK9VeTB9ByV4=
github.com/0xsequence/go-sequence v0.44.0 h1:qSg+W68n347JX8bv4WT/2Yonac90X3zCVv7Iw0iCeM4=
github.com/0xsequence/go-sequence v0.44.0/go.mod h1:O4CHhtf9apxrgPj5qN67kS7nRCUYMm1r9OyRK2zD8t4=
github.com/0xsequence/go-sequence v0.44.1 h1:z5H8rdiqWRBO6ThxzlIPygf7zM5FtvmW+ASiujGvq68=
github.com/0xsequence/go-sequence v0.44.1/go.mod h1:8AmF6vjY0WnrqFknB1/oWKOJsD4/ClKwM7uhEVnuyrk=
github.com/0xsequence/nitrocontrol v0.3.0 h1:D0/gX576zQhitrJnBfBrOFFufEOzh6f2jO/+2ynwIUA=
github.com/0xsequence/nitrocontrol v0.3.0/go.mod h1:sTG5akVPzoVr3unv/7h9aZGaT+BVGmvUMOdwXFeIEEA=
github.com/0xsequence/nsm v0.1.0 h1:gVOViRWPUW/c5VEmGy2gCw1az/nqP3gY7VD9V2+069k=
Expand Down
2 changes: 1 addition & 1 deletion vendor/github.com/0xsequence/ethkit/ethcoder/typed_data.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

35 changes: 13 additions & 22 deletions vendor/github.com/0xsequence/go-sequence/core/v2/v2.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

24 changes: 24 additions & 0 deletions vendor/github.com/0xsequence/go-sequence/eip6492/eip6492.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions vendor/modules.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# dario.cat/mergo v1.0.0
## explicit; go 1.13
dario.cat/mergo
# github.com/0xsequence/ethkit v1.30.0
# github.com/0xsequence/ethkit v1.30.1
## explicit; go 1.21
github.com/0xsequence/ethkit
github.com/0xsequence/ethkit/ethartifact
Expand Down Expand Up @@ -41,7 +41,7 @@ github.com/0xsequence/ethkit/util
# github.com/0xsequence/go-ethauth v0.13.0
## explicit; go 1.17
github.com/0xsequence/go-ethauth
# github.com/0xsequence/go-sequence v0.44.0
# github.com/0xsequence/go-sequence v0.44.1
## explicit; go 1.22.0
github.com/0xsequence/go-sequence
github.com/0xsequence/go-sequence/contracts
Expand Down

0 comments on commit 65411be

Please sign in to comment.