Skip to content

Commit

Permalink
add missing import to ocpaths.proto
Browse files Browse the repository at this point in the history
  • Loading branch information
arista-allan authored Oct 30, 2024
1 parent b9179a8 commit 1d9ac4a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions proto/ocpaths.proto
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ package openconfig.ocpaths;

option go_package = "github.com/openconfig/featureprofiles/proto/ocpaths_go_proto;ocpaths";

import "google/protobuf/timestamp.proto";

// Release is at minimum a timestamp associated with an artifact.
// By convention, it is expected to uniquely identify an artifact
message Release {
Expand Down

0 comments on commit 1d9ac4a

Please sign in to comment.