tss/go.mod

20 lines
462 B
Modula-2
Raw Normal View History

2022-04-26 09:55:59 -04:00
module go.balki.me/tss
2022-04-28 19:24:21 -04:00
go 1.18
2022-04-26 09:55:59 -04:00
require (
github.com/robfig/cron/v3 v3.0.1
2022-04-27 00:19:05 -04:00
github.com/stretchr/testify v1.7.1
2022-04-28 19:24:21 -04:00
go.uber.org/zap v1.21.0
2022-05-27 23:08:32 -04:00
golang.org/x/net v0.0.0-20220526153639-5463443f8c37
2022-05-02 13:24:29 -04:00
golang.org/x/time v0.0.0-20220411224347-583f2d630306
2022-05-27 23:08:32 -04:00
gopkg.in/yaml.v3 v3.0.1
2022-04-26 09:55:59 -04:00
)
2022-04-27 00:19:05 -04:00
require (
2022-04-28 19:24:21 -04:00
github.com/davecgh/go-spew v1.1.1 // indirect
2022-04-27 00:19:05 -04:00
github.com/pmezard/go-difflib v1.0.0 // indirect
2022-04-28 19:24:21 -04:00
go.uber.org/atomic v1.7.0 // indirect
go.uber.org/multierr v1.6.0 // indirect
2022-04-27 00:19:05 -04:00
)