forked from lu4p/ToRat
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
39 lines (37 loc) · 1.79 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
39
module github.com/lu4p/ToRat
go 1.16
require (
github.com/BurntSushi/xgb v0.0.0-20210121224620-deaf085860bc // indirect
github.com/JustinTimperio/gomap v0.6.1
github.com/JustinTimperio/osinfo v0.0.0-20210311165425-cdede560a86e
github.com/StackExchange/wmi v0.0.0-20210224194228-fe8f1750fd46 // indirect
github.com/abiosoft/ishell v2.0.0+incompatible
github.com/abiosoft/readline v0.0.0-20180607040430-155bce2042db // indirect
github.com/chzyer/logex v1.1.10 // indirect
github.com/chzyer/test v0.0.0-20180213035817-a1ea475d72b1 // indirect
github.com/cretz/bine v0.1.1-0.20200124154328-f9f678b84cca
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/dimiro1/banner v1.1.0
github.com/fatih/color v1.11.0
github.com/flynn-archive/go-shlex v0.0.0-20150515145356-3f9db97f8568 // indirect
github.com/gabriel-vasile/mimetype v1.3.0 // indirect
github.com/go-ole/go-ole v1.2.5 // indirect
github.com/jaypipes/ghw v0.8.0
github.com/kr/text v0.2.0 // indirect
github.com/labstack/echo/v4 v4.3.0
github.com/lu4p/cat v0.1.5
github.com/lu4p/go-escalate v0.0.0-20200507153608-2d90c2953bff
github.com/lu4p/shred v0.0.0-20201211173428-0347b645d724
github.com/mitchellh/go-homedir v1.1.0 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/showwin/speedtest-go v1.1.2
github.com/stretchr/testify v1.7.0 // indirect
github.com/vova616/screenshot v0.0.0-20191005130345-da36db2560ab
golang.org/x/crypto v0.0.0-20210513164829-c07d793c2f9a // indirect
golang.org/x/net v0.0.0-20210521195947-fe42d452be8f // indirect
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
golang.org/x/sys v0.0.0-20210521203332-0cec03c779c1
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
howett.net/plist v0.0.0-20201203080718-1454fab16a06 // indirect
)