summary refs log tree commit diff
path: root/go.mod
diff options
context:
space:
mode:
authorMelonai <einebeere@gmail.com>2021-07-25 23:56:25 +0200
committerMelonai <einebeere@gmail.com>2021-07-26 00:16:10 +0200
commit309490948bea7cdfc4ba8b0b11966185fdd35aa9 (patch)
tree70c091117225b0b5f19d4691024b739c478bd32d /go.mod
downloadportgate-309490948bea7cdfc4ba8b0b11966185fdd35aa9.tar.zst
portgate-309490948bea7cdfc4ba8b0b11966185fdd35aa9.zip
Proxy requests to target ports
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod10
1 files changed, 10 insertions, 0 deletions
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
+)