-
- Downloads
[renovate] Update module github.com/pterm/pterm to v0.12.61
parent
a1866eee
No related branches found
No related tags found
This commit is part of merge request !453. Comments created here will be created in the context of that merge request.
... | ... | @@ -14,7 +14,7 @@ require ( |
github.com/openconfig/goyang v1.2.0 | ||
github.com/openconfig/ygot v0.27.0 | ||
github.com/prometheus/client_golang v1.15.0 | ||
github.com/pterm/pterm v0.12.58 | ||
github.com/pterm/pterm v0.12.61 | ||
github.com/sethvargo/go-password v0.2.0 | ||
github.com/sirupsen/logrus v1.9.0 | ||
github.com/spf13/cobra v1.6.1 | ||
... | ... | @@ -88,9 +88,9 @@ require ( |
go.opencensus.io v0.24.0 // indirect | ||
golang.org/x/crypto v0.0.0-20220722155217-630584e8d5aa | ||
golang.org/x/net v0.8.0 | ||
golang.org/x/sys v0.6.0 // indirect | ||
golang.org/x/term v0.6.0 // indirect | ||
golang.org/x/text v0.8.0 // indirect | ||
golang.org/x/sys v0.8.0 // indirect | ||
golang.org/x/term v0.8.0 // indirect | ||
golang.org/x/text v0.9.0 // indirect | ||
gopkg.in/ini.v1 v1.67.0 // indirect | ||
) | ||
... | ... | @@ -99,11 +99,12 @@ require github.com/hashicorp/go-plugin v1.4.5 |
require ( | ||
atomicgo.dev/cursor v0.1.1 // indirect | ||
atomicgo.dev/keyboard v0.2.9 // indirect | ||
atomicgo.dev/schedule v0.0.2 // indirect | ||
github.com/containerd/console v1.0.3 // indirect | ||
github.com/fatih/color v1.13.0 // indirect | ||
github.com/hashicorp/go-hclog v1.2.0 // indirect | ||
github.com/hashicorp/yamux v0.0.0-20180604194846-3520598351bb // indirect | ||
github.com/lithammer/fuzzysearch v1.1.5 // indirect | ||
github.com/lithammer/fuzzysearch v1.1.7 // indirect | ||
github.com/mitchellh/go-testing-interface v1.0.0 // indirect | ||
github.com/oklog/run v1.0.0 // indirect | ||
) |
Please register or sign in to comment