This repository was archived by the owner on Aug 24, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +4
-6
lines changed Expand file tree Collapse file tree 3 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ or can get the source code. And you must show them these terms so they
38
38
know their rights.
39
39
40
40
Developers that use the GNU GPL protect your rights with two steps:
41
- (1) require copyright on the software, and (2) offer you this License
41
+ (1) assert copyright on the software, and (2) offer you this License
42
42
giving you legal permission to copy, distribute and/or modify it.
43
43
44
44
For the developers' and authors' protection, the GPL clearly explains
Original file line number Diff line number Diff line change @@ -7,14 +7,10 @@ require (
7
7
github.com/blang/semver v3.5.1+incompatible
8
8
github.com/dustin/go-humanize v1.0.0
9
9
github.com/fatih/color v1.9.0
10
- github.com/go-git/go-git/v5 v5.1 .0
10
+ github.com/go-git/go-git/v5 v5.2 .0
11
11
github.com/mattn/go-isatty v0.0.12 // indirect
12
12
github.com/pkg/errors v0.9.1
13
13
github.com/spf13/cobra v1.0.0
14
14
github.com/stretchr/testify v1.6.1
15
15
golang.org/x/text v0.3.3
16
16
)
17
-
18
- // Use a forked go-git for now until https://github.com/go-git/go-git/pull/112 is merged
19
- // and released.
20
- replace github.com/go-git/go-git/v5 => github.com/MichaelMure/go-git/v5 v5.1.1-0.20200827115354-b40ca794fe33
Original file line number Diff line number Diff line change @@ -55,6 +55,8 @@ github.com/go-git/go-billy/v5 v5.0.0 h1:7NQHvd9FVid8VL4qVUMm8XifBK+2xCoZ2lSk0agR
55
55
github.com/go-git/go-billy/v5 v5.0.0 /go.mod h1:pmpqyWchKfYfrkb/UVH4otLvyi/5gJlGI4Hb3ZqZ3W0 =
56
56
github.com/go-git/go-git-fixtures/v4 v4.0.2-0.20200613231340-f56387b50c12 h1:PbKy9zOy4aAKrJ5pibIRpVO2BXnK1Tlcg+caKI7Ox5M =
57
57
github.com/go-git/go-git-fixtures/v4 v4.0.2-0.20200613231340-f56387b50c12 /go.mod h1:m+ICp2rF3jDhFgEZ/8yziagdT1C+ZpZcrJjappBCDSw =
58
+ github.com/go-git/go-git/v5 v5.2.0 h1:YPBLG/3UK1we1ohRkncLjaXWLW+HKp5QNM/jTli2JgI =
59
+ github.com/go-git/go-git/v5 v5.2.0 /go.mod h1:kh02eMX+wdqqxgNMEyq8YgwlIOsDOa9homkUq1PoTMs =
58
60
github.com/go-kit/kit v0.8.0 /go.mod h1:xBxKIO96dXMWWy0MnWVtmwkA9/13aqxPnvrjFYMA2as =
59
61
github.com/go-logfmt/logfmt v0.3.0 /go.mod h1:Qt1PoO58o5twSAckw1HlFXLmHsOX5/0LbT9GBnD5lWE =
60
62
github.com/go-logfmt/logfmt v0.4.0 /go.mod h1:3RMwSq7FuexP4Kalkev3ejPJsZTpXXBr9+V4qmtdjCk =
You can’t perform that action at this time.
0 commit comments