Skip to content

Commit c431a51

Browse files
Bump github.com/pb33f/libopenapi from 0.16.11 to 0.16.13 (#182)
Bumps [github.com/pb33f/libopenapi](https://github.com/pb33f/libopenapi) from 0.16.11 to 0.16.13. - [Release notes](https://github.com/pb33f/libopenapi/releases) - [Commits](pb33f/libopenapi@v0.16.11...v0.16.13) --- updated-dependencies: - dependency-name: github.com/pb33f/libopenapi 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>
1 parent 976d9d4 commit c431a51

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

go.mod

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ require (
77
github.com/hashicorp/cli v1.1.6
88
github.com/hashicorp/terraform-plugin-codegen-spec v0.1.1
99
github.com/mattn/go-colorable v0.1.13
10-
github.com/pb33f/libopenapi v0.16.11
10+
github.com/pb33f/libopenapi v0.16.13
1111
gopkg.in/yaml.v3 v3.0.1
1212
)
1313

@@ -39,5 +39,6 @@ require (
3939
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
4040
github.com/xeipuuv/gojsonschema v1.2.0 // indirect
4141
golang.org/x/crypto v0.17.0 // indirect
42+
golang.org/x/net v0.10.0 // indirect
4243
golang.org/x/sys v0.15.0 // indirect
4344
)

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,8 @@ github.com/onsi/gomega v1.10.1/go.mod h1:iN09h71vgCQne3DLsj+A5owkum+a2tYe+TOCB1y
102102
github.com/onsi/gomega v1.17.0/go.mod h1:HnhC7FXeEQY45zxNK3PPoIUhzk/80Xly9PcubAlGdZY=
103103
github.com/onsi/gomega v1.19.0 h1:4ieX6qQjPP/BfC3mpsAtIGGlxTWPeA3Inl/7DtXw1tw=
104104
github.com/onsi/gomega v1.19.0/go.mod h1:LY+I3pBVzYsTBU1AnDwOSxaYi9WoWiqgwooUqq9yPro=
105-
github.com/pb33f/libopenapi v0.16.11 h1:pnRbHC4BvsJrMxiGE4cl3W3O5TFbGOCKAbwRNMBJ6k8=
106-
github.com/pb33f/libopenapi v0.16.11/go.mod h1:CnxtjayCuW9/4TgXDnZu0reM+FvowTqOhvpRB22Zd4k=
105+
github.com/pb33f/libopenapi v0.16.13 h1:uR/W3Rit/yxRWG5DWal26PdEnEq4mu/3cYjbkK6LHm0=
106+
github.com/pb33f/libopenapi v0.16.13/go.mod h1:8/lZGTZmxybpTPOggS6LefdrYvsQ5kbirD364TceyQo=
107107
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
108108
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
109109
github.com/posener/complete v1.2.3 h1:NP0eAhjcjImqslEwo/1hq7gpajME0fTLTezBKDqfXqo=

0 commit comments

Comments
 (0)