Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ require (
github.com/briandowns/spinner v1.23.0
github.com/cakturk/go-netstat v0.0.0-20200220111822-e5b49efee7a5
github.com/common-nighthawk/go-figure v0.0.0-20210622060536-734e95fb86be
github.com/ecies/go/v2 v2.0.7
github.com/ecies/go/v2 v2.0.8
github.com/elastic/go-sysinfo v1.9.0
github.com/fatih/color v1.15.0
github.com/fourcorelabs/wintoken v1.0.0
Expand All @@ -20,8 +20,8 @@ require (
github.com/mitchellh/go-ps v1.0.0
github.com/projectdiscovery/wappalyzergo v0.0.109
github.com/ryanuber/columnize v2.1.2+incompatible
golang.org/x/crypto v0.13.0
golang.org/x/sys v0.12.0
golang.org/x/crypto v0.16.0
golang.org/x/sys v0.15.0
)

require (
Expand All @@ -30,7 +30,7 @@ require (
github.com/bi-zone/go-fileversion v1.0.0 // indirect
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.2.0 // indirect
github.com/elastic/go-windows v1.0.0 // indirect
github.com/ethereum/go-ethereum v1.12.1 // indirect
github.com/ethereum/go-ethereum v1.13.5 // indirect
github.com/go-ole/go-ole v1.2.6 // indirect
github.com/google/uuid v1.3.0 // indirect
github.com/hashicorp/errwrap v1.1.0 // indirect
Expand All @@ -42,10 +42,10 @@ require (
github.com/pkg/errors v0.9.1 // indirect
github.com/prometheus/procfs v0.9.0 // indirect
github.com/yusufpapurcu/wmi v1.2.2 // indirect
golang.org/x/net v0.10.0 // indirect
golang.org/x/net v0.17.0 // indirect
golang.org/x/sync v0.3.0 // indirect
golang.org/x/term v0.12.0 // indirect
golang.org/x/text v0.13.0 // indirect
golang.org/x/term v0.15.0 // indirect
golang.org/x/text v0.14.0 // indirect
golang.org/x/xerrors v0.0.0-20220517211312-f3a8303e98df // indirect
howett.net/plist v0.0.0-20181124034731-591f970eefbb // indirect
)
Loading