Skip to content

Commit

Permalink
bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
abarisani committed Sep 13, 2024
1 parent 69fca0e commit 7e62563
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion applet/applet.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ func Exit() {
// Crash forces a nil pointer dereference to terminate the applet through an
// exception, it is meant to be used as runtime.Exit to yield to monitor on
// runtime panic.
func Crash() {
func Crash(_ int32) {
*(*int)(nil) = 0
}
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module github.com/usbarmory/GoTEE

go 1.22.0
go 1.23.1

require github.com/usbarmory/tamago v0.0.0-20240423151219-fa28491a6305
require github.com/usbarmory/tamago v0.0.0-20240909213541-c4704957c2e1

require golang.org/x/sync v0.6.0 // indirect
require golang.org/x/sync v0.8.0 // indirect
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
github.com/usbarmory/tamago v0.0.0-20240423151219-fa28491a6305 h1:Him++P8qQ2JB8OGFWVCTioRR+ouQiIMaYlNVF94vy5I=
github.com/usbarmory/tamago v0.0.0-20240423151219-fa28491a6305/go.mod h1:uCPXcPo8SZulhZPz8irfVqzwVlPZ45w7CTJxkfxueGA=
golang.org/x/sync v0.6.0 h1:5BMeUDZ7vkXGfEr1x9B4bRcTH4lpkTkpdh0T/J+qjbQ=
golang.org/x/sync v0.6.0/go.mod h1:Czt+wKu1gCyEFDUtn0jG5QVvpJ6rzVqr5aXyt9drQfk=
github.com/usbarmory/tamago v0.0.0-20240909213541-c4704957c2e1 h1:7CX/AZFrsPyfmqLhRW0UDvupcqz/mnyeFrPEshav/sg=
github.com/usbarmory/tamago v0.0.0-20240909213541-c4704957c2e1/go.mod h1:NL88q9ZsIPYFzXaosAeKgu1Kr5i1k4Rau3wnbNBL5bY=
golang.org/x/sync v0.8.0 h1:3NFvSEYkUoMifnESzZl15y791HH1qU2xm6eCJU5ZPXQ=
golang.org/x/sync v0.8.0/go.mod h1:Czt+wKu1gCyEFDUtn0jG5QVvpJ6rzVqr5aXyt9drQfk=

0 comments on commit 7e62563

Please sign in to comment.