Skip to content

Commit

Permalink
Fix lint/go errors (depguard)
Browse files Browse the repository at this point in the history
Signed-off-by: karamaru-alpha <[email protected]>
  • Loading branch information
karamaru-alpha committed Oct 21, 2023
1 parent bc8f8c0 commit 4c3ac5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/app/piped/livestatestore/cloudrun/store.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ package cloudrun
import (
"context"
"fmt"
"sync/atomic"
"time"

"go.uber.org/atomic"
"go.uber.org/zap"

provider "github.com/pipe-cd/pipecd/pkg/app/piped/platformprovider/cloudrun"
Expand Down

0 comments on commit 4c3ac5c

Please sign in to comment.