mirror of
https://github.com/taigrr/wasm-experiments
synced 2025-01-18 04:03:21 -08:00
17 lines
581 B
Modula-2
17 lines
581 B
Modula-2
module github.com/johanbrandhorst/wasm-experiments
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/NYTimes/gziphandler v1.1.1
|
|
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0
|
|
github.com/gopherjs/vecty v0.0.0-20190701174234-2b6fc20f8913
|
|
github.com/hajimehoshi/ebiten v1.9.3
|
|
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/vugu v0.1.0
|
|
golang.org/x/image v0.0.0-20190618124811-92942e4437e2
|
|
golang.org/x/sys v0.0.0-20190712062909-fae7ac547cb7 // indirect
|
|
)
|