diff options
| author | Paul Buetow <paul@buetow.org> | 2024-10-27 10:53:32 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2024-10-27 10:53:32 +0200 |
| commit | 063d630bc1acbaaf1b9743a33bef559601b117d3 (patch) | |
| tree | 96a9e6197f48e3d031945ed2bc033d5e1f904db6 /go.mod | |
| parent | 0144d8d5840c9b7b5c2829870c5c64cf325a4528 (diff) | |
can share an article with preview text of the title
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 ) |
