1
0
mirror of https://github.com/taigrr/wasm-experiments synced 2025-01-18 04:03:21 -08:00
Peter Bavinck 4159e69887
Update Ebiten (v1.11.0) to work with Go 1.14 (#11)
* updated ebiten (v1.11.0) to work with go 1.14

* Run go mod tidy

Co-authored-by: Johan Brandhorst <johan.brandhorst@gmail.com>
2020-04-14 13:09:41 +01:00

17 lines
575 B
Modula-2

module github.com/johanbrandhorst/wasm-experiments
go 1.14
require (
github.com/NYTimes/gziphandler v1.1.1
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0
github.com/gopherjs/vecty v0.0.0-20200328200803-52636d1f7aba
github.com/hajimehoshi/ebiten v1.11.0
github.com/microcosm-cc/bluemonday v1.0.2
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
github.com/slimsag/blackfriday v2.0.0+incompatible
github.com/vugu/vjson v0.0.0-20191111004939-722507e863cb
github.com/vugu/vugu v0.2.3
golang.org/x/image v0.0.0-20191009234506-e7c1f5e7dbb8
)