зеркало из https://github.com/mislav/hub.git
Fix octokit import path
This commit is contained in:
Родитель
4f8c6b85c8
Коммит
1025d4d79f
|
@ -3,7 +3,7 @@ package commands
|
|||
import (
|
||||
"fmt"
|
||||
"github.com/jingweno/gh/utils"
|
||||
"github.com/octokit/go-octokit"
|
||||
"github.com/octokit/go-octokit/octokit"
|
||||
)
|
||||
|
||||
var cmdCheckout = &Command{
|
||||
|
|
|
@ -3,7 +3,7 @@ package commands
|
|||
import (
|
||||
"fmt"
|
||||
"github.com/jingweno/gh/utils"
|
||||
"github.com/octokit/go-octokit"
|
||||
"github.com/octokit/go-octokit/octokit"
|
||||
)
|
||||
|
||||
var cmdMerge = &Command{
|
||||
|
|
|
@ -2,7 +2,7 @@ package commands
|
|||
|
||||
import (
|
||||
"github.com/bmizerany/assert"
|
||||
"github.com/octokit/go-octokit"
|
||||
"github.com/octokit/go-octokit/octokit"
|
||||
"testing"
|
||||
)
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ import (
|
|||
"github.com/jingweno/gh/git"
|
||||
"github.com/jingweno/gh/github"
|
||||
"github.com/jingweno/gh/utils"
|
||||
"github.com/octokit/go-octokit"
|
||||
"github.com/octokit/go-octokit/octokit"
|
||||
"os"
|
||||
"regexp"
|
||||
"strings"
|
||||
|
|
|
@ -2,7 +2,7 @@ package github
|
|||
|
||||
import (
|
||||
"fmt"
|
||||
"github.com/octokit/go-octokit"
|
||||
"github.com/octokit/go-octokit/octokit"
|
||||
)
|
||||
|
||||
const (
|
||||
|
|
Загрузка…
Ссылка в новой задаче