chore(gomod): bump spf13/cobra to v1.0.0

Minor changes since v0.0.7.  Seems simple formalization that the
interface is now stable.

See https://github.com/spf13/cobra/releases/tag/v1.0.0
This commit is contained in:
pancho horrillo
2020-10-02 14:32:37 +02:00
parent 19b6df4742
commit faea65688d
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -6,6 +6,6 @@ require (
github.com/google/shlex v0.0.0-20181106134648-c34317bd91bf
github.com/google/uuid v1.1.2
github.com/gorilla/mux v1.8.0
github.com/spf13/cobra v0.0.7
github.com/spf13/cobra v1.0.0
gopkg.in/h2non/gock.v1 v1.0.15
)