forked from shadow1ng/grdp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
19 lines (17 loc) · 866 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
module github.com/scala-computing/grdp
go 1.16
require (
github.com/go-gl/gl v0.0.0-20190320180904-bf2b1f2f34d7 // indirect
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20210410170116-ea3d685f79fb
github.com/google/gxui v0.0.0-20151028112939-f85e0a97b3a4
github.com/googollee/go-socket.io v1.6.0
github.com/gopherjs/gopherjs v0.0.0-20210621113107-84c6004145de // indirect
github.com/goxjs/gl v0.0.0-20210104184919-e3fafc6f8f2a // indirect
github.com/goxjs/glfw v0.0.0-20191126052801-d2efb5f20838 // indirect
github.com/icodeface/tls v0.0.0-20190904083142-17aec93c60e5
github.com/lunixbochs/struc v0.0.0-20200707160740-784aaebc1d40
github.com/tfriedel6/canvas v0.12.1
golang.org/x/crypto v0.0.0-20210513164829-c07d793c2f9a
golang.org/x/image v0.0.0-20210220032944-ac19c3e999fb // indirect
honnef.co/go/js/dom v0.0.0-20200509013220-d4405f7ab4d8 // indirect
)