Handle rand deprecations in go 1.20
Signed-off-by: James Hewitt <james.hewitt@uk.ibm.com>
This commit is contained in:
parent
0eb8fee87e
commit
1a3e73cb84
8 changed files with 12 additions and 10 deletions
|
@ -2,9 +2,9 @@ package s3
|
|||
|
||||
import (
|
||||
"bytes"
|
||||
"crypto/rand"
|
||||
"errors"
|
||||
"fmt"
|
||||
"math/rand"
|
||||
"os"
|
||||
"path"
|
||||
"reflect"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue