diff options
author | David Doan <daviddoan@Davids-MacBook-Pro-70.local> | 2023-10-06 00:46:56 -0400 |
---|---|---|
committer | David Doan <daviddoan@Davids-MacBook-Pro-70.local> | 2023-10-06 00:46:56 -0400 |
commit | 5a5dec572c01a7d306c3bdd3fd0ad8cec63c6049 (patch) | |
tree | c1cbbe8a4e8d6ec0ce191e27176112ba3f97d5b5 /go.mod | |
parent | 770a08b747233942fb19da529763f61987a804d6 (diff) |
beginnings of implementation
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -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 +) |