From 2cf1bff8a334988d90668712822ff75650506cbe Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 17 Jan 2025 04:31:24 +0000 Subject: [PATCH] chore(deps): update all non-major dependencies --- bin/{.go-1.22.3.pkg => .go-1.23.5.pkg} | 0 bin/go | 2 +- bin/gofmt | 2 +- go.mod | 2 +- go.sum | 3 ++- 5 files changed, 5 insertions(+), 4 deletions(-) rename bin/{.go-1.22.3.pkg => .go-1.23.5.pkg} (100%) diff --git a/bin/.go-1.22.3.pkg b/bin/.go-1.23.5.pkg similarity index 100% rename from bin/.go-1.22.3.pkg rename to bin/.go-1.23.5.pkg diff --git a/bin/go b/bin/go index 764d174..abaace1 120000 --- a/bin/go +++ b/bin/go @@ -1 +1 @@ -.go-1.22.3.pkg \ No newline at end of file +.go-1.23.5.pkg \ No newline at end of file diff --git a/bin/gofmt b/bin/gofmt index 764d174..abaace1 120000 --- a/bin/gofmt +++ b/bin/gofmt @@ -1 +1 @@ -.go-1.22.3.pkg \ No newline at end of file +.go-1.23.5.pkg \ No newline at end of file diff --git a/go.mod b/go.mod index 277f463..81e02fb 100644 --- a/go.mod +++ b/go.mod @@ -4,7 +4,7 @@ go 1.17 require ( github.com/alecthomas/units v0.0.0-20240927000941-0f3dac36c52b - github.com/stretchr/testify v1.9.0 + github.com/stretchr/testify v1.10.0 github.com/xhit/go-str2duration/v2 v2.1.0 ) diff --git a/go.sum b/go.sum index b3c6ff1..dc45a28 100644 --- a/go.sum +++ b/go.sum @@ -12,8 +12,9 @@ github.com/stretchr/objx v0.5.2/go.mod h1:FRsXN1f5AsAjCGJKqEizvkpNtU+EGNCLh3NxZ/ github.com/stretchr/testify v1.7.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg= github.com/stretchr/testify v1.8.0/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO+kdMU+MU= 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/stretchr/testify v1.10.0 h1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOfJA= +github.com/stretchr/testify v1.10.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=