urfave / cli

A simple, fast, and fun package for building command line apps in Go
https://cli.urfave.org
MIT License
21.89k stars 1.69k forks source link

Bump github.com/xrash/smetrics dependency #1911

Closed elezar closed 1 month ago

elezar commented 1 month ago

What type of PR is this?

What this PR does / why we need it:

This bumps github.com/xrash/smetrics to include a change that changes the go.mod version to 1.15. This prevents changes in go.sum files in clients due to an explicit go 1.15.0 version specification.

See https://github.com/xrash/smetrics/pull/11