tss/go.mod

19 lines
408 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-06-06 13:40:30 -04:00
github.com/stretchr/testify v1.7.2
2022-04-28 19:24:21 -04:00
go.uber.org/zap v1.21.0
2022-06-10 15:30:55 -04:00
golang.org/x/net v0.0.0-20220607020251-c690dde0001d
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
)