summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2024-10-27 10:53:32 +0200
committerPaul Buetow <paul@buetow.org>2024-10-27 10:53:32 +0200
commit063d630bc1acbaaf1b9743a33bef559601b117d3 (patch)
tree96a9e6197f48e3d031945ed2bc033d5e1f904db6 /go.mod
parent0144d8d5840c9b7b5c2829870c5c64cf325a4528 (diff)
can share an article with preview text of the title
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod3
1 files changed, 2 insertions, 1 deletions
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
)