From 1ffed4fde6347656c4cd6b612dee44d80405687f Mon Sep 17 00:00:00 2001 From: Curtis Spencer <41347+jubos@users.noreply.github.com> Date: Fri, 13 Nov 2020 07:41:19 -0800 Subject: [PATCH] Added Terra go library --- data/ecosystems/t/terra.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/data/ecosystems/t/terra.toml b/data/ecosystems/t/terra.toml index f73536ef..b598b82d 100644 --- a/data/ecosystems/t/terra.toml +++ b/data/ecosystems/t/terra.toml @@ -171,6 +171,9 @@ url = "https://github.com/terra-project/terra-py" [[repo]] url = "https://github.com/terra-project/terra-wallet" +[[repo]] +url = "https://github.com/terra-project/terra.go" + [[repo]] url = "https://github.com/terra-project/terra.js"