mirror of
https://github.com/kubevela/kubevela.git
synced 2026-05-06 17:37:09 +00:00
The io/ioutil package has been deprecated as of Go 1.16, see https://golang.org/doc/go1.16#ioutil. This commit replaces the existing io/ioutil functions with their new definitions in io and os packages. Signed-off-by: Eng Zer Jun <zerjun@beatchain.co>
Develop Tips
The following packages need to be tested without external/tool dependencies, So that the cue-sh/unity can do verification
- github.com/oam-dev/kubevela/pkg/cue/definition
- github.com/oam-dev/kubevela/pkg/cue/model
- github.com/oam-dev/kubevela/pkg/cue/model/sets
- github.com/oam-dev/kubevela/pkg/cue/process
- github.com/oam-dev/kubevela/pkg/cue/task
- github.com/oam-dev/kubevela/pkg/cue/packages