diff options
| author | theimpostor <sahirhoda@gmail.com> | 2023-09-16 09:34:06 -0500 |
|---|---|---|
| committer | theimpostor <sahirhoda@gmail.com> | 2023-09-16 09:34:06 -0500 |
| commit | a80ad1f8379059f496e34b833aedcbdd1ac3aa23 (patch) | |
| tree | 312d5b3f23be9c1b41269c3f0c49a06751c1b261 /go.mod | |
| parent | ba4b74f3a1d6cfd9548051033ac5b542d2c0d481 (diff) | |
bump deps
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -4,9 +4,9 @@ go 1.20 require ( github.com/gdamore/tcell/v2 v2.6.0 - github.com/jba/slog v0.0.0-20230720141417-43400bf08a38 + github.com/jba/slog v0.1.0 github.com/spf13/cobra v1.7.0 - golang.org/x/exp v0.0.0-20230801115018-d63ba01acd4b + golang.org/x/exp v0.0.0-20230905200255-921286631fa9 ) require ( @@ -16,7 +16,7 @@ require ( github.com/mattn/go-runewidth v0.0.15 // indirect github.com/rivo/uniseg v0.4.4 // indirect github.com/spf13/pflag v1.0.5 // indirect - golang.org/x/sys v0.10.0 // indirect - golang.org/x/term v0.10.0 // indirect - golang.org/x/text v0.11.0 // indirect + golang.org/x/sys v0.12.0 // indirect + golang.org/x/term v0.12.0 // indirect + golang.org/x/text v0.13.0 // indirect ) |
