cnabio / cnab-go

A Go implementation of CNAB Core 1.0
MIT License
69 stars 35 forks source link

Update go.mod #281

Closed carolynvs closed 2 years ago

carolynvs commented 2 years ago

This updates our go.mod to use recent security patches for Go, docker, containerd, and kubernetes. Also now that we are on a newer version of Go, I've replaced the packr library with go:embed.

carolynvs commented 2 years ago

Moving back to draft as there's something about this version bump that seriously upsets go mod tidy when I use this change in Porter. 🤔