-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
18 lines (16 loc) · 845 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
module github.com/glmaljkovich/lettertracer
go 1.14
require (
github.com/fsnotify/fsnotify v1.4.9 // indirect
github.com/gopherjs/gopherjs v0.0.0-20200217142428-fce0ec30dd00 // indirect
github.com/hajimehoshi/ebiten v1.11.4
github.com/hajimehoshi/file2byteslice v0.0.0-20190607115218-790acb50cc61 // indirect
github.com/hajimehoshi/wasmserve v0.0.0-20200526111629-585d78f6b795 // indirect
github.com/neelance/astrewrite v0.0.0-20160511093645-99348263ae86 // indirect
github.com/neelance/sourcemap v0.0.0-20200213170602-2833bce08e4c // indirect
github.com/shurcooL/httpfs v0.0.0-20190707220628-8d4bc4ba7749 // indirect
github.com/spf13/cobra v1.0.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
golang.org/dl v0.0.0-20200724191219-e4fbcf8a7a81 // indirect
golang.org/x/tools v0.0.0-20200717024301-6ddee64345a6 // indirect
)