From 723d0c36fc2f1c8d4cc49180d3875534a7229820 Mon Sep 17 00:00:00 2001 From: Alessio Treglia Date: Wed, 14 Oct 2020 16:51:35 +0100 Subject: [PATCH] Add tendermint and cosmos-sdk to the list of projects using cobra (#855) * Add tendermint and cosmos-sdk to the list of projects using cobra Co-authored-by: Steve Francia --- projects_using_cobra.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/projects_using_cobra.md b/projects_using_cobra.md index 5cc4e8d5..31c27203 100644 --- a/projects_using_cobra.md +++ b/projects_using_cobra.md @@ -3,6 +3,7 @@ - [Arduino CLI](https://github.com/arduino/arduino-cli) - [Bleve](http://www.blevesearch.com/) - [CockroachDB](http://www.cockroachlabs.com/) +- [Cosmos SDK](https://github.com/cosmos/cosmos-sdk) - [Delve](https://github.com/derekparker/delve) - [Docker (distribution)](https://github.com/docker/distribution) - [Etcd](https://etcd.io/) @@ -30,4 +31,5 @@ - [Random](https://github.com/erdaltsksn/random) - [Rclone](https://rclone.org/) - [Skaffold](https://skaffold.dev/) +- [Tendermint](https://github.com/tendermint/tendermint) - [Werf](https://werf.io/)