Skip to content

Commit

Permalink
all: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
hajimehoshi committed Sep 21, 2024
1 parent 919d2ce commit f6623f3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ module github.com/ebitengine/oto/v3
go 1.18

require (
github.com/ebitengine/purego v0.8.0-alpha.4
golang.org/x/sys v0.23.0
github.com/ebitengine/purego v0.8.0-alpha.6
golang.org/x/sys v0.25.0
)
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
github.com/ebitengine/purego v0.8.0-alpha.4 h1:Dg9xRGC3giyQedfISyHH94eQM0md4a84+HHr7KBBH/Q=
github.com/ebitengine/purego v0.8.0-alpha.4/go.mod h1:SQ56/omnSL8DdaBSKswoBvsMjgaWQyxyeMtb48sOskI=
golang.org/x/sys v0.23.0 h1:YfKFowiIMvtgl1UERQoTPPToxltDeZfbj4H7dVUCwmM=
golang.org/x/sys v0.23.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
github.com/ebitengine/purego v0.8.0-alpha.6 h1:ASjpODrlN5dAeziyhqwZxhl8/tS7C4JZmHQ3I/XQGzw=
github.com/ebitengine/purego v0.8.0-alpha.6/go.mod h1:iIjxzd6CiRiOG0UyXP+V1+jWqUXVjPKLAI0mRfJZTmQ=
golang.org/x/sys v0.25.0 h1:r+8e+loiHxRqhXVl6ML1nO3l1+oFoWbnlu2Ehimmi34=
golang.org/x/sys v0.25.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=

0 comments on commit f6623f3

Please sign in to comment.