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

19 lines
491 B
Modula-2

module github.com/nxshock/go-cron
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/davecgh/go-spew v1.1.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
golang.org/x/sys v0.0.0-20191026070338-33540a1f6037 // indirect
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
)