buildx
buildx copied to clipboard
go.mod: matttproud/golang_protobuf_extensions v1.0.2 (use tag)
it's the same commit: https://github.com/matttproud/golang_protobuf_extensions/compare/v1.0.2...c182affec369
It's a transitive dep, I think it's best to wait for https://github.com/moby/buildkit/pull/3175 and vendor BuildKit here after no?
Not sure if it will automatically update in that case. The actual culprit is in k8s.io/common, so I'm manually updating the versions to get them out of the dependency tree (in case go mod will prefer "untagged" over "tagged" for the same commit)