Skip to content

Commit bbdee55

Browse files
chore: Bump github.com/pb33f/libopenapi from 0.21.8 to 0.21.10 (#3310)
Bumps [github.com/pb33f/libopenapi](https://github.com/pb33f/libopenapi) from 0.21.8 to 0.21.10. - [Release notes](https://github.com/pb33f/libopenapi/releases) - [Commits](pb33f/libopenapi@v0.21.8...v0.21.10) --- updated-dependencies: - dependency-name: github.com/pb33f/libopenapi dependency-version: 0.21.10 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 35b8476 commit bbdee55

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

go.mod

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ require (
2525
github.com/jarcoal/httpmock v1.4.0
2626
github.com/mongodb-forks/digest v1.1.0
2727
github.com/mongodb/atlas-sdk-go v1.0.1-0.20250402092819-ea391c348e21
28-
github.com/pb33f/libopenapi v0.21.8
28+
github.com/pb33f/libopenapi v0.21.10
2929
github.com/sebdah/goldie/v2 v2.5.5
3030
github.com/spf13/cast v1.7.1
3131
github.com/stretchr/testify v1.10.0
@@ -40,6 +40,8 @@ require (
4040
gopkg.in/yaml.v3 v3.0.1
4141
)
4242

43+
require github.com/hashicorp/terraform-json v0.24.0
44+
4345
require (
4446
cloud.google.com/go v0.112.0 // indirect
4547
cloud.google.com/go/compute/metadata v0.5.2 // indirect
@@ -92,7 +94,6 @@ require (
9294
github.com/hashicorp/go-uuid v1.0.3 // indirect
9395
github.com/hashicorp/hcl v1.0.0 // indirect
9496
github.com/hashicorp/logutils v1.0.0 // indirect
95-
github.com/hashicorp/terraform-json v0.24.0 // indirect
9697
github.com/hashicorp/terraform-registry-address v0.2.4 // indirect
9798
github.com/hashicorp/terraform-svchost v0.1.1 // indirect
9899
github.com/hashicorp/yamux v0.1.1 // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -702,8 +702,8 @@ github.com/onsi/gomega v1.34.1 h1:EUMJIKUjM8sKjYbtxQI9A4z2o+rruxnzNvpknOXie6k=
702702
github.com/onsi/gomega v1.34.1/go.mod h1:kU1QgUvBDLXBJq618Xvm2LUX6rSAfRaFRTcdOeDLwwY=
703703
github.com/openlyinc/pointy v1.1.2 h1:LywVV2BWC5Sp5v7FoP4bUD+2Yn5k0VNeRbU5vq9jUMY=
704704
github.com/openlyinc/pointy v1.1.2/go.mod h1:w2Sytx+0FVuMKn37xpXIAyBNhFNBIJGR/v2m7ik1WtM=
705-
github.com/pb33f/libopenapi v0.21.8 h1:Fi2dAogMwC6av/5n3YIo7aMOGBZH/fBMO4OnzFB3dQA=
706-
github.com/pb33f/libopenapi v0.21.8/go.mod h1:Gc8oQkjr2InxwumK0zOBtKN9gIlv9L2VmSVIUk2YxcU=
705+
github.com/pb33f/libopenapi v0.21.10 h1:CSy2asSXbDYBGRw9O+VgIrkE+ZyTW408HDoieORw3jk=
706+
github.com/pb33f/libopenapi v0.21.10/go.mod h1:Gc8oQkjr2InxwumK0zOBtKN9gIlv9L2VmSVIUk2YxcU=
707707
github.com/pierrec/lz4 v2.0.5+incompatible/go.mod h1:pdkljMzZIN41W+lC3N2tnIh5sFi+IEE17M5jbnwPHcY=
708708
github.com/pjbgf/sha1cd v0.3.0/go.mod h1:nZ1rrWOcGJ5uZgEEVL1VUM9iRQiZvWdbZjkKyFzPPsI=
709709
github.com/pjbgf/sha1cd v0.3.2 h1:a9wb0bp1oC2TGwStyn0Umc/IGKQnEgF0vVaZ8QF8eo4=

0 commit comments

Comments
 (0)