chore: upgrade dependencies

This commit is contained in:
Asdine El Hrychy
2023-12-01 21:09:56 +04:00
parent 3c9e4fca3f
commit 22420ecb5e
6 changed files with 60 additions and 61 deletions

View File

@@ -12,7 +12,7 @@ import (
var IsNotFoundError = errs.IsNotFoundError
// IsAlreadyExistsError determines if the error is returned as a result of
// a conflict when attempting to create a table, an index, a object or a sequence
// a conflict when attempting to create a table, an index, an row or a sequence
// with a name that is already used by another resource.
func IsAlreadyExistsError(err error) bool {
if errs.IsAlreadyExistsError(err) {