ebiten/go.mod

21 lines
778 B
Modula-2
Raw Normal View History

2020-10-03 19:35:13 +02:00
module github.com/hajimehoshi/ebiten/v2
2018-07-21 08:16:07 +02:00
go 1.15
2018-07-21 08:16:07 +02:00
require (
2021-07-27 05:51:13 +02:00
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20210727001814-0db043d8d5be
2020-09-20 15:11:27 +02:00
github.com/gofrs/flock v0.8.0
2021-01-10 20:25:58 +01:00
github.com/hajimehoshi/bitmapfont/v2 v2.1.3
github.com/hajimehoshi/file2byteslice v0.0.0-20200812174855-0e5e8a80490e
2021-04-17 13:30:10 +02:00
github.com/hajimehoshi/go-mp3 v0.3.2
2021-08-21 20:12:17 +02:00
github.com/hajimehoshi/oto/v2 v2.0.0-alpha.1.0.20210821180759-664082df58ac
2021-04-10 18:45:14 +02:00
github.com/jakecoffman/cp v1.1.0
2021-01-31 08:06:01 +01:00
github.com/jfreymuth/oggvorbis v1.0.3
2021-04-10 18:45:14 +02:00
golang.org/x/image v0.0.0-20210220032944-ac19c3e999fb
2021-07-16 08:16:12 +02:00
golang.org/x/mobile v0.0.0-20210716004757-34ab1303b554
2021-04-17 13:30:10 +02:00
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
2021-07-10 09:14:43 +02:00
golang.org/x/sys v0.0.0-20210510120138-977fb7262007
golang.org/x/tools v0.1.2
2021-04-10 18:50:35 +02:00
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
2018-07-21 08:16:07 +02:00
)