From 3f4673aa95b2ed511e4a2ea00a5cbb99deac55d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 10 Dec 2022 11:30:36 +0800 Subject: [PATCH] build(deps): bump github.com/variantdev/vals from 0.20.0 to 0.21.0 (#570) Bumps [github.com/variantdev/vals](https://github.com/variantdev/vals) from 0.20.0 to 0.21.0. - [Release notes](https://github.com/variantdev/vals/releases) - [Changelog](https://github.com/variantdev/vals/blob/main/.goreleaser.yml) - [Commits](https://github.com/variantdev/vals/compare/v0.20.0...v0.21.0) --- updated-dependencies: - dependency-name: github.com/variantdev/vals dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 14de44ef..54bb6680 100644 --- a/go.mod +++ b/go.mod @@ -21,7 +21,7 @@ require ( github.com/tatsushid/go-prettytable v0.0.0-20141013043238-ed2d14c29939 github.com/variantdev/chartify v0.12.0 github.com/variantdev/dag v1.1.0 - github.com/variantdev/vals v0.20.0 + github.com/variantdev/vals v0.21.0 go.szostok.io/version v1.1.0 go.uber.org/multierr v1.6.0 go.uber.org/zap v1.24.0 diff --git a/go.sum b/go.sum index ca5e46e0..c8f303a5 100644 --- a/go.sum +++ b/go.sum @@ -801,8 +801,8 @@ github.com/variantdev/chartify v0.12.0 h1:FtJY22BmY2U1o89Fdad4idGrlmx6DzVQYAr8rI github.com/variantdev/chartify v0.12.0/go.mod h1:A0nQmb+ihiBJrrbgofs1t7QVeit+/llT0vJhvkj7U0Q= github.com/variantdev/dag v1.1.0 h1:xodYlSng33KWGvIGMpKUyLcIZRXKiNUx612mZJqYrDg= github.com/variantdev/dag v1.1.0/go.mod h1:pH1TQsNSLj2uxMo9NNl9zdGy01Wtn+/2MT96BrKmVyE= -github.com/variantdev/vals v0.20.0 h1:Cfy6tSTX15EwD2ahfqP264iTcdlN6xTyONdCmwSVCXY= -github.com/variantdev/vals v0.20.0/go.mod h1:RPcySU5Qt4B9VJFPzEFmx4Ulr5yZSGXAsAk86k7ww+8= +github.com/variantdev/vals v0.21.0 h1:p0fMOqJxNufqwpx0BQgcCRntWW630I4i+/CKeZri2xA= +github.com/variantdev/vals v0.21.0/go.mod h1:RPcySU5Qt4B9VJFPzEFmx4Ulr5yZSGXAsAk86k7ww+8= github.com/xlab/treeprint v1.1.0 h1:G/1DjNkPpfZCFt9CSh6b5/nY4VimlbHF3Rh4obvtzDk= github.com/xlab/treeprint v1.1.0/go.mod h1:gj5Gd3gPdKtR1ikdDK6fnFLdmIS0X30kTTuNd/WEJu0= github.com/yuin/goldmark v1.1.25/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74=