Skip to content
Snippets Groups Projects

[renovate] Update module github.com/openconfig/ygot to v0.27.0

Merged Ghost User requested to merge renovate/github.com-openconfig-ygot-0.x into master
3 files
+ 36
70
Compare changes
  • Side-by-side
  • Inline
Files
3
+ 4
3
@@ -41,6 +41,7 @@ import (
@@ -41,6 +41,7 @@ import (
"github.com/google/uuid"
"github.com/google/uuid"
"github.com/openconfig/goyang/pkg/yang"
"github.com/openconfig/goyang/pkg/yang"
"github.com/pterm/pterm"
"github.com/pterm/pterm"
 
"github.com/pterm/pterm/putils"
"github.com/spf13/cobra"
"github.com/spf13/cobra"
"github.com/spf13/pflag"
"github.com/spf13/pflag"
"github.com/spf13/viper"
"github.com/spf13/viper"
@@ -65,9 +66,9 @@ func NewPromptCompleter() *PromptCompleter {
@@ -65,9 +66,9 @@ func NewPromptCompleter() *PromptCompleter {
// Run starts the interactive completion.
// Run starts the interactive completion.
func (pc *PromptCompleter) Run() {
func (pc *PromptCompleter) Run() {
title, _ := pterm.DefaultBigText.WithLetters(
title, _ := pterm.DefaultBigText.WithLetters(
pterm.NewLettersFromString("go"),
putils.LettersFromString("go"),
pterm.NewLettersFromStringWithStyle("SDN", pterm.NewStyle(pterm.FgCyan)),
putils.LettersFromStringWithStyle("SDN", pterm.NewStyle(pterm.FgCyan)),
pterm.NewLettersFromString("c"),
putils.LettersFromString("c"),
).Srender()
).Srender()
description := pterm.DefaultBasicText.Sprint("Control your goSDN controller like you've never done it before!")
description := pterm.DefaultBasicText.Sprint("Control your goSDN controller like you've never done it before!")
pterm.DefaultCenter.Println(title)
pterm.DefaultCenter.Println(title)
Loading