Skip to content

Commit 1a6435a

Browse files
committed
Fixing import libraries
1 parent cec0e6d commit 1a6435a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/singleton/main.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ import (
2121
"github.com/olekukonko/tablewriter"
2222
"github.com/sirupsen/logrus"
2323
"github.com/spf13/cobra"
24+
yaml "gopkg.in/yaml.v2"
2425
v1 "k8s.io/api/apps/v1"
2526
corev1 "k8s.io/api/core/v1"
2627
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"

0 commit comments

Comments
 (0)