-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathgo.mod
More file actions
31 lines (28 loc) · 1.19 KB
/
go.mod
File metadata and controls
31 lines (28 loc) · 1.19 KB
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
module github.com/redcode-labs/GodSpeed
go 1.17
require (
github.com/akamensky/argparse v1.3.1
github.com/atotto/clipboard v0.1.4
github.com/c-bata/go-prompt v0.2.6
github.com/common-nighthawk/go-figure v0.0.0-20210622060536-734e95fb86be
github.com/fatih/color v1.12.0
github.com/olekukonko/tablewriter v0.0.5
github.com/redcode-labs/Coldfire v0.0.0-20210817224707-ed9e88190bc7
github.com/savaki/jq v0.0.0-20161209013833-0e6baecebbf8
github.com/taion809/haikunator v0.0.0-20150324135039-4e414e676fd1
)
require (
github.com/anvie/port-scanner v0.0.0-20180225151059-8159197d3770 // indirect
github.com/google/gopacket v1.1.19 // indirect
github.com/jackpal/gateway v1.0.7 // indirect
github.com/matishsiao/goInfo v0.0.0-20200404012835-b5f882ee2288 // indirect
github.com/mattn/go-colorable v0.1.8 // indirect
github.com/mattn/go-isatty v0.0.13 // indirect
github.com/mattn/go-runewidth v0.0.13 // indirect
github.com/mattn/go-tty v0.0.3 // indirect
github.com/mitchellh/go-homedir v1.1.0 // indirect
github.com/mitchellh/go-ps v1.0.0 // indirect
github.com/pkg/term v1.2.0-beta.2 // indirect
github.com/rivo/uniseg v0.2.0 // indirect
golang.org/x/sys v0.0.0-20210823070655-63515b42dcdf // indirect
)