-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathgo.mod
26 lines (24 loc) · 1.28 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
module github.com/waybeams/waybeams
go 1.14
require (
github.com/benbjohnson/clock v1.0.0
github.com/fsnotify/fsnotify v1.4.9 // indirect
github.com/go-gl/gl v0.0.0-20190320180904-bf2b1f2f34d7
github.com/go-gl/glfw v0.0.0-20200420212212-258d9bec320e
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20200420212212-258d9bec320e
github.com/gopherjs/gopherjs v0.0.0-20200217142428-fce0ec30dd00
github.com/goxjs/gl v0.0.0-20171128034433-dc8f4a9a3c9c // indirect
github.com/neelance/astrewrite v0.0.0-20160511093645-99348263ae86 // indirect
github.com/neelance/sourcemap v0.0.0-20200213170602-2833bce08e4c // indirect
github.com/oskca/gopherjs-canvas v0.0.0-20180117053031-a5c176020cfd
github.com/oskca/gopherjs-dom v0.0.0-20170212055251-32ec7beb35cf
github.com/shibukawa/nanovgo v0.0.0-20160822101109-9141d09b3652
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
github.com/waybeams/assert v0.0.0-20181231000649-69532e74c4f3
golang.org/x/crypto v0.0.0-20200423211502-4bdfaf469ed5 // indirect
golang.org/x/sys v0.0.0-20200420163511-1957bb5e6d1f // indirect
golang.org/x/tools v0.0.0-20200425043458-8463f397d07c // indirect
honnef.co/go/js/console v0.0.0-20150119023344-105276c43558 // indirect
)