Skip to content

Commit 114566f

Browse files
dependabot[bot]jkjell
authored andcommitted
chore: bump github.com/stretchr/testify from 1.11.1 to 1.12.1
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.11.1 to 1.12.1. - [Release notes](https://github.com/stretchr/testify/releases) - [Commits](stretchr/testify@v1.11.1...v1.12.1) --- updated-dependencies: - dependency-name: github.com/stretchr/testify dependency-version: 1.12.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2b9676a commit 114566f

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

go.mod

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ require (
2323
github.com/minio/minio-go/v7 v7.2.1
2424
github.com/sirupsen/logrus v1.9.4
2525
github.com/spf13/cobra v1.10.2
26-
github.com/stretchr/testify v1.11.1
26+
github.com/stretchr/testify v1.12.1
2727
github.com/swaggo/http-swagger/v2 v2.0.2
2828
github.com/swaggo/swag v1.16.6
2929
github.com/vektah/gqlparser/v2 v2.5.36
@@ -102,7 +102,6 @@ require (
102102
github.com/bmatcuk/doublestar v1.3.4 // indirect
103103
github.com/buger/jsonparser v1.1.2 // indirect
104104
github.com/cespare/xxhash/v2 v2.3.0 // indirect
105-
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
106105
github.com/digitorus/pkcs7 v0.0.0-20250730155240-ffadbf3f398c // indirect
107106
github.com/dustin/go-humanize v1.0.1 // indirect
108107
github.com/felixge/httpsnoop v1.0.4 // indirect
@@ -133,13 +132,12 @@ require (
133132
github.com/open-policy-agent/opa v1.15.2 // indirect
134133
github.com/philhofer/fwd v1.2.0 // indirect
135134
github.com/pkg/errors v0.9.1 // indirect
136-
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
137135
github.com/rcrowley/go-metrics v0.0.0-20250401214520-65e299d6c5c9 // indirect
138136
github.com/rs/xid v1.6.0 // indirect
139137
github.com/sigstore/fulcio v1.8.7 // indirect
140138
github.com/sosodev/duration v1.4.0 // indirect
141139
github.com/spf13/pflag v1.0.10 // indirect
142-
github.com/stretchr/objx v0.5.2 // indirect
140+
github.com/stretchr/objx v0.5.3 // indirect
143141
github.com/swaggo/files/v2 v2.0.0 // indirect
144142
github.com/tchap/go-patricia/v2 v2.3.3 // indirect
145143
github.com/tinylib/msgp v1.6.1 // indirect

go.sum

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -346,16 +346,18 @@ github.com/spf13/pflag v1.0.10/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3A
346346
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
347347
github.com/stretchr/objx v0.4.0/go.mod h1:YvHI0jy2hoMjB+UWwv71VJQ9isScKT/TqJzVSSt89Yw=
348348
github.com/stretchr/objx v0.5.0/go.mod h1:Yh+to48EsGEfYuaHDzXPcE3xhTkx73EhmCGUpEOglKo=
349-
github.com/stretchr/objx v0.5.2 h1:xuMeJ0Sdp5ZMRXx/aWO6RZxdr3beISkG5/G/aIRr3pY=
350349
github.com/stretchr/objx v0.5.2/go.mod h1:FRsXN1f5AsAjCGJKqEizvkpNtU+EGNCLh3NxZ/8L+MA=
350+
github.com/stretchr/objx v0.5.3 h1:jmXUvGomnU1o3W/V5h2VEradbpJDwGrzugQQvL0POH4=
351+
github.com/stretchr/objx v0.5.3/go.mod h1:rDQraq+vQZU7Fde9LOZLr8Tax6zZvy4kuNKF+QYS+U0=
351352
github.com/stretchr/testify v1.3.0/go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UVUgZn+9EI=
352353
github.com/stretchr/testify v1.7.0/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg=
353354
github.com/stretchr/testify v1.7.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg=
354355
github.com/stretchr/testify v1.8.0/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO+kdMU+MU=
355356
github.com/stretchr/testify v1.8.1/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4=
356357
github.com/stretchr/testify v1.8.4/go.mod h1:sz/lmYIOXD/1dqDmKjjqLyZ2RngseejIcXlSw2iwfAo=
357-
github.com/stretchr/testify v1.11.1 h1:7s2iGBzp5EwR7/aIZr8ao5+dra3wiQyKjjFuvgVKu7U=
358358
github.com/stretchr/testify v1.11.1/go.mod h1:wZwfW3scLgRK+23gO65QZefKpKQRnfz6sD981Nm4B6U=
359+
github.com/stretchr/testify v1.12.1 h1:EuwCh5fleGS7H32xRwO3wRGT7DxrDhLAT6FF8MpWDWE=
360+
github.com/stretchr/testify v1.12.1/go.mod h1:MDEgiDPPsNp5cuIrHPPCyornHKgEVbtFUmoNlxoYthg=
359361
github.com/swaggo/files/v2 v2.0.0 h1:hmAt8Dkynw7Ssz46F6pn8ok6YmGZqHSVLZ+HQM7i0kw=
360362
github.com/swaggo/files/v2 v2.0.0/go.mod h1:24kk2Y9NYEJ5lHuCra6iVwkMjIekMCaFq/0JQj66kyM=
361363
github.com/swaggo/http-swagger/v2 v2.0.2 h1:FKCdLsl+sFCx60KFsyM0rDarwiUSZ8DqbfSyIKC9OBg=

0 commit comments

Comments
 (0)