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.
14 lines
235 B
14 lines
235 B
module scagnet
|
|
|
|
go 1.22.1
|
|
|
|
require (
|
|
github.com/fsnotify/fsnotify v1.9.0
|
|
go.uber.org/zap v1.27.0
|
|
gopkg.in/natefinch/lumberjack.v2 v2.2.1
|
|
)
|
|
|
|
require (
|
|
go.uber.org/multierr v1.10.0 // indirect
|
|
golang.org/x/sys v0.13.0 // indirect
|
|
)
|
|
|