Update to go1.24.0
This commit is contained in:
10
src/go.mod
10
src/go.mod
@@ -1,13 +1,13 @@
|
||||
module std
|
||||
|
||||
go 1.23
|
||||
go 1.24
|
||||
|
||||
require (
|
||||
golang.org/x/crypto v0.23.1-0.20240603234054-0b431c7de36a
|
||||
golang.org/x/net v0.25.1-0.20240603202750-6249541f2a6c
|
||||
golang.org/x/crypto v0.30.0
|
||||
golang.org/x/net v0.32.1-0.20250121202134-9a960c88dd98
|
||||
)
|
||||
|
||||
require (
|
||||
golang.org/x/sys v0.22.0 // indirect
|
||||
golang.org/x/text v0.16.0 // indirect
|
||||
golang.org/x/sys v0.28.0 // indirect
|
||||
golang.org/x/text v0.21.0 // indirect
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user