nezabx/go.mod

21 lines
524 B
Modula-2
Raw Permalink Normal View History

module nezabx
2022-05-28 17:48:56 +00:00
go 1.18
require (
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
github.com/robfig/cron/v3 v3.0.0
2022-06-13 11:33:52 +00:00
github.com/stretchr/testify v1.7.0
2022-05-28 17:48:56 +00:00
go.etcd.io/bbolt v1.3.6
go.uber.org/zap v1.21.0
gopkg.in/yaml.v3 v3.0.0-20220512140231-539c8e751b99
)
require (
2022-06-13 11:33:52 +00:00
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
2022-05-28 17:48:56 +00:00
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
)