From 93f9eeb535ce0409332fa07bd0c4d5dfea05c406 Mon Sep 17 00:00:00 2001 From: Alessio Treglia Date: Thu, 2 May 2019 17:24:15 +0100 Subject: [PATCH] Add tendermint and cosmos-sdk to the list of projects using cobra --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index ff16e3f6..63e63287 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,8 @@ Many of the most widely used Go projects are built using Cobra, such as: [Istio](https://istio.io), [Prototool](https://github.com/uber/prototool), [mattermost-server](https://github.com/mattermost/mattermost-server), +[Tendermint](https://github.com/tendermint/tendermint), +[Cosmos SDK](https://github.com/cosmos/cosmos-sdk), etc. [![Build Status](https://travis-ci.org/spf13/cobra.svg "Travis CI status")](https://travis-ci.org/spf13/cobra)