mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-05-31 22:10:51 +00:00
13 lines
296 B
Modula-2
13 lines
296 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.4
|
|
go-petstore v0.0.0-00010101000000-000000000000
|
|
golang.org/x/net v0.20.0 // indirect
|
|
golang.org/x/oauth2 v0.16.0
|
|
)
|