go version 1.23.3 -> 1.23.4

This commit is contained in:
yusing
2024-12-18 00:40:06 +08:00
parent 276684f076
commit 4ae3d5344c
2 changed files with 2 additions and 2 deletions

2
go.mod
View File

@@ -1,6 +1,6 @@
module github.com/yusing/go-proxy
go 1.23.3
go 1.23.4
require (
github.com/coder/websocket v1.8.12