Temporarily use my go-gogs-client fork until my issue_comment.go bugfix is merged into gogits repo

master
Matthew Ruschmann 8 years ago
parent fcb894dd14
commit cb31cd192d

@ -2,7 +2,8 @@ package main
import ( import (
"github.com/xanzy/go-gitlab" "github.com/xanzy/go-gitlab"
"github.com/gogits/go-gogs-client" // "github.com/gogits/go-gogs-client"
"github.com/mruschmann/go-gogs-client"
"fmt" "fmt"
"bufio" "bufio"
"os" "os"

Loading…
Cancel
Save