Update module golang.org/x/mod to v0.21.0

This commit is contained in:
2024-09-04 16:06:02 +00:00
parent a09109cf1b
commit 1f8ac7c15b
2 changed files with 18 additions and 2 deletions

18
go.mod
View File

@@ -1,5 +1,19 @@
module git.yetaga.in/alazyreader/libyear
go 1.16
go 1.22.0
require golang.org/x/mod v0.20.0
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
)