Update module golang.org/x/mod to v0.21.0
This commit is contained in:
18
go.mod
18
go.mod
@@ -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
|
||||
)
|
||||
|
Reference in New Issue
Block a user