diff -r db4911b0c721 -r 445e01aede7e vendor/github.com/spf13/cast/README.md --- a/vendor/github.com/spf13/cast/README.md Tue Aug 23 22:33:28 2022 +0200 +++ b/vendor/github.com/spf13/cast/README.md Tue Aug 23 22:39:43 2022 +0200 @@ -1,7 +1,7 @@ cast ==== [![GoDoc](https://godoc.org/github.com/spf13/cast?status.svg)](https://godoc.org/github.com/spf13/cast) -[![Build Status](https://api.travis-ci.org/spf13/cast.svg?branch=master)](https://travis-ci.org/spf13/cast) +[![Build Status](https://github.com/spf13/cast/actions/workflows/go.yml/badge.svg)](https://github.com/spf13/cast/actions/workflows/go.yml) [![Go Report Card](https://goreportcard.com/badge/github.com/spf13/cast)](https://goreportcard.com/report/github.com/spf13/cast) Easy and safe casting from one type to another in Go