-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
18 lines (16 loc) · 765 Bytes
/
go.mod
File metadata and controls
18 lines (16 loc) · 765 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
module github.com/wdevore/Ranger-Go-IGE
go 1.14
require (
github.com/ByteArena/box2d v1.0.2
github.com/cheekybits/is v0.0.0-20150225183255-68e9c0620927 // indirect
github.com/faiface/beep v1.0.2
github.com/go-gl/gl v0.0.0-20190320180904-bf2b1f2f34d7
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20200420212212-258d9bec320e
github.com/inkyblackness/imgui-go/v2 v2.5.0
github.com/pbnjay/pixfont v0.0.0-20200714042608-33b744692567
github.com/rustyoz/Mtransform v0.0.0-20190224104252-60c8c35a3681 // indirect
github.com/rustyoz/genericlexer v0.0.0-20190224115003-eb82fd2987bd // indirect
github.com/rustyoz/svg v0.0.0-20200324092435-1ce6eba67a99
github.com/tanema/gween v0.0.0-20200427131925-c89ae23cc63c
golang.org/x/image v0.0.0-20200801110659-972c09e46d76
)