forked from tomatome/grdp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
22 lines (20 loc) · 1.02 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
module github.com/Rak00n/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/huin/asn1ber v0.0.0-20120622192748-af09f62e6358 // indirect
github.com/icodeface/tls v0.0.0-20190904083142-17aec93c60e5
github.com/lunixbochs/struc v0.0.0-20200707160740-784aaebc1d40
github.com/shirou/w32 v0.0.0-20160930032740-bb4de0191aa4 // indirect
github.com/tfriedel6/canvas v0.12.1
//github.com/tomatome/win v0.3.0 // indirect
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
)