From 063d630bc1acbaaf1b9743a33bef559601b117d3 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 27 Oct 2024 10:53:32 +0200 Subject: can share an article with preview text of the title --- go.mod | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'go.mod') diff --git a/go.mod b/go.mod index 563eb4f..1b14607 100644 --- a/go.mod +++ b/go.mod @@ -11,5 +11,6 @@ require ( github.com/fatih/color v1.17.0 // indirect github.com/mattn/go-colorable v0.1.13 // indirect github.com/mattn/go-isatty v0.0.20 // indirect - golang.org/x/sys v0.18.0 // indirect + golang.org/x/net v0.30.0 // indirect + golang.org/x/sys v0.26.0 // indirect ) -- cgit v1.2.3