Skip to content

Commit

Permalink
Undo changed imports
Browse files Browse the repository at this point in the history
  • Loading branch information
ashnehete committed Sep 18, 2023
1 parent ba8c409 commit eb43561
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cmd/krel/cmd/release_notes.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ import (
"encoding/json"
"errors"
"fmt"
"gopkg.in/yaml.v3"
"os"
"os/exec"
"path/filepath"
Expand All @@ -33,6 +32,8 @@ import (
"github.com/blang/semver/v4"
"github.com/sirupsen/logrus"
"github.com/spf13/cobra"
"gopkg.in/yaml.v2"

"k8s.io/release/pkg/notes"
"k8s.io/release/pkg/notes/document"
"k8s.io/release/pkg/notes/options"
Expand Down

0 comments on commit eb43561

Please sign in to comment.