William Cheng 7ac90ed98f
[Go] add more tests to cover more cases (#11849)
* more tests for go client

* add new files

* update samples

* add more tests
2022-03-11 10:42:24 +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.7.0
go-petstore v0.0.0-00010101000000-000000000000
golang.org/x/net v0.0.0-20220225172249-27dd8689420f // indirect
golang.org/x/oauth2 v0.0.0-20220309155454-6242fa91716a
)