Skip to content
This repository has been archived by the owner on Apr 9, 2024. It is now read-only.

Commit

Permalink
Fix proto path.
Browse files Browse the repository at this point in the history
  • Loading branch information
thmsbinder committed Sep 20, 2023
1 parent dc4211c commit cfdfd6c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion internal/endorser/endorser.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ import (
"github.com/project-oak/transparent-release/internal/verifier"
"github.com/project-oak/transparent-release/pkg/claims"
"github.com/project-oak/transparent-release/pkg/intoto"
pb "github.com/project-oak/transparent-release/pkg/proto/verifier"
pb "github.com/project-oak/transparent-release/pkg/proto/oak/release"
)

// ParsedProvenance contains a provenance in the internal ProvenanceIR format,
Expand Down
2 changes: 1 addition & 1 deletion internal/endorser/endorser_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import (

"github.com/project-oak/transparent-release/internal/testutil"
"github.com/project-oak/transparent-release/pkg/claims"
pb "github.com/project-oak/transparent-release/pkg/proto/verifier"
pb "github.com/project-oak/transparent-release/pkg/proto/oak/release"
)

const (
Expand Down
2 changes: 1 addition & 1 deletion internal/verifier/verifier.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import (
"os"

"github.com/project-oak/transparent-release/internal/model"
pb "github.com/project-oak/transparent-release/pkg/proto/verifier"
pb "github.com/project-oak/transparent-release/pkg/proto/oak/release"
"go.uber.org/multierr"
"google.golang.org/protobuf/encoding/prototext"
)
Expand Down
2 changes: 1 addition & 1 deletion internal/verifier/verifier_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import (

"github.com/project-oak/transparent-release/internal/model"
slsav02 "github.com/project-oak/transparent-release/pkg/intoto/slsa_provenance/v0.2"
pb "github.com/project-oak/transparent-release/pkg/proto/verifier"
pb "github.com/project-oak/transparent-release/pkg/proto/oak/release"
)

const (
Expand Down

0 comments on commit cfdfd6c

Please sign in to comment.