From d8295b3f23bd9af7b8947bccb990601aa1739a0b Mon Sep 17 00:00:00 2001 From: Santo Cariotti Date: Sat, 29 Mar 2025 17:21:27 +0100 Subject: Add network module to establish a TCP full-duplex connection --- go.mod | 2 ++ 1 file changed, 2 insertions(+) (limited to 'go.mod') diff --git a/go.mod b/go.mod index c50007c..5e52de7 100644 --- a/go.mod +++ b/go.mod @@ -11,11 +11,13 @@ require ( require ( github.com/davecgh/go-spew v1.1.1 // indirect + github.com/kr/pretty v0.1.0 // indirect github.com/pmezard/go-difflib v1.0.0 // indirect go.uber.org/multierr v1.10.0 // indirect golang.org/x/net v0.34.0 // indirect golang.org/x/sys v0.29.0 // indirect golang.org/x/text v0.21.0 // indirect google.golang.org/genproto/googleapis/rpc v0.0.0-20250115164207-1a7da9e5054f // indirect + gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect gopkg.in/yaml.v3 v3.0.1 // indirect ) -- cgit v1.2.3-18-g5258