update go to 1.23.5

This commit is contained in:
WJQSERVER 2025-01-18 08:53:27 +08:00
parent 18000b94fb
commit ef332a24e5
4 changed files with 6 additions and 6 deletions

4
go.mod
View file

@ -1,6 +1,6 @@
module ghproxy
go 1.23.4
go 1.23.5
require (
github.com/BurntSushi/toml v1.4.0
@ -34,6 +34,6 @@ require (
golang.org/x/net v0.34.0 // indirect
golang.org/x/sys v0.29.0 // indirect
golang.org/x/text v0.21.0 // indirect
google.golang.org/protobuf v1.36.2 // indirect
google.golang.org/protobuf v1.36.3 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)