aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod11
1 files changed, 11 insertions, 0 deletions
diff --git a/go.mod b/go.mod
new file mode 100644
index 0000000..503fdb4
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,11 @@
+module iptcp
+
+go 1.21
+
+require (
+ github.com/brown-csci1680/ipstack-utils v0.0.0-20231005044334-c7ffd5865555 // indirect
+ github.com/brown-csci1680/iptcp-headers v0.0.0-20230924161227-ebbbbba41fe3 // indirect
+ github.com/google/btree v1.1.2 // indirect
+ github.com/google/netstack v0.0.0-20191123085552-55fcc16cd0eb // indirect
+ github.com/pkg/errors v0.9.1 // indirect
+)