Skip to content

Commit

Permalink
address linter in build.go
Browse files Browse the repository at this point in the history
  • Loading branch information
pgcrooks-sysdig committed Jan 23, 2025
1 parent 040dc72 commit fe6014b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pkg/kilt/build.go
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
//nolint:golint,errcheck
package kilt

import (
"fmt"
"github.com/Jeffail/gabs/v2"
"github.com/go-akka/configuration/hocon"
"regexp"
"sort"
"strings"

"github.com/Jeffail/gabs/v2"
"github.com/go-akka/configuration/hocon"

"github.com/go-akka/configuration"
)

Expand Down

0 comments on commit fe6014b

Please sign in to comment.