Renamed package

This commit is contained in:
Laszlo Fogas
2019-04-04 20:51:20 +02:00
parent 2fbaa56eee
commit ca5817ffc2
109 changed files with 245 additions and 245 deletions

View File

@@ -20,10 +20,10 @@ import (
"net/http"
"strings"
"github.com/drone/drone/model"
"github.com/drone/drone/remote"
"github.com/drone/drone/remote/coding/internal"
"github.com/drone/drone/shared/httputil"
"github.com/laszlocph/drone-oss-08/model"
"github.com/laszlocph/drone-oss-08/remote"
"github.com/laszlocph/drone-oss-08/remote/coding/internal"
"github.com/laszlocph/drone-oss-08/shared/httputil"
"golang.org/x/net/context"
"golang.org/x/oauth2"