-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update module github.com/pterm/pterm to v0.12.68
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
- Loading branch information
1 parent
ae6241d
commit 230010a
Showing
2 changed files
with
43 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,33 +1,36 @@ | ||
module github.com/ccremer/clustercode | ||
|
||
go 1.19 | ||
go 1.21 | ||
|
||
toolchain go1.21.1 | ||
|
||
require ( | ||
github.com/ccremer/plogr v0.7.0 | ||
github.com/fsnotify/fsnotify v1.6.0 | ||
github.com/go-logr/logr v1.2.4 | ||
github.com/pterm/pterm v0.12.57 | ||
github.com/stretchr/testify v1.8.3 | ||
github.com/pterm/pterm v0.12.68 | ||
github.com/stretchr/testify v1.8.4 | ||
github.com/urfave/cli/v2 v2.25.2 | ||
gopkg.in/yaml.v3 v3.0.1 | ||
) | ||
|
||
require ( | ||
atomicgo.dev/cursor v0.1.1 // indirect | ||
atomicgo.dev/cursor v0.2.0 // indirect | ||
atomicgo.dev/keyboard v0.2.9 // indirect | ||
atomicgo.dev/schedule v0.1.0 // indirect | ||
github.com/BurntSushi/toml v1.2.1 // indirect | ||
github.com/containerd/console v1.0.3 // indirect | ||
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect | ||
github.com/davecgh/go-spew v1.1.1 // indirect | ||
github.com/gookit/color v1.5.2 // indirect | ||
github.com/lithammer/fuzzysearch v1.1.5 // indirect | ||
github.com/mattn/go-runewidth v0.0.14 // indirect | ||
github.com/gookit/color v1.5.4 // indirect | ||
github.com/lithammer/fuzzysearch v1.1.8 // indirect | ||
github.com/mattn/go-runewidth v0.0.15 // indirect | ||
github.com/pmezard/go-difflib v1.0.0 // indirect | ||
github.com/rivo/uniseg v0.4.4 // indirect | ||
github.com/russross/blackfriday/v2 v2.1.0 // indirect | ||
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect | ||
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 // indirect | ||
golang.org/x/sys v0.6.0 // indirect | ||
golang.org/x/term v0.5.0 // indirect | ||
golang.org/x/text v0.8.0 // indirect | ||
golang.org/x/sys v0.11.0 // indirect | ||
golang.org/x/term v0.11.0 // indirect | ||
golang.org/x/text v0.12.0 // indirect | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters