Skip to content

Commit

Permalink
Fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
mogottsch committed Sep 12, 2023
1 parent b7d399e commit 0f96f17
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkg/yaml/yaml.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@ package yaml
import (
"encoding/json"

"github.com/giantswarm/microerror"
yamllib "gopkg.in/yaml.v2"

"github.com/giantswarm/microerror"
)

// MarshalWithJsonAnnotations marshals the given value to YAML, but uses the
Expand Down

0 comments on commit 0f96f17

Please sign in to comment.