ebiten/go.mod

22 lines
887 B
Modula-2
Raw Normal View History

2018-07-21 08:16:07 +02:00
module github.com/hajimehoshi/ebiten
require (
github.com/go-gl/glfw v0.0.0-20181008143348-547915429f42
2018-07-21 08:16:07 +02:00
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0
2019-01-25 03:37:29 +01:00
github.com/gopherjs/gopherwasm v1.1.0
2018-10-08 11:30:30 +02:00
github.com/hajimehoshi/bitmapfont v1.1.1
2018-08-13 18:13:07 +02:00
github.com/hajimehoshi/go-mp3 v0.1.1
2019-01-29 16:32:56 +01:00
github.com/hajimehoshi/oto v0.3.0
2018-07-21 19:04:39 +02:00
github.com/jakecoffman/cp v0.1.0
2018-07-21 08:16:07 +02:00
github.com/jfreymuth/oggvorbis v1.0.0
github.com/jfreymuth/vorbis v1.0.0 // indirect
github.com/kr/pretty v0.1.0 // indirect
2018-10-01 04:10:36 +02:00
github.com/theckman/go-flock v0.6.0
2018-10-08 11:30:30 +02:00
golang.org/x/image v0.0.0-20180926015637-991ec62608f3
golang.org/x/mobile v0.0.0-20180907224111-0ff817254b04
golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 // indirect
2019-01-13 07:54:21 +01:00
golang.org/x/sys v0.0.0-20190109145017-48ac38b7c8cb
2019-01-25 03:45:50 +01:00
golang.org/x/tools v0.0.0-20190124215303-cc6a436ffe6b // indirect
2018-07-21 08:16:07 +02:00
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
)