更改包名

master v1.7.2
liuzhiguo 6 months ago
parent f9e4fe31c2
commit 71469334e4

@ -1,53 +1,53 @@
# Changelog
## [v1.7.1](https://github.com/drone/drone-go/tree/v1.7.1) (2021-11-04)
## [v1.7.1](https://git.awesome-for.me/liuzhiguo/drone-go/tree/v1.7.1) (2021-11-04)
[Full Changelog](https://github.com/drone/drone-go/compare/v1.7.0...v1.7.1)
[Full Changelog](https://git.awesome-for.me/liuzhiguo/drone-go/compare/v1.7.0...v1.7.1)
**Implemented enhancements:**
- add new type for cardInput [\#70](https://github.com/drone/drone-go/pull/70) ([eoinmcafee00](https://github.com/eoinmcafee00))
- add new type for cardInput [\#70](https://git.awesome-for.me/liuzhiguo/drone-go/pull/70) ([eoinmcafee00](https://github.com/eoinmcafee00))
**Merged pull requests:**
- fix for various lint warnings [\#68](https://github.com/drone/drone-go/pull/68) ([marko-gacesa](https://github.com/marko-gacesa))
- fix for various lint warnings [\#68](https://git.awesome-for.me/liuzhiguo/drone-go/pull/68) ([marko-gacesa](https://github.com/marko-gacesa))
## [v1.7.0](https://github.com/drone/drone-go/tree/v1.7.0) (2021-10-04)
## [v1.7.0](https://git.awesome-for.me/liuzhiguo/drone-go/tree/v1.7.0) (2021-10-04)
[Full Changelog](https://github.com/drone/drone-go/compare/v1.6.2...v1.7.0)
[Full Changelog](https://git.awesome-for.me/liuzhiguo/drone-go/compare/v1.6.2...v1.7.0)
**Implemented enhancements:**
- \(DRON-124\) add ReposRunningStatus [\#65](https://github.com/drone/drone-go/pull/65) ([tphoney](https://github.com/tphoney))
- \(DRON-124\) add ReposRunningStatus [\#65](https://git.awesome-for.me/liuzhiguo/drone-go/pull/65) ([tphoney](https://github.com/tphoney))
**Merged pull requests:**
- \(maint\) release\_v1.7.0 prep [\#67](https://github.com/drone/drone-go/pull/67) ([tphoney](https://github.com/tphoney))
- \(maint\) release\_v1.7.0 prep [\#67](https://git.awesome-for.me/liuzhiguo/drone-go/pull/67) ([tphoney](https://github.com/tphoney))
## [v1.6.2](https://github.com/drone/drone-go/tree/v1.6.2) (2021-08-27)
## [v1.6.2](https://git.awesome-for.me/liuzhiguo/drone-go/tree/v1.6.2) (2021-08-27)
[Full Changelog](https://github.com/drone/drone-go/compare/v1.6.1...v1.6.2)
[Full Changelog](https://git.awesome-for.me/liuzhiguo/drone-go/compare/v1.6.1...v1.6.2)
**Implemented enhancements:**
- add new variable auto-cancel-running to repo struct [\#64](https://github.com/drone/drone-go/pull/64) ([eoinmcafee00](https://github.com/eoinmcafee00))
- add new variable auto-cancel-running to repo struct [\#64](https://git.awesome-for.me/liuzhiguo/drone-go/pull/64) ([eoinmcafee00](https://github.com/eoinmcafee00))
## [v1.6.1](https://github.com/drone/drone-go/tree/v1.6.1) (2021-08-19)
## [v1.6.1](https://git.awesome-for.me/liuzhiguo/drone-go/tree/v1.6.1) (2021-08-19)
[Full Changelog](https://github.com/drone/drone-go/compare/v1.6.0...v1.6.1)
[Full Changelog](https://git.awesome-for.me/liuzhiguo/drone-go/compare/v1.6.0...v1.6.1)
**Implemented enhancements:**
- Template type for supporting CLI commands [\#61](https://github.com/drone/drone-go/pull/61) ([eoinmcafee00](https://github.com/eoinmcafee00))
- Template type for supporting CLI commands [\#61](https://git.awesome-for.me/liuzhiguo/drone-go/pull/61) ([eoinmcafee00](https://github.com/eoinmcafee00))
**Fixed bugs:**
- update create template api to access namespace as a param [\#62](https://github.com/drone/drone-go/pull/62) ([eoinmcafee00](https://github.com/eoinmcafee00))
- update create template api to access namespace as a param [\#62](https://git.awesome-for.me/liuzhiguo/drone-go/pull/62) ([eoinmcafee00](https://github.com/eoinmcafee00))
**Merged pull requests:**
- Release/1.6.1 [\#63](https://github.com/drone/drone-go/pull/63) ([eoinmcafee00](https://github.com/eoinmcafee00))
- Add a vet step to drone config [\#57](https://github.com/drone/drone-go/pull/57) ([tboerger](https://github.com/tboerger))
- Release/1.6.1 [\#63](https://git.awesome-for.me/liuzhiguo/drone-go/pull/63) ([eoinmcafee00](https://github.com/eoinmcafee00))
- Add a vet step to drone config [\#57](https://git.awesome-for.me/liuzhiguo/drone-go/pull/57) ([tboerger](https://github.com/tboerger))

@ -1,6 +1,6 @@
# drone-go
[![Go.dev](https://pkg.go.dev/badge/github.com/drone/drone-go)](https://pkg.go.dev/github.com/drone/drone-go?tab=doc)
[![Go.dev](https://pkg.go.dev/badge/git.awesome-for.me/liuzhiguo/drone-go)](https://pkg.go.dev/git.awesome-for.me/liuzhiguo/drone-go?tab=doc)
```Go
package main
@ -8,7 +8,7 @@ package main
import (
"fmt"
"github.com/drone/drone-go/drone"
"git.awesome-for.me/liuzhiguo/drone-go/drone"
"golang.org/x/oauth2"
)

@ -1,4 +1,4 @@
module github.com/drone/drone-go
module git.awesome-for.me/liuzhiguo/drone-go
go 1.14

@ -17,7 +17,7 @@ package admission
import (
"context"
"github.com/drone/drone-go/drone"
"git.awesome-for.me/liuzhiguo/drone-go/drone"
)
// V1 is version 1 of the admission API

@ -17,8 +17,8 @@ package admission
import (
"context"
"github.com/drone/drone-go/drone"
"github.com/drone/drone-go/plugin/internal/client"
"git.awesome-for.me/liuzhiguo/drone-go/drone"
"git.awesome-for.me/liuzhiguo/drone-go/plugin/internal/client"
)
// Client returns a new plugin client.

@ -19,7 +19,7 @@ import (
"io/ioutil"
"net/http"
"github.com/drone/drone-go/plugin/logger"
"git.awesome-for.me/liuzhiguo/drone-go/plugin/logger"
"github.com/99designs/httpsignatures-go"
)

@ -25,7 +25,7 @@ import (
"testing"
"time"
"github.com/drone/drone-go/drone"
"git.awesome-for.me/liuzhiguo/drone-go/drone"
"github.com/99designs/httpsignatures-go"
)

@ -17,8 +17,8 @@ package config
import (
"context"
"github.com/drone/drone-go/drone"
"github.com/drone/drone-go/plugin/internal/client"
"git.awesome-for.me/liuzhiguo/drone-go/drone"
"git.awesome-for.me/liuzhiguo/drone-go/plugin/internal/client"
)
// Client returns a new plugin client.

@ -17,7 +17,7 @@ package config
import (
"context"
"github.com/drone/drone-go/drone"
"git.awesome-for.me/liuzhiguo/drone-go/drone"
)
// V1 is version 1 of the configuration API

@ -19,7 +19,7 @@ import (
"io/ioutil"
"net/http"
"github.com/drone/drone-go/plugin/logger"
"git.awesome-for.me/liuzhiguo/drone-go/plugin/logger"
"github.com/99designs/httpsignatures-go"
)

@ -23,7 +23,7 @@ import (
"testing"
"time"
"github.com/drone/drone-go/drone"
"git.awesome-for.me/liuzhiguo/drone-go/drone"
"github.com/99designs/httpsignatures-go"
)

@ -17,8 +17,8 @@ package converter
import (
"context"
"github.com/drone/drone-go/drone"
"github.com/drone/drone-go/plugin/internal/client"
"git.awesome-for.me/liuzhiguo/drone-go/drone"
"git.awesome-for.me/liuzhiguo/drone-go/plugin/internal/client"
)
// Client returns a new plugin client.

@ -17,7 +17,7 @@ package converter
import (
"context"
"github.com/drone/drone-go/drone"
"git.awesome-for.me/liuzhiguo/drone-go/drone"
)
// V1 is version 1 of the converter API

@ -19,7 +19,7 @@ import (
"io/ioutil"
"net/http"
"github.com/drone/drone-go/plugin/logger"
"git.awesome-for.me/liuzhiguo/drone-go/plugin/logger"
"github.com/99designs/httpsignatures-go"
)

@ -23,7 +23,7 @@ import (
"testing"
"time"
"github.com/drone/drone-go/drone"
"git.awesome-for.me/liuzhiguo/drone-go/drone"
"github.com/99designs/httpsignatures-go"
)

@ -17,7 +17,7 @@ package environ
import (
"context"
"github.com/drone/drone-go/plugin/internal/client"
"git.awesome-for.me/liuzhiguo/drone-go/plugin/internal/client"
)
// Client returns a new plugin client.

@ -17,7 +17,7 @@ package environ
import (
"context"
"github.com/drone/drone-go/drone"
"git.awesome-for.me/liuzhiguo/drone-go/drone"
)
// V1 is version 1 of the env API

@ -19,8 +19,8 @@ import (
"io/ioutil"
"net/http"
"github.com/drone/drone-go/plugin/internal/aesgcm"
"github.com/drone/drone-go/plugin/logger"
"git.awesome-for.me/liuzhiguo/drone-go/plugin/internal/aesgcm"
"git.awesome-for.me/liuzhiguo/drone-go/plugin/logger"
"github.com/99designs/httpsignatures-go"
)

@ -23,7 +23,7 @@ import (
"testing"
"time"
"github.com/drone/drone-go/plugin/internal/aesgcm"
"git.awesome-for.me/liuzhiguo/drone-go/plugin/internal/aesgcm"
"github.com/99designs/httpsignatures-go"
"github.com/google/go-cmp/cmp"

@ -26,8 +26,8 @@ import (
"net/http"
"time"
"github.com/drone/drone-go/drone"
"github.com/drone/drone-go/plugin/internal/aesgcm"
"git.awesome-for.me/liuzhiguo/drone-go/drone"
"git.awesome-for.me/liuzhiguo/drone-go/plugin/internal/aesgcm"
httpsignatures "github.com/99designs/httpsignatures-go"
)

@ -17,8 +17,8 @@ package registry
import (
"context"
"github.com/drone/drone-go/drone"
"github.com/drone/drone-go/plugin/internal/client"
"git.awesome-for.me/liuzhiguo/drone-go/drone"
"git.awesome-for.me/liuzhiguo/drone-go/plugin/internal/client"
)
// Client returns a new plugin client.

@ -19,8 +19,8 @@ import (
"io/ioutil"
"net/http"
"github.com/drone/drone-go/plugin/internal/aesgcm"
"github.com/drone/drone-go/plugin/logger"
"git.awesome-for.me/liuzhiguo/drone-go/plugin/internal/aesgcm"
"git.awesome-for.me/liuzhiguo/drone-go/plugin/logger"
"github.com/99designs/httpsignatures-go"
)

@ -23,8 +23,8 @@ import (
"testing"
"time"
"github.com/drone/drone-go/drone"
"github.com/drone/drone-go/plugin/internal/aesgcm"
"git.awesome-for.me/liuzhiguo/drone-go/drone"
"git.awesome-for.me/liuzhiguo/drone-go/plugin/internal/aesgcm"
"github.com/99designs/httpsignatures-go"
)

@ -17,7 +17,7 @@ package registry
import (
"context"
"github.com/drone/drone-go/drone"
"git.awesome-for.me/liuzhiguo/drone-go/drone"
)
// V1 is version 1 of the registry API

@ -17,8 +17,8 @@ package secret
import (
"context"
"github.com/drone/drone-go/drone"
"github.com/drone/drone-go/plugin/internal/client"
"git.awesome-for.me/liuzhiguo/drone-go/drone"
"git.awesome-for.me/liuzhiguo/drone-go/plugin/internal/client"
)
// Client returns a new plugin client.

@ -19,8 +19,8 @@ import (
"io/ioutil"
"net/http"
"github.com/drone/drone-go/plugin/internal/aesgcm"
"github.com/drone/drone-go/plugin/logger"
"git.awesome-for.me/liuzhiguo/drone-go/plugin/internal/aesgcm"
"git.awesome-for.me/liuzhiguo/drone-go/plugin/logger"
"github.com/99designs/httpsignatures-go"
)

@ -23,8 +23,8 @@ import (
"testing"
"time"
"github.com/drone/drone-go/drone"
"github.com/drone/drone-go/plugin/internal/aesgcm"
"git.awesome-for.me/liuzhiguo/drone-go/drone"
"git.awesome-for.me/liuzhiguo/drone-go/plugin/internal/aesgcm"
"github.com/99designs/httpsignatures-go"
)

@ -17,7 +17,7 @@ package secret
import (
"context"
"github.com/drone/drone-go/drone"
"git.awesome-for.me/liuzhiguo/drone-go/drone"
)
// V1 is version 1 of the secrets API

@ -17,8 +17,8 @@ package validator
import (
"context"
"github.com/drone/drone-go/drone"
"github.com/drone/drone-go/plugin/internal/client"
"git.awesome-for.me/liuzhiguo/drone-go/drone"
"git.awesome-for.me/liuzhiguo/drone-go/plugin/internal/client"
)
// Client returns a new plugin client.

@ -19,8 +19,8 @@ import (
"io/ioutil"
"net/http"
"github.com/drone/drone-go/drone"
"github.com/drone/drone-go/plugin/logger"
"git.awesome-for.me/liuzhiguo/drone-go/drone"
"git.awesome-for.me/liuzhiguo/drone-go/plugin/logger"
"github.com/99designs/httpsignatures-go"
)

@ -24,7 +24,7 @@ import (
"testing"
"time"
"github.com/drone/drone-go/drone"
"git.awesome-for.me/liuzhiguo/drone-go/drone"
"github.com/99designs/httpsignatures-go"
)

@ -18,7 +18,7 @@ import (
"context"
"errors"
"github.com/drone/drone-go/drone"
"git.awesome-for.me/liuzhiguo/drone-go/drone"
)
// V1 is version 1 of the validator API

@ -17,7 +17,7 @@ package webhook
import (
"context"
"github.com/drone/drone-go/plugin/internal/client"
"git.awesome-for.me/liuzhiguo/drone-go/plugin/internal/client"
)
// Client returns a new plugin client.

@ -19,7 +19,7 @@ import (
"io/ioutil"
"net/http"
"github.com/drone/drone-go/plugin/logger"
"git.awesome-for.me/liuzhiguo/drone-go/plugin/logger"
"github.com/99designs/httpsignatures-go"
)

@ -17,7 +17,7 @@ package webhook
import (
"context"
"github.com/drone/drone-go/drone"
"git.awesome-for.me/liuzhiguo/drone-go/drone"
)
// V1 is version 1 of the admission API

Loading…
Cancel
Save