Skip to content

Commit

Permalink
storage: fix pkg import for errors
Browse files Browse the repository at this point in the history
Release note: None
  • Loading branch information
adityamaru committed Oct 19, 2020
1 parent 9083be9 commit 90201f6
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 90201f6

Please sign in to comment.