aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorMarin Ivanov <[email protected]>2019-03-24 21:45:18 +0200
committerMarin Ivanov <[email protected]>2019-03-24 21:45:18 +0200
commit6ab1613157a6a5d3eabf9d2fe2adf4699d29a5ba (patch)
tree37d916734789e97096a78d907fd0046dfa349e82 /go.mod
parent317163b27c1b16687a1473b6b40e743a83964f6a (diff)
Make TCP connection tarpit
This first version of the command has support for SSH protocol tarpit.
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod5
1 files changed, 5 insertions, 0 deletions
diff --git a/go.mod b/go.mod
new file mode 100644
index 0000000..124f5c7
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,5 @@
+module metala.org/pkg/tarpit
+
+go 1.12
+
+require github.com/spf13/pflag v1.0.3