``` * use go 1.17 semantics in go.mod * pin tonistiigi/fsutil dep to match docker/docker's dep go get -u ./... go mod vendor ```
By doing so it will fix issues met when mixing source/remote registry Close #808
* Update go-containerregistry Update go-containerregistry since it can now handle image names of the format repo:tag@digest. Should fix #535. Thanks @ViceIce for the fix! * update go-containerregistry again