2022-03-27 12:43:57 +05:00
|
|
|
module github.com/nxshock/gron
|
2022-03-26 13:23:39 +05:00
|
|
|
|
|
|
|
go 1.18
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/BurntSushi/toml v1.0.0
|
|
|
|
github.com/antonfisher/nested-logrus-formatter v1.3.1
|
|
|
|
github.com/robfig/cron/v3 v3.0.1
|
|
|
|
github.com/sirupsen/logrus v1.8.1
|
|
|
|
github.com/stretchr/testify v1.7.1
|
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
2022-03-27 12:39:24 +05:00
|
|
|
github.com/creasty/defaults v1.5.2
|
2022-03-26 13:23:39 +05:00
|
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
2022-03-27 12:39:24 +05:00
|
|
|
golang.org/x/sys v0.0.0-20220325203850-36772127a21f // indirect
|
2022-03-26 13:23:39 +05:00
|
|
|
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
|
|
|
|
)
|