-
- Downloads
[renovate] Update module github.com/pterm/pterm to v0.12.61
See merge request !453 Co-authored-by:Renovate Bot <renovate@danet.fbi.h-da.de>
parent
106c2bd7
No related branches found
No related tags found
Pipeline #145396 failed
Stage: tools
Stage: build
Stage: test
Stage: analyze
Stage: integration-test
Stage: deploy
... | @@ -14,7 +14,7 @@ require ( | ... | @@ -14,7 +14,7 @@ require ( |
github.com/openconfig/goyang v1.2.0 | github.com/openconfig/goyang v1.2.0 | ||
github.com/openconfig/ygot v0.27.0 | github.com/openconfig/ygot v0.27.0 | ||
github.com/prometheus/client_golang v1.15.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/sethvargo/go-password v0.2.0 | ||
github.com/sirupsen/logrus v1.9.0 | github.com/sirupsen/logrus v1.9.0 | ||
github.com/spf13/cobra v1.7.0 | github.com/spf13/cobra v1.7.0 | ||
... | @@ -88,9 +88,9 @@ require ( | ... | @@ -88,9 +88,9 @@ require ( |
go.opencensus.io v0.24.0 // indirect | go.opencensus.io v0.24.0 // indirect | ||
golang.org/x/crypto v0.0.0-20220722155217-630584e8d5aa | golang.org/x/crypto v0.0.0-20220722155217-630584e8d5aa | ||
golang.org/x/net v0.8.0 | golang.org/x/net v0.8.0 | ||
golang.org/x/sys v0.6.0 // indirect | golang.org/x/sys v0.8.0 // indirect | ||
golang.org/x/term v0.6.0 // indirect | golang.org/x/term v0.8.0 // indirect | ||
golang.org/x/text v0.8.0 // indirect | golang.org/x/text v0.9.0 // indirect | ||
gopkg.in/ini.v1 v1.67.0 // indirect | gopkg.in/ini.v1 v1.67.0 // indirect | ||
) | ) | ||
... | @@ -99,11 +99,12 @@ require github.com/hashicorp/go-plugin v1.4.5 | ... | @@ -99,11 +99,12 @@ require github.com/hashicorp/go-plugin v1.4.5 |
require ( | require ( | ||
atomicgo.dev/cursor v0.1.1 // indirect | atomicgo.dev/cursor v0.1.1 // indirect | ||
atomicgo.dev/keyboard v0.2.9 // 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/containerd/console v1.0.3 // indirect | ||
github.com/fatih/color v1.13.0 // indirect | github.com/fatih/color v1.13.0 // indirect | ||
github.com/hashicorp/go-hclog v1.2.0 // indirect | github.com/hashicorp/go-hclog v1.2.0 // indirect | ||
github.com/hashicorp/yamux v0.0.0-20180604194846-3520598351bb // 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/mitchellh/go-testing-interface v1.0.0 // indirect | ||
github.com/oklog/run v1.0.0 // indirect | github.com/oklog/run v1.0.0 // indirect | ||
) | ) |
Please register or sign in to comment