-
Notifications
You must be signed in to change notification settings - Fork 144
Expand file tree
/
Copy pathgo.mod
More file actions
executable file
·24 lines (22 loc) · 795 Bytes
/
go.mod
File metadata and controls
executable file
·24 lines (22 loc) · 795 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
module github.com/redcode-labs/Coldfire
go 1.16
require (
github.com/GeertJohan/yubigo v0.0.0-20190917122436-175bc097e60e
github.com/anvie/port-scanner v0.0.0-20180225151059-8159197d3770
github.com/beevik/ntp v1.3.1
github.com/c-robinson/iplib v1.0.3
github.com/fatih/color v1.13.0
github.com/go-sql-driver/mysql v1.7.1
github.com/google/uuid v1.3.0
github.com/jackpal/gateway v1.0.7
github.com/lib/pq v1.10.9
github.com/matishsiao/goInfo v0.0.0-20210923090445-da2e3fa8d45f
github.com/mattn/go-colorable v0.1.11 // indirect
github.com/mitchellh/go-homedir v1.1.0
github.com/mitchellh/go-ps v1.0.0
github.com/savaki/jq v0.0.0-20161209013833-0e6baecebbf8
github.com/yalue/elf_reader v1.0.0
github.com/ztrue/tracerr v0.4.0
golang.org/x/crypto v0.31.0
golang.org/x/sys v0.28.0
)