Handle rand deprecations in go 1.20

Signed-off-by: James Hewitt <james.hewitt@uk.ibm.com>
This commit is contained in:
James Hewitt 2023-08-27 11:06:16 +01:00
parent 0eb8fee87e
commit 1a3e73cb84
No known key found for this signature in database
GPG key ID: EA6C3C654B6193E4
8 changed files with 12 additions and 10 deletions

View file

@ -2,9 +2,9 @@ package s3
import (
"bytes"
"crypto/rand"
"errors"
"fmt"
"math/rand"
"os"
"path"
"reflect"