ebiten/go.mod
Hajime Hoshi ba033ddf20 Update Oto version
This is a temporary fix for #836.

After relasing Oto v0.3.3, update go.mod again and cherry-pick
this onto 1.9 branch.
2019-04-02 23:29:58 +09:00

22 lines
911 B
Modula-2

module github.com/hajimehoshi/ebiten
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/gopherjs/gopherwasm v1.1.0
github.com/hajimehoshi/bitmapfont v1.1.1
github.com/hajimehoshi/go-mp3 v0.1.2
github.com/hajimehoshi/oto v0.3.3-0.20190402142542-ea42285388c2
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/sync v0.0.0-20181221193216-37e7f081c4d4 // indirect
golang.org/x/sys v0.0.0-20190203050204-7ae0202eb74c
golang.org/x/tools v0.0.0-20190202235157-7414d4c1f71c // indirect
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
)