You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
707 B
24 lines
707 B
module scagent
|
|
|
|
go 1.24
|
|
|
|
require (
|
|
github.com/fsnotify/fsnotify v1.9.0
|
|
github.com/schollz/progressbar/v3 v3.18.0
|
|
github.com/shirou/gopsutil/v3 v3.20.10
|
|
go.uber.org/zap v1.27.0
|
|
google.golang.org/protobuf v1.36.8
|
|
gopkg.in/ini.v1 v1.67.0
|
|
gopkg.in/natefinch/lumberjack.v2 v2.2.1
|
|
)
|
|
|
|
require (
|
|
github.com/StackExchange/wmi v0.0.0-20190523213315-cbe66965904d // indirect
|
|
github.com/go-ole/go-ole v1.2.4 // indirect
|
|
github.com/google/go-cmp v0.6.0 // indirect
|
|
github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db // indirect
|
|
github.com/rivo/uniseg v0.4.7 // indirect
|
|
go.uber.org/multierr v1.10.0 // indirect
|
|
golang.org/x/sys v0.29.0 // indirect
|
|
golang.org/x/term v0.28.0 // indirect
|
|
)
|
|
|