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

Update module github.com/spf13/cobra to v1.2.0 #4

Merged
merged 1 commit into from Jul 1, 2021
Merged
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 @@ -5,6 +5,6 @@ go 1.16
require (
github.com/briandowns/spinner v1.12.0 // indirect
github.com/sirupsen/logrus v1.8.1
github.com/spf13/cobra v1.1.3
github.com/spf13/cobra v1.2.0
go.mongodb.org/mongo-driver v1.5.3
)