Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ require (
github.com/godbus/dbus/v5 v5.0.6
github.com/google/renameio/v2 v2.0.0
github.com/sirupsen/logrus v1.9.3
github.com/spf13/cobra v1.3.0
github.com/spf13/cobra v1.4.0

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

high

The pull request title states that github.com/spf13/cobra should be bumped to version 1.5.0, but the change in this file updates it to 1.4.0. To align with the PR's stated goal, please update the version to 1.5.0. If 1.4.0 is the intended version, please correct the pull request title to avoid confusion.

Suggested change
github.com/spf13/cobra v1.4.0
github.com/spf13/cobra v1.5.0

github.com/spf13/viper v1.20.1
github.com/stretchr/testify v1.10.0
golang.org/x/sys v0.29.0
Expand Down
Loading
Loading