mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-05-17 15:10:54 +00:00
* io/ioutil has been deprecated ass of Go 1.16, the same functionality is now provided by package io or package os * run pr checklist * Bump go version to 1.16. * Run pr checklist * Bump version to 1.18 * Run pr check list
7 lines
64 B
Modula-2
7 lines
64 B
Modula-2
module github.com/GIT_USER_ID/GIT_REPO_ID
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
)
|