aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod8
1 files changed, 7 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 73b8244..9654e0e 100644
--- a/go.mod
+++ b/go.mod
@@ -2,4 +2,10 @@ module golang-sockets
go 1.20
-require github.com/pkg/errors v0.9.1 // indirect \ No newline at end of file
+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
+)