From 0f0bb58a274a2372de0982663085ad2aeed22f51 Mon Sep 17 00:00:00 2001 From: Miikat Date: Sat, 12 Dec 2020 14:49:46 +0200 Subject: [PATCH] Update replace repositories point to master branch (#7) Updated replace repositories to get data form master branch. Also added instructions to point p2p-git-portal-poc to local directory --- src/go.mod | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/go.mod b/src/go.mod index b4c42fb..51a6a5a 100644 --- a/src/go.mod +++ b/src/go.mod @@ -17,10 +17,11 @@ replace github.com/go-git/go-git/v5 => github.com/happybeing/go-git/v5 v5.2.1 replace github.com/go-git/go-billy/v5 => github.com/happybeing/go-billy/v5 v5.0.1 // For development with local go-git/go-billy and wasm plugin: -replace github.com/MichaelMure/git-bug => /home/mrh/src/go/src/github.com/happybeing/git-bug +replace github.com/MichaelMure/git-bug => github.com/happybeing/git-bug master -replace github.com/99designs/keyring => /home/mrh/src/go/src/github.com/happybeing/keyring +replace github.com/99designs/keyring => github.com/happybeing/keyring master +// You need to point this to your local directory where you cloned the project replace github.com/happybeing/p2p-git-portal-poc/src/repo => /home/mrh/src/wasm/p2p-git-portal-poc/src/repo // Dependencies of git-bug which require tweaks for wasm