ebiten/go.mod
Hajime Hoshi f984f5ada9 Force to use Go 1.12 or later
As syscall/js has incompatible change between Go 1.11 and Go 1.12,
it is safe to force to use Go 1.12.
2019-05-01 17:43:38 +09:00

22 lines
815 B
Modula-2

module github.com/hajimehoshi/ebiten
go 1.12
require (
github.com/go-gl/glfw v0.0.0-20181213070059-819e8ce5125f
github.com/gofrs/flock v0.7.0
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0
github.com/hajimehoshi/bitmapfont v1.1.1
github.com/hajimehoshi/go-mp3 v0.2.0
github.com/hajimehoshi/oto v0.3.4-0.20190501045152-031fb1b9274d
github.com/jakecoffman/cp v0.1.0
github.com/jfreymuth/oggvorbis v1.0.0
github.com/jfreymuth/vorbis v1.0.0 // indirect
github.com/kr/pretty v0.1.0 // indirect
golang.org/x/image v0.0.0-20190118043309-183bebdce1b2
golang.org/x/mobile v0.0.0-20190127143845-a42111704963
golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a
golang.org/x/tools v0.0.0-20190501045030-23463209683d // indirect
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
)