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

@@ -14,9 +14,9 @@ import (
"strings"
"time"
"github.com/docker/attest/internal/useragent"
"github.com/docker/attest/internal/util"
"github.com/docker/attest/signerverifier"
"github.com/docker/attest/useragent"
"github.com/go-openapi/runtime"
"github.com/go-openapi/strfmt"
"github.com/secure-systems-lab/go-securesystemslib/dsse"