From cb31cd192d3195d28915a57c832676dc70057ffa Mon Sep 17 00:00:00 2001 From: Matthew Ruschmann Date: Sat, 10 Dec 2016 11:36:32 -0500 Subject: [PATCH] Temporarily use my go-gogs-client fork until my issue_comment.go bugfix is merged into gogits repo --- main.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/main.go b/main.go index 10c1fa2..2962356 100644 --- a/main.go +++ b/main.go @@ -2,7 +2,8 @@ package main import ( "github.com/xanzy/go-gitlab" - "github.com/gogits/go-gogs-client" +// "github.com/gogits/go-gogs-client" + "github.com/mruschmann/go-gogs-client" "fmt" "bufio" "os"