mirror of
https://github.com/nxshock/gron.git
synced 2024-11-27 03:41:00 +05:00
38 lines
1.3 KiB
Modula-2
38 lines
1.3 KiB
Modula-2
module github.com/nxshock/gron
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
github.com/BurntSushi/toml v1.2.1
|
|
github.com/antonfisher/nested-logrus-formatter v1.3.1
|
|
github.com/creasty/defaults v1.6.0
|
|
github.com/denisenkom/go-mssqldb v0.12.3
|
|
github.com/gorilla/websocket v1.5.0
|
|
github.com/jackc/pgx v3.6.2+incompatible
|
|
github.com/nxshock/logwriter v0.0.0-20220514172136-b1385d4106de
|
|
github.com/robfig/cron/v3 v3.0.1
|
|
github.com/sijms/go-ora/v2 v2.5.32
|
|
github.com/sirupsen/logrus v1.9.0
|
|
github.com/stretchr/testify v1.8.0
|
|
)
|
|
|
|
require (
|
|
github.com/cockroachdb/apd v1.1.0 // indirect
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/gofrs/uuid v4.2.0+incompatible // indirect
|
|
github.com/golang-sql/civil v0.0.0-20220223132316-b832511892a9 // indirect
|
|
github.com/golang-sql/sqlexp v0.1.0 // indirect
|
|
github.com/jackc/fake v0.0.0-20150926172116-812a484cc733 // indirect
|
|
github.com/kardianos/service v1.2.2
|
|
github.com/kr/pretty v0.3.0 // indirect
|
|
github.com/lib/pq v1.10.6 // indirect
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
github.com/shopspring/decimal v1.3.1 // indirect
|
|
golang.org/x/crypto v0.6.0 // indirect
|
|
golang.org/x/sys v0.5.0 // indirect
|
|
golang.org/x/text v0.7.0 // indirect
|
|
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|