Bump github.com/derailed/popeye from 0.11.0 to 0.11.1 (#1986)
Bumps [github.com/derailed/popeye](https://github.com/derailed/popeye) from 0.11.0 to 0.11.1. - [Release notes](https://github.com/derailed/popeye/releases) - [Changelog](https://github.com/derailed/popeye/blob/master/.goreleaser.yml) - [Commits](https://github.com/derailed/popeye/compare/v0.11.0...v0.11.1) --- updated-dependencies: - dependency-name: github.com/derailed/popeye dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>mine
parent
c032c32a0d
commit
6dbbcbe4be
2
go.mod
2
go.mod
|
|
@ -6,7 +6,7 @@ require (
|
|||
github.com/adrg/xdg v0.4.0
|
||||
github.com/atotto/clipboard v0.1.4
|
||||
github.com/cenkalti/backoff/v4 v4.2.0
|
||||
github.com/derailed/popeye v0.11.0
|
||||
github.com/derailed/popeye v0.11.1
|
||||
github.com/derailed/tcell/v2 v2.3.1-rc.3
|
||||
github.com/derailed/tview v0.8.1
|
||||
github.com/fatih/color v1.14.1
|
||||
|
|
|
|||
4
go.sum
4
go.sum
|
|
@ -123,8 +123,8 @@ github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSs
|
|||
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
|
||||
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
|
||||
github.com/denisenkom/go-mssqldb v0.9.0/go.mod h1:xbL0rPBG9cCiLr28tMa8zpbdarY27NDyej4t/EjAShU=
|
||||
github.com/derailed/popeye v0.11.0 h1:Yh3GS9nbzNohIkqaJ62miGWT4kRhh6lba0czbBStXdA=
|
||||
github.com/derailed/popeye v0.11.0/go.mod h1:NkvjHH1F94tE7Ui17PlYiagQcFt7yXUV2hIhPzSK+0w=
|
||||
github.com/derailed/popeye v0.11.1 h1:bjt5mXkcXY696ipuJqwY1sa5s3i431L9BlkQc6EuaqE=
|
||||
github.com/derailed/popeye v0.11.1/go.mod h1:NkvjHH1F94tE7Ui17PlYiagQcFt7yXUV2hIhPzSK+0w=
|
||||
github.com/derailed/tcell/v2 v2.3.1-rc.3 h1:9s1fmyRcSPRlwr/C9tcpJKCujbrtmPpST6dcMUD2piY=
|
||||
github.com/derailed/tcell/v2 v2.3.1-rc.3/go.mod h1:nf68BEL8fjmXQHJT3xZjoZFs2uXOzyJcNAQqGUEMrFY=
|
||||
github.com/derailed/tview v0.8.1 h1:hvNR3LLrWEuaQbPYfBnRn7bYkxCP26K6nX9J+MGlhyw=
|
||||
|
|
|
|||
Loading…
Reference in New Issue