Skip to content
This repository has been archived by the owner on Jul 27, 2021. It is now read-only.

fix(deps): update module github.com/spf13/cobra to v1.2.1 #9

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion go.mod
Expand Up @@ -4,5 +4,5 @@ go 1.16

require (
github.com/fatih/color v1.7.0
github.com/spf13/cobra v1.1.3
github.com/spf13/cobra v1.2.1
)