-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
26 lines (23 loc) · 827 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
module frostbite.com
go 1.20
require (
github.com/anvie/port-scanner v0.0.0-20180225151059-8159197d3770
github.com/c-robinson/iplib v1.0.6
github.com/dustin/go-humanize v1.0.1
github.com/fatih/color v1.14.1
github.com/google/uuid v1.3.0
github.com/jackpal/gateway v1.0.7
github.com/matishsiao/goInfo v0.0.0-20210923090445-da2e3fa8d45f
github.com/mitchellh/go-homedir v1.1.0
github.com/mitchellh/go-ps v1.0.0
github.com/redcode-labs/Coldfire v0.0.0-20220602151245-e8ed4b6c6dc2
github.com/savaki/jq v0.0.0-20161209013833-0e6baecebbf8
github.com/shirou/gopsutil v3.21.11+incompatible
golang.org/x/sys v0.8.0
)
require (
github.com/go-ole/go-ole v1.2.6 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.17 // indirect
github.com/yusufpapurcu/wmi v1.2.2 // indirect
)