Skip to content

Commit

Permalink
Fixing import libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
zeroc0d3 committed Mar 26, 2023
1 parent cec0e6d commit 1a6435a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/singleton/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ import (
"github.com/olekukonko/tablewriter"
"github.com/sirupsen/logrus"
"github.com/spf13/cobra"
yaml "gopkg.in/yaml.v2"
v1 "k8s.io/api/apps/v1"
corev1 "k8s.io/api/core/v1"
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
Expand Down

0 comments on commit 1a6435a

Please sign in to comment.