blob: 503fdb4a57a6e01b1bc3ec706e3523ff851f9bac (
plain)
1
2
3
4
5
6
7
8
9
10
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
)
|