Skip to content

Commit

Permalink
Fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
jknipper committed Apr 27, 2023
1 parent ccc5051 commit 250a174
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkg/templates/ignition.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,11 @@ import (
"github.com/coreos/butane/config/common"
"github.com/coreos/vcontext/report"
"github.com/go-kit/kit/log"
"github.com/tredoe/osutil/user/crypt/sha512_crypt"

"github.com/sapcc/kubernikus/pkg/api/models"
kubernikusv1 "github.com/sapcc/kubernikus/pkg/apis/kubernikus/v1"
"github.com/sapcc/kubernikus/pkg/version"
"github.com/tredoe/osutil/user/crypt/sha512_crypt"
)

type ignition struct {
Expand Down

0 comments on commit 250a174

Please sign in to comment.