From 5c4701b99bd9f963d450e153a7ccbec4af5f55f9 Mon Sep 17 00:00:00 2001 From: wood chen <95951386+woodchen-ink@users.noreply.github.com> Date: Tue, 31 Dec 2024 12:11:09 +0800 Subject: [PATCH 1/5] Update readme.md --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 07a68f5..0177f03 100644 --- a/readme.md +++ b/readme.md @@ -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 ## 说明 From 8b99907dba8c4dbd992b5b19676dcf86d5351a58 Mon Sep 17 00:00:00 2001 From: wood chen <95951386+woodchen-ink@users.noreply.github.com> Date: Tue, 31 Dec 2024 15:34:35 +0800 Subject: [PATCH 2/5] Update readme.md --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 0177f03..e6c81a0 100644 --- a/readme.md +++ b/readme.md @@ -2,7 +2,7 @@ A 'simple' reverse proxy server written in Go. -使用方法: https://q58.pro/t/topic/165?u=wood +使用方法: https://o.czl.net/t/topic/165?u=wood ## 说明 From 59af7fe31222530aa60aff5568609e1f45e8b203 Mon Sep 17 00:00:00 2001 From: wood chen <95951386+woodchen-ink@users.noreply.github.com> Date: Wed, 1 Jan 2025 02:56:38 +0800 Subject: [PATCH 3/5] Update readme.md --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index e6c81a0..07a68f5 100644 --- a/readme.md +++ b/readme.md @@ -2,7 +2,7 @@ A 'simple' reverse proxy server written in Go. -使用方法: https://o.czl.net/t/topic/165?u=wood +使用方法: https://q58.org/t/topic/165?u=wood ## 说明 From 179898d01cd70bd41bbaaffc550f76bcc59f4214 Mon Sep 17 00:00:00 2001 From: wood chen <95951386+woodchen-ink@users.noreply.github.com> Date: Sat, 4 Jan 2025 19:29:50 +0800 Subject: [PATCH 4/5] Update readme.md --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 07a68f5..0177f03 100644 --- a/readme.md +++ b/readme.md @@ -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 ## 说明 From d331ad036bec8c137d0d1f7c588ea3792a2ddd33 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 12:33:06 +0000 Subject: [PATCH 5/5] chore(deps): bump golang.org/x/time from 0.8.0 to 0.9.0 Bumps [golang.org/x/time](https://github.com/golang/time) from 0.8.0 to 0.9.0. - [Commits](https://github.com/golang/time/compare/v0.8.0...v0.9.0) --- updated-dependencies: - dependency-name: golang.org/x/time dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index caca1c4..4113b41 100644 --- a/go.mod +++ b/go.mod @@ -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 ) diff --git a/go.sum b/go.sum index 69caaa3..89d7bf5 100644 --- a/go.sum +++ b/go.sum @@ -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=