mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-06-29 20:20:53 +00:00
* fix: handle variables that have items that contain a complexType of `time.Time` properly Signed-off-by: Paul Horton <phorton@sonatype.com> * chore: trigger new CI runs Signed-off-by: Paul Horton <phorton@sonatype.com> * test: added test change an regenerated samples Signed-off-by: Paul Horton <phorton@sonatype.com> * resolved merge issues with upstream main Signed-off-by: Paul Horton <phorton@sonatype.com> * regenerated samples Signed-off-by: Paul Horton <phorton@sonatype.com> --------- Signed-off-by: Paul Horton <phorton@sonatype.com>
14 lines
461 B
Modula-2
14 lines
461 B
Modula-2
module github.com/OpenAPITools/openapi-generator/samples/client/petstore/go
|
|
|
|
replace github.com/OpenAPITools/openapi-generator/samples/client/petstore/go/go-petstore => ./go-petstore
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/OpenAPITools/openapi-generator/samples/client/petstore/go/go-petstore v0.0.0-00010101000000-000000000000
|
|
github.com/go-openapi/swag v0.22.3
|
|
github.com/stretchr/testify v1.8.4
|
|
golang.org/x/net v0.20.0 // indirect
|
|
golang.org/x/oauth2 v0.16.0
|
|
)
|