Skip to content

Commit c4df5c9

Browse files
chore(deps): Bump github.com/go-openapi/errors from 0.22.2 to 0.22.3 (#134)
Bumps [github.com/go-openapi/errors](https://github.com/go-openapi/errors) from 0.22.2 to 0.22.3. - [Commits](go-openapi/errors@v0.22.2...v0.22.3) --- updated-dependencies: - dependency-name: github.com/go-openapi/errors dependency-version: 0.22.3 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> Co-authored-by: Oleg Balunenko <oleg.balunenko@gmail.com>
1 parent 852b04b commit c4df5c9

5 files changed

Lines changed: 9 additions & 9 deletions

File tree

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/obalunenko/strava-api
33
go 1.25
44

55
require (
6-
github.com/go-openapi/errors v0.22.2
6+
github.com/go-openapi/errors v0.22.3
77
github.com/go-openapi/runtime v0.28.0
88
github.com/go-openapi/strfmt v0.23.0
99
github.com/go-openapi/swag v0.25.1

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ github.com/go-logr/stdr v1.2.2 h1:hSWxHoqTgW2S2qGc0LTAI563KZ5YKYRhT3MFKZMbjag=
1010
github.com/go-logr/stdr v1.2.2/go.mod h1:mMo/vtBO5dYbehREoey6XUKy/eSumjCCveDpRre4VKE=
1111
github.com/go-openapi/analysis v0.23.0 h1:aGday7OWupfMs+LbmLZG4k0MYXIANxcuBTYUC03zFCU=
1212
github.com/go-openapi/analysis v0.23.0/go.mod h1:9mz9ZWaSlV8TvjQHLl2mUW2PbZtemkE8yA5v22ohupo=
13-
github.com/go-openapi/errors v0.22.2 h1:rdxhzcBUazEcGccKqbY1Y7NS8FDcMyIRr0934jrYnZg=
14-
github.com/go-openapi/errors v0.22.2/go.mod h1:+n/5UdIqdVnLIJ6Q9Se8HNGUXYaY6CN8ImWzfi/Gzp0=
13+
github.com/go-openapi/errors v0.22.3 h1:k6Hxa5Jg1TUyZnOwV2Lh81j8ayNw5VVYLvKrp4zFKFs=
14+
github.com/go-openapi/errors v0.22.3/go.mod h1:+WvbaBBULWCOna//9B9TbLNGSFOfF8lY9dw4hGiEiKQ=
1515
github.com/go-openapi/jsonpointer v0.21.0 h1:YgdVicSA9vH5RiHs9TZW5oyafXZFc6+2Vc1rr/O9oNQ=
1616
github.com/go-openapi/jsonpointer v0.21.0/go.mod h1:IUyH9l/+uyhIYQ/PXVA41Rexl+kOkAPDdXEYns6fzUY=
1717
github.com/go-openapi/jsonreference v0.21.0 h1:Rs+Y7hSXT83Jacb7kFyjn4ijOuVGSvOdF2+tg1TRrwQ=

vendor/github.com/go-openapi/errors/.golangci.yml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/go-openapi/errors/api.go

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ github.com/go-openapi/analysis/internal/flatten/operations
2020
github.com/go-openapi/analysis/internal/flatten/replace
2121
github.com/go-openapi/analysis/internal/flatten/schutils
2222
github.com/go-openapi/analysis/internal/flatten/sortref
23-
# github.com/go-openapi/errors v0.22.2
24-
## explicit; go 1.20
23+
# github.com/go-openapi/errors v0.22.3
24+
## explicit; go 1.24.0
2525
github.com/go-openapi/errors
2626
# github.com/go-openapi/jsonpointer v0.21.0
2727
## explicit; go 1.20

0 commit comments

Comments
 (0)