This commit is contained in:
wood chen 2025-01-12 18:14:29 +08:00
commit 8f27b8b70f
3 changed files with 4 additions and 4 deletions

2
go.mod
View File

@ -4,5 +4,5 @@ go 1.23.1
require (
github.com/andybalholm/brotli v1.1.1
golang.org/x/time v0.8.0
golang.org/x/time v0.9.0
)

4
go.sum
View File

@ -2,5 +2,5 @@ github.com/andybalholm/brotli v1.1.1 h1:PR2pgnyFznKEugtsUo0xLdDop5SKXd5Qf5ysW+7X
github.com/andybalholm/brotli v1.1.1/go.mod h1:05ib4cKhjx3OQYUY22hTVd34Bc8upXjOLL2rKwwZBoA=
github.com/xyproto/randomstring v1.0.5 h1:YtlWPoRdgMu3NZtP45drfy1GKoojuR7hmRcnhZqKjWU=
github.com/xyproto/randomstring v1.0.5/go.mod h1:rgmS5DeNXLivK7YprL0pY+lTuhNQW3iGxZ18UQApw/E=
golang.org/x/time v0.8.0 h1:9i3RxcPv3PZnitoVGMPDKZSq1xW1gK1Xy3ArNOGZfEg=
golang.org/x/time v0.8.0/go.mod h1:3BpzKBy/shNhVucY/MWOyx10tF3SFh9QdLuxbVysPQM=
golang.org/x/time v0.9.0 h1:EsRrnYcQiGH+5FfbgvV4AP7qEZstoyrHB0DzarOQ4ZY=
golang.org/x/time v0.9.0/go.mod h1:3BpzKBy/shNhVucY/MWOyx10tF3SFh9QdLuxbVysPQM=

View File

@ -2,7 +2,7 @@
A 'simple' reverse proxy server written in Go.
使用方法: https://q58.org/t/topic/165?u=wood
使用方法: https://q58.pro/t/topic/165?u=wood
## 说明