openapi-cli-generator icon indicating copy to clipboard operation
openapi-cli-generator copied to clipboard

go get: installing executables with 'go get' in module mode is deprecated.

Open iShift opened this issue 3 years ago • 2 comments

go get -u github.com/danielgtaylor/openapi-cli-generator
go get: installing executables with 'go get' in module mode is deprecated. Use 'go install pkg@version' instead. For more information, see https://golang.org/doc/go-get-install-deprecation or run 'go help get' or 'go help install'.

iShift avatar Jan 17 '22 18:01 iShift

How i can fix it?

iShift avatar Jan 17 '22 18:01 iShift

Instead of using get, run go install github.com/danielgtaylor/openapi-cli-generator@latest to install the package.

yamakov03 avatar Jun 28 '23 15:06 yamakov03