Skip to content

Commit

Permalink
No public description
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 687405412
  • Loading branch information
megelatim authored and copybara-github committed Oct 18, 2024
1 parent 23533f8 commit b8477a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion integration/example/cmd/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ import (
"github.com/GoogleCloudPlatform/sapagent/shared/gce/metadataserver"
"github.com/GoogleCloudPlatform/sapagent/shared/log"
"github.com/GoogleCloudPlatform/workloadagentplatform/integration/common/onetime"
"github.com/GoogleCloudPlatform/workloadagentplatform/integration/example/persistentflags"
"github.com/GoogleCloudPlatform/workloadagentplatform/integration/example/cmd/persistentflags"
"github.com/GoogleCloudPlatform/workloadagentplatform/integration/example/onetime/echo"
"github.com/GoogleCloudPlatform/workloadagentplatform/integration/example/service"

Expand Down
2 changes: 1 addition & 1 deletion integration/example/onetime/echo/echo.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import (
"github.com/GoogleCloudPlatform/sapagent/shared/log"
cpb "github.com/GoogleCloudPlatform/workloadagentplatform/integration/common/protos"
"github.com/GoogleCloudPlatform/workloadagentplatform/integration/common/usagemetrics"
"github.com/GoogleCloudPlatform/workloadagentplatform/integration/example/persistentflags"
"github.com/GoogleCloudPlatform/workloadagentplatform/integration/example/cmd/persistentflags"
actions "github.com/GoogleCloudPlatform/workloadagentplatform/integration/example/usagemetrics"
)

Expand Down

0 comments on commit b8477a9

Please sign in to comment.