Skip to content

Commit

Permalink
*: Migrate to Go Modules (maintainer-org#39)
Browse files Browse the repository at this point in the history
Signed-off-by: Xuanwo <github@xuanwo.io>
  • Loading branch information
Xuanwo authored Apr 20, 2021
1 parent 06db118 commit 7cb61dc
Show file tree
Hide file tree
Showing 940 changed files with 173 additions and 278,983 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ sudo: required
services:
- docker

go_import_path: github.com/gaocegege/maintainer
go_import_path: github.com/maintainer-org/maintainer

go:
- 1.9
Expand Down
2 changes: 1 addition & 1 deletion AUTHORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ This list is sorted by the number of commits per contributor in descending order
* [@gaocegege](https://github.com/gaocegege)
* [@cglewis](https://github.com/cglewis)

###### Auto generated by [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2017-11-01
###### Auto generated by [gaocegege/maintainer](https://github.com/maintainer-org/maintainer) on 2017-11-01
58 changes: 29 additions & 29 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,57 +1,57 @@
# Change Log

## [Unreleased](https://github.com/gaocegege/maintainer/tree/HEAD)
## [Unreleased](https://github.com/maintainer-org/maintainer/tree/HEAD)

[Full Changelog](https://github.com/gaocegege/maintainer/compare/v1.0.4...HEAD)
[Full Changelog](https://github.com/maintainer-org/maintainer/compare/v1.0.4...HEAD)

**Closed issues:**

- Distribute maintainer like a binary [\#31](https://github.com/gaocegege/maintainer/issues/31)
- Use Email as ID to remove dup [\#26](https://github.com/gaocegege/maintainer/issues/26)
- contributor: Support order by the number of commits [\#24](https://github.com/gaocegege/maintainer/issues/24)
- Support more languages in contributing subcommand [\#19](https://github.com/gaocegege/maintainer/issues/19)
- Detect the language for CONTRIBUTING [\#8](https://github.com/gaocegege/maintainer/issues/8)
- Distribute maintainer like a binary [\#31](https://github.com/maintainer-org/maintainer/issues/31)
- Use Email as ID to remove dup [\#26](https://github.com/maintainer-org/maintainer/issues/26)
- contributor: Support order by the number of commits [\#24](https://github.com/maintainer-org/maintainer/issues/24)
- Support more languages in contributing subcommand [\#19](https://github.com/maintainer-org/maintainer/issues/19)
- Detect the language for CONTRIBUTING [\#8](https://github.com/maintainer-org/maintainer/issues/8)

**Merged pull requests:**

- use LABEL as MAINTAINER is now deprecated [\#32](https://github.com/gaocegege/maintainer/pull/32) ([cglewis](https://github.com/cglewis))
- contributor: Add \<ul\> list in the AUHTORS.md [\#29](https://github.com/gaocegege/maintainer/pull/29) ([gaocegege](https://github.com/gaocegege))
- contributor: Add description of order [\#28](https://github.com/gaocegege/maintainer/pull/28) ([gaocegege](https://github.com/gaocegege))
- contributor: Change from local to github [\#27](https://github.com/gaocegege/maintainer/pull/27) ([gaocegege](https://github.com/gaocegege))
- contributor: Add commit order support [\#25](https://github.com/gaocegege/maintainer/pull/25) ([gaocegege](https://github.com/gaocegege))
- contributing: Support more languages [\#20](https://github.com/gaocegege/maintainer/pull/20) ([gaocegege](https://github.com/gaocegege))
- use LABEL as MAINTAINER is now deprecated [\#32](https://github.com/maintainer-org/maintainer/pull/32) ([cglewis](https://github.com/cglewis))
- contributor: Add \<ul\> list in the AUHTORS.md [\#29](https://github.com/maintainer-org/maintainer/pull/29) ([gaocegege](https://github.com/gaocegege))
- contributor: Add description of order [\#28](https://github.com/maintainer-org/maintainer/pull/28) ([gaocegege](https://github.com/gaocegege))
- contributor: Change from local to github [\#27](https://github.com/maintainer-org/maintainer/pull/27) ([gaocegege](https://github.com/gaocegege))
- contributor: Add commit order support [\#25](https://github.com/maintainer-org/maintainer/pull/25) ([gaocegege](https://github.com/gaocegege))
- contributing: Support more languages [\#20](https://github.com/maintainer-org/maintainer/pull/20) ([gaocegege](https://github.com/gaocegege))

## [v1.0.4](https://github.com/gaocegege/maintainer/tree/v1.0.4) (2017-05-01)
[Full Changelog](https://github.com/gaocegege/maintainer/compare/v1.0.3...v1.0.4)
## [v1.0.4](https://github.com/maintainer-org/maintainer/tree/v1.0.4) (2017-05-01)
[Full Changelog](https://github.com/maintainer-org/maintainer/compare/v1.0.3...v1.0.4)

**Closed issues:**

- Fix Docker image because of gh-md-toc [\#12](https://github.com/gaocegege/maintainer/issues/12)
- New subcommand: readme [\#9](https://github.com/gaocegege/maintainer/issues/9)
- Fix Docker image because of gh-md-toc [\#12](https://github.com/maintainer-org/maintainer/issues/12)
- New subcommand: readme [\#9](https://github.com/maintainer-org/maintainer/issues/9)

**Merged pull requests:**

- contributing: detect the language [\#15](https://github.com/gaocegege/maintainer/pull/15) ([gaocegege](https://github.com/gaocegege))
- dockerfile: Add gh-md-toc support [\#13](https://github.com/gaocegege/maintainer/pull/13) ([gaocegege](https://github.com/gaocegege))
- Readme toc subcommand [\#11](https://github.com/gaocegege/maintainer/pull/11) ([gaocegege](https://github.com/gaocegege))
- contributing: detect the language [\#15](https://github.com/maintainer-org/maintainer/pull/15) ([gaocegege](https://github.com/gaocegege))
- dockerfile: Add gh-md-toc support [\#13](https://github.com/maintainer-org/maintainer/pull/13) ([gaocegege](https://github.com/gaocegege))
- Readme toc subcommand [\#11](https://github.com/maintainer-org/maintainer/pull/11) ([gaocegege](https://github.com/gaocegege))

## [v1.0.3](https://github.com/gaocegege/maintainer/tree/v1.0.3) (2017-04-28)
[Full Changelog](https://github.com/gaocegege/maintainer/compare/v1.0.2...v1.0.3)
## [v1.0.3](https://github.com/maintainer-org/maintainer/tree/v1.0.3) (2017-04-28)
[Full Changelog](https://github.com/maintainer-org/maintainer/compare/v1.0.2...v1.0.3)

**Closed issues:**

- CONTRIBUTION.md can't display the format of commit message normally [\#4](https://github.com/gaocegege/maintainer/issues/4)
- CONTRIBUTION.md can't display the format of commit message normally [\#4](https://github.com/maintainer-org/maintainer/issues/4)

## [v1.0.2](https://github.com/gaocegege/maintainer/tree/v1.0.2) (2017-04-27)
[Full Changelog](https://github.com/gaocegege/maintainer/compare/v1.0.1...v1.0.2)
## [v1.0.2](https://github.com/maintainer-org/maintainer/tree/v1.0.2) (2017-04-27)
[Full Changelog](https://github.com/maintainer-org/maintainer/compare/v1.0.1...v1.0.2)

**Closed issues:**

- redirect github\_changelog\_generator output [\#3](https://github.com/gaocegege/maintainer/issues/3)
- There is one empty item when author generation. [\#2](https://github.com/gaocegege/maintainer/issues/2)
- Support maintainer config [\#1](https://github.com/gaocegege/maintainer/issues/1)
- redirect github\_changelog\_generator output [\#3](https://github.com/maintainer-org/maintainer/issues/3)
- There is one empty item when author generation. [\#2](https://github.com/maintainer-org/maintainer/issues/2)
- Support maintainer config [\#1](https://github.com/maintainer-org/maintainer/issues/1)

## [v1.0.1](https://github.com/gaocegege/maintainer/tree/v1.0.1) (2017-04-27)
## [v1.0.1](https://github.com/maintainer-org/maintainer/tree/v1.0.1) (2017-04-27)


\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,4 @@ For the why part, if no specific reason for the change,
you can use one of some generic reasons like "Improve documentation.",
"Improve performance.", "Improve robustness.", "Improve test coverage."

###### Auto generated by [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2017-05-01
###### Auto generated by [gaocegege/maintainer](https://github.com/maintainer-org/maintainer) on 2017-05-01
162 changes: 0 additions & 162 deletions Gopkg.lock

This file was deleted.

35 changes: 0 additions & 35 deletions Gopkg.toml

This file was deleted.

6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
</h1>


[![Go Report Card](https://goreportcard.com/badge/github.com/gaocegege/maintainer)](https://goreportcard.com/report/github.com/gaocegege/maintainer)
[![GoDoc](https://img.shields.io/badge/godoc-reference-blue.svg)](https://godoc.org/github.com/gaocegege/maintainer)
[![Go Report Card](https://goreportcard.com/badge/github.com/maintainer-org/maintainer)](https://goreportcard.com/report/github.com/maintainer-org/maintainer)
[![GoDoc](https://img.shields.io/badge/godoc-reference-blue.svg)](https://godoc.org/github.com/maintainer-org/maintainer)
[![Build Status](https://travis-ci.org/gaocegege/maintainer.svg?branch=master)](https://travis-ci.org/gaocegege/maintainer)
[![](https://img.shields.io/badge/docker-supported-blue.svg)](https://hub.docker.com/r/gaocegege/maintainer/)
[![Libraries.io for GitHub](https://img.shields.io/librariesio/github/gaocegege/maintainer.svg)](https://libraries.io/github/gaocegege/maintainer)
Expand All @@ -19,7 +19,7 @@ Maintainer is a CLI app which helps you to generate AUTHORS, CHANGELOG.md, CONTR
## Installation

```text
$ go get github.com/gaocegege/maintainer
$ go get github.com/maintainer-org/maintainer
$ maintainer --help
maintainer is a CLI app to help you to generate AUTHORS, CONTRIBUTING.md, CHANGELOG.md and so on.
Expand Down
2 changes: 1 addition & 1 deletion cmd/changelog.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import (
"github.com/spf13/cobra"
"github.com/spf13/viper"

"github.com/gaocegege/maintainer/pkg/config"
"github.com/maintainer-org/maintainer/pkg/config"
)

const (
Expand Down
4 changes: 2 additions & 2 deletions cmd/contributing.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ package cmd
import (
"log"

"github.com/gaocegege/maintainer/pkg/contributing"
"github.com/gaocegege/maintainer/pkg/util"
"github.com/maintainer-org/maintainer/pkg/contributing"
"github.com/maintainer-org/maintainer/pkg/util"

"github.com/spf13/cobra"
)
Expand Down
6 changes: 3 additions & 3 deletions cmd/contributor.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ import (
"github.com/spf13/viper"
"golang.org/x/oauth2"

"github.com/gaocegege/maintainer/pkg/config"
"github.com/gaocegege/maintainer/pkg/repo"
"github.com/gaocegege/maintainer/pkg/util"
"github.com/maintainer-org/maintainer/pkg/config"
"github.com/maintainer-org/maintainer/pkg/repo"
"github.com/maintainer-org/maintainer/pkg/util"
)

const (
Expand Down
2 changes: 1 addition & 1 deletion cmd/helper.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ func Footer() string {
// Refer https://golang.org/src/time/format.go.
dateFormatStr := "2006-01-02"
formatStr := "\n---\n\nAuto-generated by [gaocegege/maintainer]" +
"(https://github.com/gaocegege/maintainer) on %s.\n"
"(https://github.com/maintainer-org/maintainer) on %s.\n"

date := time.Now().Format(dateFormatStr)
return fmt.Sprintf(formatStr, date)
Expand Down
4 changes: 2 additions & 2 deletions cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ import (
"github.com/spf13/cobra"
"github.com/spf13/viper"

"github.com/gaocegege/maintainer/pkg/config"
"github.com/gaocegege/maintainer/pkg/repo"
"github.com/maintainer-org/maintainer/pkg/config"
"github.com/maintainer-org/maintainer/pkg/repo"
)

var (
Expand Down
6 changes: 3 additions & 3 deletions cmd/user_daily.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ import (
"github.com/spf13/cobra"
"github.com/spf13/viper"

"github.com/gaocegege/maintainer/pkg/config"
"github.com/gaocegege/maintainer/pkg/user"
"github.com/gaocegege/maintainer/pkg/util"
"github.com/maintainer-org/maintainer/pkg/config"
"github.com/maintainer-org/maintainer/pkg/user"
"github.com/maintainer-org/maintainer/pkg/util"
)

var (
Expand Down
Loading

0 comments on commit 7cb61dc

Please sign in to comment.