Skip to content

Commit

Permalink
Bump variantdev/vals to v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mumoshu committed Apr 18, 2020
1 parent e62ed03 commit 34d41b2
Show file tree
Hide file tree
Showing 2 changed files with 101 additions and 8 deletions.
11 changes: 3 additions & 8 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,9 @@ module github.com/mumoshu/variant2
go 1.13

require (
cloud.google.com/go v0.53.0 // indirect
github.com/AlecAivazis/survey/v2 v2.0.5
github.com/PaesslerAG/jsonpath v0.1.1 // indirect
github.com/aws/aws-sdk-go v1.29.3 // indirect
github.com/docker/distribution v2.7.1+incompatible // indirect
github.com/fatih/color v1.9.0 // indirect
github.com/go-playground/universal-translator v0.17.0 // indirect
github.com/google/go-cmp v0.4.0
github.com/google/go-github/v27 v27.0.6 // indirect
Expand All @@ -34,17 +31,15 @@ require (
github.com/urfave/cli v1.22.1 // indirect
github.com/variantdev/dag v0.0.0-20191028002400-bb0b3c785363
github.com/variantdev/mod v0.18.0
github.com/variantdev/vals v0.0.0-20191123083656-fc61ba6e8746
github.com/variantdev/vals v0.4.0
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
github.com/xeipuuv/gojsonschema v1.2.0 // indirect
github.com/zclconf/go-cty v1.2.1
github.com/zclconf/go-cty-yaml v1.0.1
golang.org/x/crypto v0.0.0-20200214034016-1d94cc7ab1c6 // indirect
golang.org/x/exp v0.0.0-20200213203834-85f925bdd4d0 // indirect
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e
golang.org/x/tools v0.0.0-20200216192241-b320d3a0f5a2 // indirect
golang.org/x/sync v0.0.0-20200317015054-43a5402ce75a
gopkg.in/go-playground/validator.v9 v9.31.0 // indirect
gopkg.in/yaml.v2 v2.2.8 // indirect
gopkg.in/yaml.v3 v3.0.0-20200121175148-a6ecf24a6d71
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c
k8s.io/klog v1.0.0 // indirect
)
Loading

0 comments on commit 34d41b2

Please sign in to comment.