Commit 2340751b authored by Anant Sharma's avatar Anant Sharma Committed by GitHub
Browse files

style: fix go linting errors (#86)

parent dd620825
......@@ -35,7 +35,6 @@ import (
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
"emperror.dev/errors"
"github.com/cisco-open/k8s-objectmatcher/patch"
dynamoCommon "github.com/ai-dynamo/dynamo/deploy/dynamo/operator/api/dynamo/common"
"github.com/ai-dynamo/dynamo/deploy/dynamo/operator/api/dynamo/modelschemas"
"github.com/ai-dynamo/dynamo/deploy/dynamo/operator/api/dynamo/schemasv1"
......@@ -46,6 +45,7 @@ import (
commonconfig "github.com/ai-dynamo/dynamo/deploy/dynamo/operator/pkg/dynamo/config"
commonconsts "github.com/ai-dynamo/dynamo/deploy/dynamo/operator/pkg/dynamo/consts"
"github.com/ai-dynamo/dynamo/deploy/dynamo/operator/pkg/dynamo/system"
"github.com/cisco-open/k8s-objectmatcher/patch"
"github.com/huandu/xstrings"
"github.com/jinzhu/copier"
"github.com/prometheus/common/version"
......
......@@ -34,10 +34,10 @@ import (
"time"
"emperror.dev/errors"
"github.com/apparentlymart/go-shquot/shquot"
"github.com/ai-dynamo/dynamo/deploy/dynamo/operator/internal/controller_common"
commonconfig "github.com/ai-dynamo/dynamo/deploy/dynamo/operator/pkg/dynamo/config"
commonconsts "github.com/ai-dynamo/dynamo/deploy/dynamo/operator/pkg/dynamo/consts"
"github.com/apparentlymart/go-shquot/shquot"
"github.com/ettle/strcase"
"github.com/huandu/xstrings"
"github.com/mitchellh/hashstructure/v2"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment