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