Skip to content

Commit ecb55e0

Browse files
committed
update dependencies
1 parent a76c1f7 commit ecb55e0

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ module github.com/hajimehoshi/ebiten/v2
33
go 1.18
44

55
require (
6-
github.com/ebitengine/oto/v3 v3.1.0-rc.2
7-
github.com/ebitengine/purego v0.5.0-rc.2
6+
github.com/ebitengine/oto/v3 v3.1.0
7+
github.com/ebitengine/purego v0.5.0
88
github.com/go-text/typesetting v0.0.0-20230905121921-abdbcca6e0eb
99
github.com/hajimehoshi/bitmapfont/v3 v3.0.0
1010
github.com/hajimehoshi/go-mp3 v0.3.4

go.sum

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
github.com/ebitengine/oto/v3 v3.1.0-rc.2 h1:k7INwwydj5vj8CIntUGcwjMwbDCADXRWCjgTiSLXink=
2-
github.com/ebitengine/oto/v3 v3.1.0-rc.2/go.mod h1:83QMKylcDC3rIAWhX7iMue246WYtF9fAaVp8009zfHc=
3-
github.com/ebitengine/purego v0.5.0-rc.2 h1:pODNEAUvGZpUQgzX2YFetX6xYsa8MZgVVpqS1HIG3u0=
4-
github.com/ebitengine/purego v0.5.0-rc.2/go.mod h1:ah1In8AOtksoNK6yk5z1HTJeUkC1Ez4Wk2idgGslMwQ=
1+
github.com/ebitengine/oto/v3 v3.1.0 h1:9tChG6rizyeR2w3vsygTTTVVJ9QMMyu00m2yBOCch6U=
2+
github.com/ebitengine/oto/v3 v3.1.0/go.mod h1:IK1QTnlfZK2GIB6ziyECm433hAdTaPpOsGMLhEyEGTg=
3+
github.com/ebitengine/purego v0.5.0 h1:JrMGKfRIAM4/QVKaesIIT7m/UVjTj5GYhRSQYwfVdpo=
4+
github.com/ebitengine/purego v0.5.0/go.mod h1:ah1In8AOtksoNK6yk5z1HTJeUkC1Ez4Wk2idgGslMwQ=
55
github.com/go-text/typesetting v0.0.0-20230905121921-abdbcca6e0eb h1:4GpJirtA8yY24aqbU3uppiXGYiVpWfLIrqc2NNKKk9s=
66
github.com/go-text/typesetting v0.0.0-20230905121921-abdbcca6e0eb/go.mod h1:evDBbvNR/KaVFZ2ZlDSOWWXIUKq0wCOEtzLxRM8SG3k=
77
github.com/go-text/typesetting-utils v0.0.0-20230616150549-2a7df14b6a22 h1:LBQTFxP2MfsyEDqSKmUBZaDuDHN1vpqDyOZjcqS7MYI=

0 commit comments

Comments
 (0)