generated from fallion/go-template
-
-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
18 changed files
with
81 additions
and
93 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,8 +14,8 @@ RUN make build/docker | |
|
||
FROM alpine:3.11.6 | ||
|
||
LABEL repository="https://github.com/outillage/commitsar" | ||
LABEL homepage="https://github.com/outillage/commitsar" | ||
LABEL repository="https://github.com/aevea/commitsar" | ||
LABEL homepage="https://github.com/aevea/commitsar" | ||
LABEL maintainer="Simon Prochazka <[email protected]>" | ||
|
||
LABEL com.github.actions.name="Commitsar Action" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,16 @@ | ||
module github.com/outillage/commitsar | ||
module github.com/aevea/commitsar | ||
|
||
go 1.13 | ||
|
||
require ( | ||
github.com/aevea/git/v2 v2.2.0 | ||
github.com/aevea/integrations v0.4.0 | ||
github.com/aevea/quoad v0.4.0 | ||
github.com/go-git/go-git/v5 v5.0.0 | ||
github.com/go-openapi/strfmt v0.19.5 // indirect | ||
github.com/jedib0t/go-pretty v4.3.0+incompatible | ||
github.com/logrusorgru/aurora v0.0.0-20200102142835-e9ef32dff381 | ||
github.com/mattn/go-runewidth v0.0.9 // indirect | ||
github.com/outillage/git/v2 v2.0.1 | ||
github.com/outillage/integrations v0.3.0 | ||
github.com/outillage/quoad v0.3.0 | ||
github.com/sergi/go-diff v1.1.0 // indirect | ||
github.com/spf13/cobra v1.0.0 | ||
github.com/stretchr/testify v1.5.1 | ||
golang.org/x/crypto v0.0.0-20200221231518-2aa609cf4a9d // indirect | ||
golang.org/x/net v0.0.0-20200222125558-5a598a2470a0 // indirect | ||
golang.org/x/sys v0.0.0-20200223170610-d5e6a3e2c0ae // indirect | ||
gopkg.in/src-d/go-git.v4 v4.13.1 | ||
) |
Oops, something went wrong.