-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This brings in the latest version of go-git. Signed-off-by: Andrew Rynhard <[email protected]>
- Loading branch information
1 parent
f5826e5
commit 8726189
Showing
4 changed files
with
45 additions
and
41 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
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,38 +1,23 @@ | ||
module github.com/talos-systems/conform | ||
|
||
require ( | ||
github.com/alcortesm/tgz v0.0.0-20161220082320-9c5fe88206d7 // indirect | ||
github.com/anmitsu/go-shlex v0.0.0-20161002113705-648efa622239 // indirect | ||
github.com/deckarep/golang-set v1.7.1 // indirect | ||
github.com/flynn/go-shlex v0.0.0-20150515145356-3f9db97f8568 // indirect | ||
github.com/gliderlabs/ssh v0.2.2 // indirect | ||
github.com/go-git/go-git/v5 v5.0.0 | ||
github.com/google/go-cmp v0.3.1 // indirect | ||
github.com/google/go-github v17.0.0+incompatible | ||
github.com/google/go-querystring v1.0.0 // indirect | ||
github.com/inconshreveable/mousetrap v1.0.0 // indirect | ||
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect | ||
github.com/kevinburke/ssh_config v0.0.0-20190725054713-01f96b0aa0cd // indirect | ||
github.com/mingrammer/commonregex v1.0.1 // indirect | ||
github.com/mitchellh/go-homedir v1.1.0 // indirect | ||
github.com/mitchellh/mapstructure v0.0.0-20170523030023-d0303fe80992 | ||
github.com/montanaflynn/stats v0.5.0 // indirect | ||
github.com/neurosnap/sentences v1.0.6 // indirect | ||
github.com/pkg/errors v0.8.1 | ||
github.com/sergi/go-diff v1.0.0 // indirect | ||
github.com/spf13/cobra v0.0.3 | ||
github.com/spf13/pflag v1.0.5 // indirect | ||
github.com/src-d/gcfg v1.4.0 // indirect | ||
github.com/xanzy/ssh-agent v0.2.1 // indirect | ||
golang.org/x/crypto v0.0.0-20191206172530-e9b2fee46413 // indirect | ||
golang.org/x/text v0.3.2 // indirect | ||
gonum.org/v1/gonum v0.6.1 // indirect | ||
gopkg.in/jdkato/prose.v2 v2.0.0-20180825173540-767a23049b9e | ||
gopkg.in/neurosnap/sentences.v1 v1.0.6 // indirect | ||
gopkg.in/src-d/go-billy.v4 v4.3.2 // indirect | ||
gopkg.in/src-d/go-git-fixtures.v3 v3.5.0 // indirect | ||
gopkg.in/src-d/go-git.v4 v4.0.0 | ||
gopkg.in/warnings.v0 v0.1.2 // indirect | ||
gopkg.in/yaml.v2 v2.2.2 | ||
gopkg.in/yaml.v2 v2.2.4 | ||
) | ||
|
||
go 1.13 |
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