libyear/go.mod

20 lines
507 B
Modula-2
Raw Normal View History

2021-04-11 02:22:06 +00:00
module git.yetaga.in/alazyreader/libyear
2021-04-10 02:01:41 +00:00
go 1.22.0
2021-04-10 02:01:41 +00:00
toolchain go1.23.0
require golang.org/x/mod v0.21.0
require (
github.com/yuin/goldmark v1.4.13 // indirect
golang.org/x/crypto v0.13.0 // indirect
golang.org/x/net v0.15.0 // indirect
golang.org/x/sync v0.3.0 // indirect
golang.org/x/sys v0.12.0 // indirect
golang.org/x/term v0.12.0 // indirect
golang.org/x/text v0.13.0 // indirect
golang.org/x/tools v0.13.0 // indirect
golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7 // indirect
)