William Cheng 1c0d6d84d8
[Go] Fix missing import for array/map of file (#13143)
* fix missing import for array/map of file in go client

* add new files
2022-08-10 16:26:10 +08:00

13 lines
350 B
Modula-2

module github.com/OpenAPITools/openapi-generator/samples/openapi3/client/petstore/go
go 1.16
replace go-petstore => ./go-petstore
require (
github.com/stretchr/testify v1.8.0
go-petstore v0.0.0-00010101000000-000000000000
golang.org/x/net v0.0.0-20220809184613-07c6da5e1ced // indirect
golang.org/x/oauth2 v0.0.0-20220808172628-8227340efae7
)