Skip to content

Commit 7cb61dc

Browse files
authored
*: Migrate to Go Modules (#39)
Signed-off-by: Xuanwo <[email protected]>
1 parent 06db118 commit 7cb61dc

File tree

940 files changed

+173
-278983
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

940 files changed

+173
-278983
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ sudo: required
55
services:
66
- docker
77

8-
go_import_path: github.com/gaocegege/maintainer
8+
go_import_path: github.com/maintainer-org/maintainer
99

1010
go:
1111
- 1.9

AUTHORS.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ This list is sorted by the number of commits per contributor in descending order
55
* [@gaocegege](https://github.com/gaocegege)
66
* [@cglewis](https://github.com/cglewis)
77

8-
###### Auto generated by [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2017-11-01
8+
###### Auto generated by [gaocegege/maintainer](https://github.com/maintainer-org/maintainer) on 2017-11-01

CHANGELOG.md

+29-29
Original file line numberDiff line numberDiff line change
@@ -1,57 +1,57 @@
11
# Change Log
22

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

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

77
**Closed issues:**
88

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

1515
**Merged pull requests:**
1616

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

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

2727
**Closed issues:**
2828

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

3232
**Merged pull requests:**
3333

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

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

4141
**Closed issues:**
4242

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

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

4848
**Closed issues:**
4949

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

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

5656

5757
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,4 +62,4 @@ For the why part, if no specific reason for the change,
6262
you can use one of some generic reasons like "Improve documentation.",
6363
"Improve performance.", "Improve robustness.", "Improve test coverage."
6464

65-
###### Auto generated by [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2017-05-01
65+
###### Auto generated by [gaocegege/maintainer](https://github.com/maintainer-org/maintainer) on 2017-05-01

Gopkg.lock

-162
This file was deleted.

Gopkg.toml

-35
This file was deleted.

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
</h1>
88

99

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

2121
```text
22-
$ go get github.com/gaocegege/maintainer
22+
$ go get github.com/maintainer-org/maintainer
2323
$ maintainer --help
2424
maintainer is a CLI app to help you to generate AUTHORS, CONTRIBUTING.md, CHANGELOG.md and so on.
2525

cmd/changelog.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import (
2222
"github.com/spf13/cobra"
2323
"github.com/spf13/viper"
2424

25-
"github.com/gaocegege/maintainer/pkg/config"
25+
"github.com/maintainer-org/maintainer/pkg/config"
2626
)
2727

2828
const (

cmd/contributing.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ package cmd
1717
import (
1818
"log"
1919

20-
"github.com/gaocegege/maintainer/pkg/contributing"
21-
"github.com/gaocegege/maintainer/pkg/util"
20+
"github.com/maintainer-org/maintainer/pkg/contributing"
21+
"github.com/maintainer-org/maintainer/pkg/util"
2222

2323
"github.com/spf13/cobra"
2424
)

cmd/contributor.go

+3-3
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ import (
2525
"github.com/spf13/viper"
2626
"golang.org/x/oauth2"
2727

28-
"github.com/gaocegege/maintainer/pkg/config"
29-
"github.com/gaocegege/maintainer/pkg/repo"
30-
"github.com/gaocegege/maintainer/pkg/util"
28+
"github.com/maintainer-org/maintainer/pkg/config"
29+
"github.com/maintainer-org/maintainer/pkg/repo"
30+
"github.com/maintainer-org/maintainer/pkg/util"
3131
)
3232

3333
const (

cmd/helper.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ func Footer() string {
2424
// Refer https://golang.org/src/time/format.go.
2525
dateFormatStr := "2006-01-02"
2626
formatStr := "\n---\n\nAuto-generated by [gaocegege/maintainer]" +
27-
"(https://github.com/gaocegege/maintainer) on %s.\n"
27+
"(https://github.com/maintainer-org/maintainer) on %s.\n"
2828

2929
date := time.Now().Format(dateFormatStr)
3030
return fmt.Sprintf(formatStr, date)

cmd/root.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ import (
2222
"github.com/spf13/cobra"
2323
"github.com/spf13/viper"
2424

25-
"github.com/gaocegege/maintainer/pkg/config"
26-
"github.com/gaocegege/maintainer/pkg/repo"
25+
"github.com/maintainer-org/maintainer/pkg/config"
26+
"github.com/maintainer-org/maintainer/pkg/repo"
2727
)
2828

2929
var (

cmd/user_daily.go

+3-3
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ import (
2020
"github.com/spf13/cobra"
2121
"github.com/spf13/viper"
2222

23-
"github.com/gaocegege/maintainer/pkg/config"
24-
"github.com/gaocegege/maintainer/pkg/user"
25-
"github.com/gaocegege/maintainer/pkg/util"
23+
"github.com/maintainer-org/maintainer/pkg/config"
24+
"github.com/maintainer-org/maintainer/pkg/user"
25+
"github.com/maintainer-org/maintainer/pkg/util"
2626
)
2727

2828
var (

0 commit comments

Comments
 (0)