2020-05-02 02:16:49 +00:00
|
|
|
module teafolio
|
|
|
|
|
2022-12-31 01:29:45 +00:00
|
|
|
go 1.19
|
2020-05-02 02:16:49 +00:00
|
|
|
|
2020-05-24 06:39:24 +00:00
|
|
|
require (
|
|
|
|
github.com/BurntSushi/toml v0.3.1
|
|
|
|
golang.org/x/sync v0.0.0-20200317015054-43a5402ce75a
|
|
|
|
)
|
2024-03-19 05:52:16 +00:00
|
|
|
|
|
|
|
require github.com/yuin/goldmark v1.7.0 // indirect
|