-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
30 lines (26 loc) · 944 Bytes
/
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
28
29
30
module github.com/abakum/ngrokVNC
go 1.20
require github.com/ngrok/ngrok-api-go/v5 v5.1.0
require (
github.com/go-stack/stack v1.8.1 // indirect
github.com/inconshreveable/log15 v3.0.0-testing.5+incompatible // indirect
github.com/inconshreveable/log15/v3 v3.0.0-testing.5 // indirect
github.com/jpillora/backoff v1.0.0 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
go.uber.org/multierr v1.11.0 // indirect
golang.ngrok.com/muxado/v2 v2.0.0 // indirect
golang.org/x/net v0.17.0 // indirect
golang.org/x/term v0.14.0 // indirect
google.golang.org/protobuf v1.31.0 // indirect
)
require (
github.com/abakum/go-netstat v0.0.0-20231106075911-001f10558dcf
github.com/mitchellh/go-ps v1.0.0
github.com/xlab/closer v1.1.0
github.com/zzl/go-win32api/v2 v2.1.0
golang.ngrok.com/ngrok v1.5.1
golang.org/x/sync v0.5.0
golang.org/x/sys v0.14.0
gopkg.in/ini.v1 v1.67.0
)