-
Notifications
You must be signed in to change notification settings - Fork 128
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps) bump up all dependencies
- Loading branch information
Showing
2 changed files
with
188 additions
and
60 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 |
---|---|---|
@@ -1,39 +1,37 @@ | ||
module github.com/hbagdi/deck | ||
|
||
require ( | ||
github.com/BurntSushi/toml v0.3.1 // indirect | ||
github.com/alecthomas/jsonschema v0.0.0-20190626084004-00dfc6288dec | ||
github.com/alecthomas/jsonschema v0.0.0-20191017121752-4bb6e3fae4f2 | ||
github.com/blang/semver v0.0.0-20190414102917-ba2c2ddd8906 | ||
github.com/fatih/color v1.7.0 | ||
github.com/fatih/color v1.9.0 | ||
github.com/ghodss/yaml v1.0.0 | ||
github.com/hashicorp/go-memdb v1.0.4 | ||
github.com/hashicorp/golang-lru v0.5.3 // indirect | ||
github.com/hbagdi/go-kong v0.10.0 | ||
github.com/imdario/mergo v0.3.7 | ||
github.com/inconshreveable/mousetrap v1.0.0 // indirect | ||
github.com/hashicorp/golang-lru v0.5.4 // indirect | ||
github.com/hbagdi/go-kong v0.11.0 | ||
github.com/imdario/mergo v0.3.8 | ||
github.com/k0kubun/colorstring v0.0.0-20150214042306-9440f1994b88 // indirect | ||
github.com/mattn/go-colorable v0.0.9 // indirect | ||
github.com/mattn/go-isatty v0.0.4 // indirect | ||
github.com/mitchellh/go-homedir v1.0.0 | ||
github.com/mitchellh/mapstructure v1.1.2 // indirect | ||
github.com/mitchellh/go-homedir v1.1.0 | ||
github.com/onsi/ginkgo v1.7.0 // indirect | ||
github.com/onsi/gomega v1.4.3 // indirect | ||
github.com/pkg/errors v0.8.1 | ||
github.com/sergi/go-diff v1.0.0 // indirect | ||
github.com/spf13/cast v1.3.0 // indirect | ||
github.com/spf13/cobra v0.0.3 | ||
github.com/spf13/pflag v1.0.3 // indirect | ||
github.com/spf13/viper v1.2.1 | ||
github.com/pelletier/go-toml v1.6.0 // indirect | ||
github.com/pkg/errors v0.9.1 | ||
github.com/sergi/go-diff v1.1.0 // indirect | ||
github.com/spf13/afero v1.2.2 // indirect | ||
github.com/spf13/cast v1.3.1 // indirect | ||
github.com/spf13/cobra v0.0.5 | ||
github.com/spf13/jwalterweatherman v1.1.0 // indirect | ||
github.com/spf13/pflag v1.0.5 // indirect | ||
github.com/spf13/viper v1.6.2 | ||
github.com/stretchr/testify v1.4.0 | ||
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect | ||
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect | ||
github.com/xeipuuv/gojsonschema v1.1.0 | ||
github.com/xeipuuv/gojsonschema v1.2.0 | ||
github.com/yudai/gojsondiff v1.0.0 | ||
github.com/yudai/golcs v0.0.0-20170316035057-ecda9a501e82 // indirect | ||
github.com/yudai/pp v2.0.1+incompatible // indirect | ||
golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3 // indirect | ||
golang.org/x/sys v0.0.0-20190405154228-4b34438f7a67 // indirect | ||
gopkg.in/yaml.v2 v2.2.2 | ||
golang.org/x/sys v0.0.0-20200117145432-59e60aa80a0c // indirect | ||
golang.org/x/text v0.3.2 // indirect | ||
gopkg.in/ini.v1 v1.51.1 // indirect | ||
gopkg.in/yaml.v2 v2.2.7 | ||
) | ||
|
||
go 1.13 |
Oops, something went wrong.