Skip to content

Commit

Permalink
fix goimports
Browse files Browse the repository at this point in the history
Signed-off-by: Silvio Moioli <[email protected]>
  • Loading branch information
moio authored and tomleb committed Feb 3, 2025
1 parent 0de4c97 commit ab44152
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions pkg/sqlcache/db/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ import (

"github.com/pkg/errors"
"github.com/rancher/steve/pkg/sqlcache/db/transaction"

Check failure on line 19 in pkg/sqlcache/db/client.go

View workflow job for this annotation

GitHub Actions / ci

could not import github.com/rancher/steve/pkg/sqlcache/db/transaction (-: # github.com/rancher/steve/pkg/sqlcache/db/transaction

// needed for drivers
_ "modernc.org/sqlite"
)
Expand Down
1 change: 1 addition & 0 deletions pkg/sqlcache/store/store.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ import (
"github.com/rancher/steve/pkg/sqlcache/db"
"github.com/rancher/steve/pkg/sqlcache/db/transaction"

Check failure on line 14 in pkg/sqlcache/store/store.go

View workflow job for this annotation

GitHub Actions / ci

could not import github.com/rancher/steve/pkg/sqlcache/db/transaction (-: # github.com/rancher/steve/pkg/sqlcache/db/transaction
"k8s.io/client-go/tools/cache"

// needed for drivers
_ "modernc.org/sqlite"
)
Expand Down

0 comments on commit ab44152

Please sign in to comment.