From c7ae2f10e5ed4a64f6728ddcb8e9a60ac7cc6f76 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 12 Apr 2024 20:49:39 +0000 Subject: [PATCH] fix(deps): update module github.com/docker/docker to v26 --- go.mod | 4 ++-- go.sum | 2 -- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/go.mod b/go.mod index 26deb960c..62e23e7b2 100644 --- a/go.mod +++ b/go.mod @@ -10,7 +10,7 @@ require ( github.com/aws/aws-sdk-go v1.44.69 github.com/basgys/goxml2json v1.1.0 github.com/denisenkom/go-mssqldb v0.12.3 - github.com/docker/docker v23.0.8+incompatible + github.com/docker/docker v26.0.1+incompatible github.com/go-git/go-git/v5 v5.11.0 github.com/go-sql-driver/mysql v1.7.1 github.com/itchyny/gojq v0.12.12 @@ -26,7 +26,7 @@ require ( github.com/sijms/go-ora/v2 v2.7.3 github.com/sirupsen/logrus v1.9.0 github.com/spf13/afero v1.9.5 - github.com/stretchr/testify v1.9.0 + github.com/stretchr/testify v1.8.4 github.com/vertica/vertica-sql-go v1.3.2 go.uber.org/ratelimit v0.2.0 golang.org/x/crypto v0.17.0 diff --git a/go.sum b/go.sum index 61dd7f91a..60a91d52e 100644 --- a/go.sum +++ b/go.sum @@ -316,8 +316,6 @@ github.com/stretchr/testify v1.8.0/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO github.com/stretchr/testify v1.8.1/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/tklauser/go-sysconf v0.3.11 h1:89WgdJhk5SNwJfu+GKyYveZ4IaJ7xAkecBo+KdJV0CM= github.com/tklauser/go-sysconf v0.3.11/go.mod h1:GqXfhXY3kiPa0nAXPDIQIWzJbMCB7AmcWpGR8lSZfqI= github.com/tklauser/numcpus v0.6.0 h1:kebhY2Qt+3U6RNK7UqpYNA+tJ23IBEGKkB7JQBfDYms=