Skip to content

Commit 2f78e03

Browse files
committed
Sync with upstream v0.133.0 + fork patches (from v0.91.0)
1 parent ff57f1d commit 2f78e03

File tree

107 files changed

+208
-212
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

107 files changed

+208
-212
lines changed

.github/docs/openapi2.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package openapi2 // import "github.com/getkin/kin-openapi/openapi2"
1+
package openapi2 // import "github.com/TykTechnologies/kin-openapi/openapi2"
22

33
Package openapi2 parses and writes OpenAPIv2 specification documents.
44

.github/docs/openapi2conv.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package openapi2conv // import "github.com/getkin/kin-openapi/openapi2conv"
1+
package openapi2conv // import "github.com/TykTechnologies/kin-openapi/openapi2conv"
22

33
Package openapi2conv converts an OpenAPI v2 specification document to v3.
44

.github/docs/openapi3.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package openapi3 // import "github.com/getkin/kin-openapi/openapi3"
1+
package openapi3 // import "github.com/TykTechnologies/kin-openapi/openapi3"
22

33
Package openapi3 parses and writes OpenAPI 3 specification documents.
44

.github/docs/openapi3filter.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package openapi3filter // import "github.com/getkin/kin-openapi/openapi3filter"
1+
package openapi3filter // import "github.com/TykTechnologies/kin-openapi/openapi3filter"
22

33
Package openapi3filter validates that requests and inputs request an OpenAPI 3
44
specification file.

.github/docs/openapi3gen.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package openapi3gen // import "github.com/getkin/kin-openapi/openapi3gen"
1+
package openapi3gen // import "github.com/TykTechnologies/kin-openapi/openapi3gen"
22

33
Package openapi3gen generates OpenAPIv3 JSON schemas from Go types.
44

.github/docs/routers.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package routers // import "github.com/getkin/kin-openapi/routers"
1+
package routers // import "github.com/TykTechnologies/kin-openapi/routers"
22

33

44
VARIABLES

.github/docs/routers_gorillamux.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package gorillamux // import "github.com/getkin/kin-openapi/routers/gorillamux"
1+
package gorillamux // import "github.com/TykTechnologies/kin-openapi/routers/gorillamux"
22

33
Package gorillamux implements a router.
44

.github/docs/routers_legacy.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package legacy // import "github.com/getkin/kin-openapi/routers/legacy"
1+
package legacy // import "github.com/TykTechnologies/kin-openapi/routers/legacy"
22

33
Package legacy implements a router.
44

.github/docs/routers_legacy_pathpattern.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package pathpattern // import "github.com/getkin/kin-openapi/routers/legacy/pathpattern"
1+
package pathpattern // import "github.com/TykTechnologies/kin-openapi/routers/legacy/pathpattern"
22

33
Package pathpattern implements path matching.
44

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ jobs:
133133
134134
- if: runner.os == 'Linux'
135135
name: Ensure go-run'ing binaries works
136-
run: go run -a github.com/getkin/kin-openapi/cmd/validate@latest -- openapi3/testdata/test.openapi.yml
136+
run: go run -a github.com/TykTechnologies/kin-openapi/cmd/validate@latest -- openapi3/testdata/test.openapi.yml
137137

138138
- if: runner.os == 'Linux'
139139
name: Missing specification object link to definition

0 commit comments

Comments
 (0)