From 309490948bea7cdfc4ba8b0b11966185fdd35aa9 Mon Sep 17 00:00:00 2001 From: Melonai Date: Sun, 25 Jul 2021 23:56:25 +0200 Subject: Proxy requests to target ports --- go.mod | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 go.mod (limited to 'go.mod') diff --git a/go.mod b/go.mod new file mode 100644 index 0000000..6ba1ccd --- /dev/null +++ b/go.mod @@ -0,0 +1,10 @@ +module portgate + +go 1.16 + +require ( + github.com/valyala/fasthttp v1.28.0 + + github.com/andybalholm/brotli v1.0.3 // indirect + github.com/klauspost/compress v1.13.1 // indirect +) -- cgit 1.4.1