summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authortheimpostor <sahirhoda@gmail.com>2023-07-24 08:32:00 -0500
committertheimpostor <sahirhoda@gmail.com>2023-07-24 08:32:00 -0500
commitdca29a9d4cfb81ebf64c65f92f172cf4f39ec04d (patch)
tree6599332c5334c40a12e85ecd52c3975dba9bca8e /go.mod
parent162a9c31a732303e7a0cf467ac73e6dfc5f61aa8 (diff)
clean up logging, update dependencies
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod10
1 files changed, 6 insertions, 4 deletions
diff --git a/go.mod b/go.mod
index d75322d..17ba0a7 100644
--- a/go.mod
+++ b/go.mod
@@ -8,11 +8,13 @@ require (
golang.org/x/sys v0.10.0 // indirect
)
+require github.com/jba/slog v0.0.0-20230720141417-43400bf08a38
+
require (
github.com/gdamore/encoding v1.0.0 // indirect
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
- github.com/mattn/go-runewidth v0.0.14 // indirect
- github.com/rivo/uniseg v0.4.3 // indirect
- golang.org/x/term v0.5.0 // indirect
- golang.org/x/text v0.7.0 // indirect
+ github.com/mattn/go-runewidth v0.0.15 // indirect
+ github.com/rivo/uniseg v0.4.4 // indirect
+ golang.org/x/term v0.10.0 // indirect
+ golang.org/x/text v0.11.0 // indirect
)