forked from loafle/openapi-generator-original
The openapi-generator-cli currently creates an invalid go.mod file, according to the go1.13 compiler. This change uses the correct pseudo version without upgrading or modifying either dependency. It also adds several missing go.sum dependencies that will break when the toolchain is run in -mod=readonly mode.