fix: expose version and user agent to consumers (#158)

This commit is contained in:
James Carnegie
2024-09-09 18:08:01 +01:00
committed by GitHub
parent b4e6767cc6
commit 206b33c5d9
9 changed files with 7 additions and 7 deletions

View File

@@ -7,7 +7,7 @@ import (
"github.com/containerd/platforms"
"github.com/distribution/reference"
"github.com/docker/attest/internal/useragent"
"github.com/docker/attest/useragent"
v1 "github.com/google/go-containerregistry/pkg/v1"
"github.com/google/go-containerregistry/pkg/v1/remote"
"github.com/in-toto/in-toto-golang/in_toto/slsa_provenance/common"