From 726959cce3b4f3aa659bc1d0eaf1e6740e5df9e5 Mon Sep 17 00:00:00 2001 From: Mark Phelps <209477+markphelps@users.noreply.github.com> Date: Tue, 16 Apr 2024 16:13:48 -0400 Subject: [PATCH] chore: add reverst import --- vangen.json | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/vangen.json b/vangen.json index ee3b895..26fb4c5 100644 --- a/vangen.json +++ b/vangen.json @@ -6,11 +6,7 @@ "prefix": "flipt", "type": "git", "url": "https://github.com/flipt-io/flipt", - "subs": [ - "sdk/go", - "rpc/flipt", - "errors" - ], + "subs": ["sdk/go", "rpc/flipt", "errors"], "source": { "home": "https://github.com/flipt-io/flipt", "dir": "https://github.com/flipt-io/flipt/tree/main{/dir}", @@ -49,6 +45,11 @@ "prefix": "stew", "type": "git", "url": "https://github.com/flipt-io/stew" + }, + { + "prefix": "reverst", + "type": "git", + "url": "https://github.com/flipt-io/reverst" } ] }