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

Update module github.com/spf13/cobra to v1.1.3 #5

Open
wants to merge 1 commit into
base: master
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 @@ -3,7 +3,7 @@ module github.com/mniak/bcpinpad
go 1.15

require (
github.com/spf13/cobra v1.0.0
github.com/spf13/cobra v1.1.3
github.com/spf13/pflag v1.0.5 // indirect
github.com/stellar/go v0.0.0-20210219143447-0e85041a345b
github.com/stretchr/testify v1.5.1
Expand Down