From 3767be4019d89573d798f79a4207bd6ee1a28e72 Mon Sep 17 00:00:00 2001 From: sunshineplan Date: Tue, 21 May 2024 16:33:21 +0800 Subject: [PATCH] Update --- httpproxy/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/httpproxy/go.mod b/httpproxy/go.mod index 4e784b6..84fd85a 100644 --- a/httpproxy/go.mod +++ b/httpproxy/go.mod @@ -1,5 +1,5 @@ module github.com/sunshineplan/utils/httpproxy -go 1.21.0 +go 1.22 require golang.org/x/net v0.25.0