File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ module github.com/rog-golang-buddies/api-hub_data-scraping-service
3
3
go 1.18
4
4
5
5
require (
6
- github.com/getkin/kin-openapi v0.98 .0
6
+ github.com/getkin/kin-openapi v0.100 .0
7
7
github.com/golang/mock v1.6.0
8
8
github.com/kelseyhightower/envconfig v1.4.0
9
9
github.com/rabbitmq/amqp091-go v1.4.0
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ github.com/benbjohnson/clock v1.1.0 h1:Q92kusRqC1XV2MjkWETPvjJVqKetz1OzxZB7mHJLj
2
2
github.com/davecgh/go-spew v1.1.0 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
3
3
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c =
4
4
github.com/davecgh/go-spew v1.1.1 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
5
- github.com/getkin/kin-openapi v0.98 .0 h1:lIACvCG9cxmFsEywz+LCoVhcZHFLUy+Nv5QSkb43eAE =
6
- github.com/getkin/kin-openapi v0.98 .0 /go.mod h1:w4lRPHiyOdwGbOkLIyk+P0qCwlu7TXPCHD/64nSXzgE =
5
+ github.com/getkin/kin-openapi v0.100 .0 h1:8L9xNFNJFDqIRjZwwFjWhTTmTAxPRn/BVTzPn+hOA2s =
6
+ github.com/getkin/kin-openapi v0.100 .0 /go.mod h1:w4lRPHiyOdwGbOkLIyk+P0qCwlu7TXPCHD/64nSXzgE =
7
7
github.com/go-openapi/jsonpointer v0.19.5 h1:gZr+CIYByUqjcgeLXnQu2gHYQC9o73G2XUeOFYEICuY =
8
8
github.com/go-openapi/jsonpointer v0.19.5 /go.mod h1:Pl9vOtqEWErmShwVjC8pYs9cog34VGT37dQOVbmoatg =
9
9
github.com/go-openapi/swag v0.19.5 h1:lTz6Ys4CmqqCQmZPBlbQENR1/GucA2bzYTE12Pw4tFY =
You can’t perform that action at this time.
0 commit comments