forked from tomatome/grdp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
27 lines (24 loc) · 1.12 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
27
module github.com/tomatome/grdp
go 1.18
require (
github.com/google/gxui v0.0.0-20151028112939-f85e0a97b3a4
github.com/googollee/go-socket.io v1.4.4
github.com/huin/asn1ber v0.0.0-20120622192748-af09f62e6358
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
github.com/tomatome/win v0.3.1
golang.org/x/crypto v0.0.0-20220622213112-05595931fe9d
)
require (
github.com/go-gl/gl v0.0.0-20211210172815-726fda9656d6 // indirect
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20220622232848-a6c407ee30a0 // indirect
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
github.com/gopherjs/gopherjs v1.17.2 // indirect
github.com/gorilla/websocket v1.4.2 // indirect
github.com/goxjs/gl v0.0.0-20210104184919-e3fafc6f8f2a // indirect
github.com/goxjs/glfw v0.0.0-20220119044647-4bcee99381f2 // indirect
github.com/stretchr/testify v1.5.1 // indirect
golang.org/x/image v0.0.0-20220617043117-41969df76e82 // indirect
honnef.co/go/js/dom v0.0.0-20210725211120-f030747120f2 // indirect
)