diff options
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -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 +) |