From 19b3780cce50d47fec5f2f5cd1e8d506af62ec29 Mon Sep 17 00:00:00 2001 From: Sergey Date: Mon, 22 Mar 2021 02:53:12 +0300 Subject: [PATCH 1/2] Update Godeps.json --- Godeps/Godeps.json | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Godeps/Godeps.json b/Godeps/Godeps.json index 868699cf77..401e9d6767 100644 --- a/Godeps/Godeps.json +++ b/Godeps/Godeps.json @@ -2501,11 +2501,7 @@ }, { "ImportPath": "github.com/OpenBazaar/multiwallet/client/errors", -<<<<<<< HEAD - "Rev": "2b4be2cd7336e77e7ceffe0bce05e8ebec3be287" -======= "Rev": "e2e450015927ced1aa82ded74eba802ec0b3ddf1" ->>>>>>> master }, { "ImportPath": "github.com/OpenBazaar/multiwallet/vendor/github.com/OpenBazaar/wallet-interface", From 5e0495989d5b5db8974c89ea5bb215a7d30071e6 Mon Sep 17 00:00:00 2001 From: Zababurin Date: Sat, 27 Mar 2021 02:20:14 +0300 Subject: [PATCH 2/2] add procfile --- Procfile | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 Procfile diff --git a/Procfile b/Procfile new file mode 100644 index 0000000000..64f28a95e1 --- /dev/null +++ b/Procfile @@ -0,0 +1,2 @@ +release: openbazaar-go init +web: openbazaar-go start \ No newline at end of file