Skip to content

Commit ef6a641

Browse files
committed
remove remaining unused crypto/rand imports
1 parent 72e9f99 commit ef6a641

7 files changed

Lines changed: 0 additions & 415 deletions

File tree

cmd/admin/cert_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ import (
44
"context"
55
"crypto/ecdsa"
66
"crypto/elliptic"
7-
"crypto/rand"
87
"crypto/x509"
98
"encoding/pem"
109
"errors"

cmd/admin/key_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ import (
55
"crypto"
66
"crypto/ecdsa"
77
"crypto/elliptic"
8-
"crypto/rand"
98
"crypto/rsa"
109
"crypto/sha256"
1110
"crypto/x509"

issuance/cert_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ import (
55
"crypto/dsa"
66
"crypto/ecdsa"
77
"crypto/elliptic"
8-
"crypto/rand"
98
"crypto/rsa"
109
"crypto/x509"
1110
"crypto/x509/pkix"

sa/sa_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ import (
55
"context"
66
"crypto/ecdsa"
77
"crypto/elliptic"
8-
"crypto/rand"
98
"crypto/sha256"
109
"crypto/x509"
1110
"database/sql"

test/load-generator/state.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ import (
55
"context"
66
"crypto/ecdsa"
77
"crypto/elliptic"
8-
"crypto/rand"
98
"crypto/tls"
109
"crypto/x509"
1110
"encoding/json"

test_output.txt

Lines changed: 0 additions & 208 deletions
This file was deleted.

0 commit comments

Comments
 (0)