flant/shell-operator

Migrate to Go 1.16 and update dependencies

diafour opened this issue · 1 comments

Is your feature request related to a problem? Please describe.

go-openapi dependency is outdated. It blocks usage of Go 1.16 because of changes in reflect package.

Describe the solution you'd like to see

Look through go.mod and update dependencies.

Fixed in #324