-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathgo.mod
38 lines (36 loc) · 1.68 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
28
29
30
31
32
33
34
35
36
37
38
module github.com/suutaku/sshx
go 1.16
require (
github.com/andybalholm/brotli v1.0.4
github.com/deckarep/gosx-notifier v0.0.0-20180201035817-e127226297fb // indirect
github.com/fsnotify/fsnotify v1.5.4
github.com/go-vgo/robotgo v1.0.0-beta5.2 // indirect
github.com/google/uuid v1.3.0
github.com/gorilla/mux v1.8.0
github.com/gorilla/websocket v1.5.0
github.com/hanwen/go-fuse/v2 v2.1.0
github.com/jawher/mow.cli v1.2.0
github.com/jedib0t/go-pretty/v6 v6.3.1
github.com/kr/text v0.2.0 // indirect
github.com/lufia/plan9stats v0.0.0-20220326011226-f1430873d8db // indirect
github.com/martinlindhe/notify v0.0.0-20181008203735-20632c9a275a
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
github.com/nu7hatch/gouuid v0.0.0-20131221200532-179d4d0c4d8d // indirect
github.com/pion/webrtc/v3 v3.1.33
github.com/pkg/sftp v1.13.4
github.com/povsister/scp v0.0.0-20210427074412-33febfd9f13e
github.com/power-devops/perfstat v0.0.0-20220216144756-c35f1ee13d7c // indirect
github.com/schollz/progressbar/v3 v3.8.6
github.com/shirou/gopsutil/v3 v3.22.3 // indirect
github.com/sirupsen/logrus v1.8.1
github.com/spf13/viper v1.11.0
github.com/suutaku/go-qrc v0.0.0-20220614095855-d9b49b30d0fe
github.com/suutaku/go-sshfs v0.0.0-20220518043403-602beaef1003
github.com/suutaku/go-vnc v0.0.0-20220423131932-dd675a6c4e62
golang.org/x/crypto v0.0.0-20220427172511-eb4f295cb31f
golang.org/x/image v0.0.0-20220413100746-70e8d0d3baa9 // indirect
golang.org/x/net v0.0.0-20220425223048-2871e0cb64e4
golang.org/x/term v0.0.0-20220526004731-065cf7ba2467
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
gopkg.in/toast.v1 v1.0.0-20180812000517-0a84660828b2 // indirect
)