mirror of
https://github.com/nxshock/gron.git
synced 2024-11-27 03:41:00 +05:00
20 lines
524 B
Modula-2
20 lines
524 B
Modula-2
module github.com/nxshock/gron
|
|
|
|
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 (
|
|
github.com/creasty/defaults v1.5.2
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
golang.org/x/sys v0.0.0-20220325203850-36772127a21f // indirect
|
|
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
|
|
)
|