Initial commit: Go 1.23 release state
This commit is contained in:
13
src/go.mod
Normal file
13
src/go.mod
Normal file
@@ -0,0 +1,13 @@
|
||||
module std
|
||||
|
||||
go 1.23
|
||||
|
||||
require (
|
||||
golang.org/x/crypto v0.23.1-0.20240603234054-0b431c7de36a
|
||||
golang.org/x/net v0.25.1-0.20240603202750-6249541f2a6c
|
||||
)
|
||||
|
||||
require (
|
||||
golang.org/x/sys v0.22.0 // indirect
|
||||
golang.org/x/text v0.16.0 // indirect
|
||||
)
|
||||
Reference in New Issue
Block a user