-
Notifications
You must be signed in to change notification settings - Fork 10
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
antham
committed
May 29, 2018
1 parent
955ae24
commit 4d24120
Showing
1 changed file
with
45 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,45 @@ | ||
module github.com/antham/chyle | ||
|
||
require ( | ||
github.com/Masterminds/semver v1.3.1 | ||
github.com/Masterminds/sprig v0.0.0-20180403013413-6b2a58267f6a | ||
github.com/Sirupsen/logrus v0.11.5 | ||
github.com/alcortesm/tgz v0.0.0-20161220082320-9c5fe88206d7 | ||
github.com/anmitsu/go-shlex v0.0.0-20161002113705-648efa622239 | ||
github.com/antham/envh v1.2.0 | ||
github.com/antham/strumt v0.0.0-20171215230529-6776189777d3 | ||
github.com/aokoli/goutils v1.0.1 | ||
github.com/fatih/color v1.5.0 | ||
github.com/flynn/go-shlex v0.0.0-20150515145356-3f9db97f8568 | ||
github.com/gliderlabs/ssh v0.1.0 | ||
github.com/google/go-cmp v0.2.0 | ||
github.com/huandu/xstrings v1.0.0 | ||
github.com/inconshreveable/mousetrap v0.0.0-20141017200713-76626ae9c91c | ||
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 | ||
github.com/kevinburke/ssh_config v0.0.0-20180127194858-0ff8514904a8 | ||
github.com/mattn/go-colorable v0.0.8 | ||
github.com/mattn/go-isatty v0.0.2 | ||
github.com/mitchellh/go-homedir v0.0.0-20180523094522-3864e76763d9 | ||
github.com/nbio/st v0.0.0-20140626010706-e9e8d9816f32 | ||
github.com/pelletier/go-buffruneio v0.2.0 | ||
github.com/pkg/errors v0.8.0 | ||
github.com/satori/go.uuid v1.1.0 | ||
github.com/sergi/go-diff v1.0.0 | ||
github.com/spf13/cobra v0.0.0-00000000000000-c46add8a6528 | ||
github.com/spf13/pflag v0.0.0-20170508184408-e57e3eeb33f7 | ||
github.com/src-d/gcfg v1.3.0 | ||
github.com/tidwall/gjson v1.1.0 | ||
github.com/tidwall/match v0.0.0-20171002075945-1731857f09b1 | ||
github.com/xanzy/ssh-agent v0.0.0-20151215153451-ba9c9e33906f | ||
golang.org/x/crypto v0.0.0-20170711145318-dd85ac7e6a88 | ||
golang.org/x/net v0.0.0-20180218175443-cbe0f9307d01 | ||
golang.org/x/sys v0.0.0-20170710161658-abf9c25f5445 | ||
golang.org/x/text v0.3.0 | ||
gopkg.in/check.v1 v1.0.0-20161208181325-20d25e280405 | ||
gopkg.in/h2non/gock.v0 v0.0.0-20160419120746-1baf36abac00 | ||
gopkg.in/src-d/go-billy.v4 v4.1.0 | ||
gopkg.in/src-d/go-git-fixtures.v3 v3.1.0 | ||
gopkg.in/src-d/go-git.v4 v4.1.1 | ||
gopkg.in/warnings.v0 v0.1.1 | ||
gopkg.in/yaml.v2 v2.2.1 | ||
) |