-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #73 from ripienaar/72
(#72) add output action items
- Loading branch information
Showing
3 changed files
with
338 additions
and
79 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,16 +1,16 @@ | ||
module github.com/choria-io/go-backplane | ||
|
||
go 1.12 | ||
go 1.13 | ||
|
||
require ( | ||
github.com/choria-io/go-choria v0.12.2-0.20191025130451-091256f29013 | ||
github.com/choria-io/go-client v0.5.1 | ||
github.com/choria-io/go-config v0.0.4 | ||
github.com/choria-io/go-choria v0.13.0 | ||
github.com/choria-io/go-client v0.5.2 | ||
github.com/choria-io/go-config v0.0.5 | ||
github.com/choria-io/go-protocol v1.3.2 | ||
github.com/choria-io/mcorpc-agent-provider v0.8.0 | ||
github.com/choria-io/mcorpc-agent-provider v0.9.0 | ||
github.com/fatih/color v1.7.0 | ||
github.com/hokaccha/go-prettyjson v0.0.0-20180920040306-f579f869bbfe | ||
github.com/hokaccha/go-prettyjson v0.0.0-20190818114111-108c894c2c0e | ||
github.com/sirupsen/logrus v1.4.2 | ||
gopkg.in/alecthomas/kingpin.v2 v2.2.6 | ||
gopkg.in/yaml.v2 v2.2.2 | ||
gopkg.in/yaml.v2 v2.2.4 | ||
) |
Oops, something went wrong.