From 596b9a90d6edf1d8751367b4d2c6b589fef91776 Mon Sep 17 00:00:00 2001 From: Will Date: Fri, 7 Jul 2023 20:30:51 +0000 Subject: [PATCH 1/2] Add Singularity singularity is used as a client pushing data into filecoin --- configs/go.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/configs/go.json b/configs/go.json index 1c129419..35f2eb6d 100644 --- a/configs/go.json +++ b/configs/go.json @@ -122,6 +122,9 @@ ], "deploy_versioning": false }, + { + "target": "data-preservation-programs/singularity" + }, { "target": "ipfs/go-bitfield" }, @@ -519,4 +522,4 @@ "target": "quic-go/webtransport-go" } ] -} \ No newline at end of file +} From c4bc12833277fd24d0093b26598a7c2b6742759a Mon Sep 17 00:00:00 2001 From: Will Date: Fri, 7 Jul 2023 20:32:44 +0000 Subject: [PATCH 2/2] Update go.json --- configs/go.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/configs/go.json b/configs/go.json index 35f2eb6d..761188ec 100644 --- a/configs/go.json +++ b/configs/go.json @@ -18,6 +18,9 @@ } }, "repositories": [ + { + "target": "data-preservation-programs/singularity" + }, { "target": "filecoin-project/docker-hub-exporter" }, @@ -122,9 +125,6 @@ ], "deploy_versioning": false }, - { - "target": "data-preservation-programs/singularity" - }, { "target": "ipfs/go-bitfield" },