Skip to content

Commit

Permalink
build: use math/rand/v2 (#775)
Browse files Browse the repository at this point in the history
  • Loading branch information
favonia committed Jun 27, 2024
1 parent df565b9 commit 3966de4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/provider/protocol/doh.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"context"
"crypto/rand"
"encoding/binary"
mathrand "math/rand"
mathrand "math/rand/v2"
"net/http"
"net/netip"
"strings"
Expand Down

0 comments on commit 3966de4

Please sign in to comment.