20 lines
490 B
Modula-2
20 lines
490 B
Modula-2
module go.balki.me/tss
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
github.com/robfig/cron/v3 v3.0.1
|
|
github.com/stretchr/testify v1.7.1
|
|
go.uber.org/zap v1.21.0
|
|
golang.org/x/net v0.0.0-20210405180319-a5a99cb37ef4
|
|
golang.org/x/time v0.0.0-20220411224347-583f2d630306
|
|
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
|
|
)
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
go.uber.org/atomic v1.7.0 // indirect
|
|
go.uber.org/multierr v1.6.0 // indirect
|
|
)
|