Relaced laszlocph/woodpecker with woodpecker-ci/woodpecker

This commit is contained in:
Laszlo Fogas
2021-05-25 14:08:27 +02:00
parent 5604ff2a43
commit c7ebd68232
197 changed files with 433 additions and 433 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ import (
"fmt"
"strings"
"github.com/laszlocph/woodpecker/model"
"github.com/woodpecker-ci/woodpecker/model"
"github.com/google/go-github/github"
)
+1 -1
View File
@@ -18,7 +18,7 @@ import (
"testing"
"github.com/google/go-github/github"
"github.com/laszlocph/woodpecker/model"
"github.com/woodpecker-ci/woodpecker/model"
"github.com/franela/goblin"
)
+3 -3
View File
@@ -24,9 +24,9 @@ import (
"strconv"
"strings"
"github.com/laszlocph/woodpecker/model"
"github.com/laszlocph/woodpecker/remote"
"github.com/laszlocph/woodpecker/shared/httputil"
"github.com/woodpecker-ci/woodpecker/model"
"github.com/woodpecker-ci/woodpecker/remote"
"github.com/woodpecker-ci/woodpecker/shared/httputil"
"github.com/google/go-github/github"
"golang.org/x/net/context"
+2 -2
View File
@@ -18,8 +18,8 @@ import (
"net/http/httptest"
"testing"
"github.com/laszlocph/woodpecker/model"
"github.com/laszlocph/woodpecker/remote/github/fixtures"
"github.com/woodpecker-ci/woodpecker/model"
"github.com/woodpecker-ci/woodpecker/remote/github/fixtures"
"github.com/franela/goblin"
"github.com/gin-gonic/gin"
+1 -1
View File
@@ -21,7 +21,7 @@ import (
"io/ioutil"
"net/http"
"github.com/laszlocph/woodpecker/model"
"github.com/woodpecker-ci/woodpecker/model"
)
const (
+2 -2
View File
@@ -20,8 +20,8 @@ import (
"testing"
"github.com/franela/goblin"
"github.com/laszlocph/woodpecker/model"
"github.com/laszlocph/woodpecker/remote/github/fixtures"
"github.com/woodpecker-ci/woodpecker/model"
"github.com/woodpecker-ci/woodpecker/remote/github/fixtures"
)
func Test_parser(t *testing.T) {