1
0
mirror of https://github.com/nxshock/gron.git synced 2024-11-27 03:41:00 +05:00
gron/go.mod

20 lines
524 B
Modula-2
Raw Normal View History

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 (
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
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
)