From fe4fee36c930dba77881b9d4f474732edfb61477 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 6 Mar 2024 04:10:14 +0000 Subject: [PATCH] chore(deps): update all non-major dependencies --- bin/{.go-1.22.0.pkg => .go-1.22.1.pkg} | 0 bin/go | 2 +- bin/gofmt | 2 +- go.mod | 2 +- go.sum | 2 ++ 5 files changed, 5 insertions(+), 3 deletions(-) rename bin/{.go-1.22.0.pkg => .go-1.22.1.pkg} (100%) diff --git a/bin/.go-1.22.0.pkg b/bin/.go-1.22.1.pkg similarity index 100% rename from bin/.go-1.22.0.pkg rename to bin/.go-1.22.1.pkg diff --git a/bin/go b/bin/go index 9286b4b..2b44c98 120000 --- a/bin/go +++ b/bin/go @@ -1 +1 @@ -.go-1.22.0.pkg \ No newline at end of file +.go-1.22.1.pkg \ No newline at end of file diff --git a/bin/gofmt b/bin/gofmt index 9286b4b..2b44c98 120000 --- a/bin/gofmt +++ b/bin/gofmt @@ -1 +1 @@ -.go-1.22.0.pkg \ No newline at end of file +.go-1.22.1.pkg \ No newline at end of file diff --git a/go.mod b/go.mod index fa4af41..7c59f78 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/alecthomas/kingpin/v2 require ( github.com/alecthomas/units v0.0.0-20231202071711-9a357b53e9c9 - github.com/stretchr/testify v1.8.4 + github.com/stretchr/testify v1.9.0 github.com/xhit/go-str2duration/v2 v2.1.0 ) diff --git a/go.sum b/go.sum index 77abbed..bd150c3 100644 --- a/go.sum +++ b/go.sum @@ -17,6 +17,8 @@ github.com/stretchr/testify v1.8.2 h1:+h33VjcLVPDHtOdpUCuF+7gSuG3yGIftsP1YvFihtJ github.com/stretchr/testify v1.8.2/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4= github.com/stretchr/testify v1.8.4 h1:CcVxjf3Q8PM0mHUKJCdn+eZZtm5yQwehR5yeSVQQcUk= github.com/stretchr/testify v1.8.4/go.mod h1:sz/lmYIOXD/1dqDmKjjqLyZ2RngseejIcXlSw2iwfAo= +github.com/stretchr/testify v1.9.0 h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsTg= +github.com/stretchr/testify v1.9.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY= github.com/xhit/go-str2duration/v2 v2.1.0 h1:lxklc02Drh6ynqX+DdPyp5pCKLUQpRT8bp8Ydu2Bstc= github.com/xhit/go-str2duration/v2 v2.1.0/go.mod h1:ohY8p+0f07DiV6Em5LKB0s2YpLtXVyJfNt1+BlmyAsU= gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM=