Skip to content

Commit

Permalink
replace deprecated library
Browse files Browse the repository at this point in the history
- replace math/rand -> crypto/rand

Signed-off-by: Youngjun <yj.yoo@okestro.com>
  • Loading branch information
yj-yoo committed Feb 15, 2024
1 parent 6ebf64c commit 1ed3b27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openstack/identity/v3/extensions/ec2tokens/requests.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ package ec2tokens
import (
"context"
"crypto/hmac"
"crypto/rand"
"crypto/sha1"
"crypto/sha256"
"encoding/hex"
"fmt"
"math/rand"
"net/url"
"sort"
"strings"
Expand Down

0 comments on commit 1ed3b27

Please sign in to comment.