From dca29a9d4cfb81ebf64c65f92f172cf4f39ec04d Mon Sep 17 00:00:00 2001 From: theimpostor Date: Mon, 24 Jul 2023 08:32:00 -0500 Subject: clean up logging, update dependencies --- go.mod | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'go.mod') 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 ) -- cgit v1.2.3