From ff0bfcbf572bf094f1380227bcbe44832aae3dfb Mon Sep 17 00:00:00 2001 From: tiulpin Date: Tue, 31 May 2022 20:20:38 +0200 Subject: [PATCH] :memo: Update THIRDPARTY --- THIRDPARTY.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/THIRDPARTY.md b/THIRDPARTY.md index 0331cabf..6567973f 100644 --- a/THIRDPARTY.md +++ b/THIRDPARTY.md @@ -94,7 +94,7 @@ This software is based on or incorporates materials from the following projects. | [github.com/spf13/cobra](https://pkg.go.dev/github.com/spf13/cobra) | [Apache-2.0](http://www.apache.org/licenses/) | `v1.4.0` | | [github.com/spf13/jwalterweatherman](https://pkg.go.dev/github.com/spf13/jwalterweatherman) | [MIT](http://opensource.org/licenses/mit-license.php) | `v1.1.0` | | [github.com/spf13/pflag](https://pkg.go.dev/github.com/spf13/pflag) | [BSD-3-Clause](http://www.opensource.org/licenses/BSD-3-Clause) | `v1.0.5` | -| [github.com/spf13/viper](https://pkg.go.dev/github.com/spf13/viper) | [MIT](http://opensource.org/licenses/mit-license.php) | `v1.11.0` | +| [github.com/spf13/viper](https://pkg.go.dev/github.com/spf13/viper) | [MIT](http://opensource.org/licenses/mit-license.php) | `v1.12.0` | | [github.com/spf13/viper/internal/encoding](https://pkg.go.dev/github.com/spf13/viper/internal/encoding) | [MIT](http://opensource.org/licenses/mit-license.php) | `v1.11.0` | | [github.com/spf13/viper/internal/encoding/hcl](https://pkg.go.dev/github.com/spf13/viper/internal/encoding/hcl) | [MIT](http://opensource.org/licenses/mit-license.php) | `v1.11.0` | | [github.com/spf13/viper/internal/encoding/json](https://pkg.go.dev/github.com/spf13/viper/internal/encoding/json) | [MIT](http://opensource.org/licenses/mit-license.php) | `v1.11.0` | @@ -144,4 +144,4 @@ This software is based on or incorporates materials from the following projects. | [google.golang.org/protobuf/types/known/timestamppb](https://pkg.go.dev/google.golang.org/protobuf/types/known/timestamppb) | [BSD-3-Clause](http://www.opensource.org/licenses/BSD-3-Clause) | `v1.27.1` | | [gopkg.in/ini.v1](https://pkg.go.dev/gopkg.in/ini.v1) | [Apache-2.0](http://www.apache.org/licenses/) | `v1.66.4` | | [gopkg.in/yaml.v2](https://pkg.go.dev/gopkg.in/yaml.v2) | [Apache-2.0](http://www.apache.org/licenses/) | `v2.4.0` | -| [gopkg.in/yaml.v3](https://pkg.go.dev/gopkg.in/yaml.v3) | [MIT](http://opensource.org/licenses/mit-license.php) | `v3.0.0-20210107192922-496545a6307b` | +| [gopkg.in/yaml.v3](https://pkg.go.dev/gopkg.in/yaml.v3) | [MIT](http://opensource.org/licenses/mit-license.php) | `v3.0.0` |