Alex Vanin
fe1b47a3be
Nexabx is an application and not Go library, so there is no need to use module structure in module name.
20 lines
524 B
Modula-2
20 lines
524 B
Modula-2
module nezabx
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
|
|
github.com/robfig/cron/v3 v3.0.0
|
|
github.com/stretchr/testify v1.7.0
|
|
go.etcd.io/bbolt v1.3.6
|
|
go.uber.org/zap v1.21.0
|
|
gopkg.in/yaml.v3 v3.0.0-20220512140231-539c8e751b99
|
|
)
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
go.uber.org/atomic v1.9.0 // indirect
|
|
go.uber.org/multierr v1.8.0 // indirect
|
|
golang.org/x/sys v0.0.0-20210510120138-977fb7262007 // indirect
|
|
)
|