vendor latest c/common

This adds the !remote tag to c/common/libimage which prenents the remote
client from using it.

Signed-off-by: Paul Holzinger <pholzing@redhat.com>
This commit is contained in:
Paul Holzinger
2023-10-24 11:43:40 +02:00
parent 3615af9037
commit 01a750699e
24 changed files with 67 additions and 4 deletions

View File

@ -1,3 +1,6 @@
//go:build !remote
// +build !remote
package libimage
import (