tss/go.mod

15 lines
278 B
Modula-2
Raw Normal View History

2022-04-26 09:55:59 -04:00
module go.balki.me/tss
go 1.17
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-26 09:55:59 -04:00
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
)
2022-04-27 00:19:05 -04:00
require (
github.com/davecgh/go-spew v1.1.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
)