aboutsummaryrefslogtreecommitdiff
path: root/object/id
diff options
context:
space:
mode:
Diffstat (limited to 'object/id')
-rw-r--r--object/id/algorithm_tables.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/object/id/algorithm_tables.go b/object/id/algorithm_tables.go
index 86e1341e..2ea85879 100644
--- a/object/id/algorithm_tables.go
+++ b/object/id/algorithm_tables.go
@@ -1,7 +1,7 @@
package objectid
import (
- "crypto/sha1"
+ "crypto/sha1" //#nosec:G505
"crypto/sha256"
)