diff options
| author | theimpostor <sahirhoda@gmail.com> | 2023-07-24 08:32:00 -0500 |
|---|---|---|
| committer | theimpostor <sahirhoda@gmail.com> | 2023-07-24 08:32:00 -0500 |
| commit | dca29a9d4cfb81ebf64c65f92f172cf4f39ec04d (patch) | |
| tree | 6599332c5334c40a12e85ecd52c3975dba9bca8e /go.mod | |
| parent | 162a9c31a732303e7a0cf467ac73e6dfc5f61aa8 (diff) | |
clean up logging, update dependencies
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 10 |
1 files changed, 6 insertions, 4 deletions
@@ -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 ) |
