Skip to content

Commit

Permalink
Merge #55715
Browse files Browse the repository at this point in the history
55715: storage: fix pkg import for errors r=ajwerner a=adityamaru

Release note: None

Co-authored-by: Aditya Maru <[email protected]>
  • Loading branch information
craig[bot] and adityamaru committed Oct 20, 2020
2 parents 19a74b4 + 90201f6 commit 43e8c87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/storage/cloud/kms.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import (

"github.com/cockroachdb/cockroach/pkg/base"
"github.com/cockroachdb/cockroach/pkg/settings/cluster"
"github.com/cockroachdb/cockroach/pkg/testutils/lint/passes/fmtsafe/testdata/src/github.com/cockroachdb/errors"
"github.com/cockroachdb/errors"
)

// KMS provides an API to interact with a KMS service.
Expand Down

0 comments on commit 43e8c87

Please sign in to comment.