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.
10 lines
155 B
10 lines
155 B
module scagnet
|
|
|
|
go 1.22.1
|
|
|
|
require (
|
|
go.uber.org/zap v1.27.0
|
|
gopkg.in/natefinch/lumberjack.v2 v2.2.1
|
|
)
|
|
|
|
require go.uber.org/multierr v1.10.0 // indirect
|
|
|