Skip to content

Commit

Permalink
math/rand
Browse files Browse the repository at this point in the history
  • Loading branch information
sgalsaleh committed Nov 19, 2024
1 parent 27a8f3c commit 45e7609
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/handlers/websocket.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ package handlers

import (
"fmt"
"math/rand"
"net"
"net/http"
"sync"
Expand All @@ -10,7 +11,6 @@ import (
"github.com/gorilla/websocket"
"github.com/pkg/errors"
"github.com/replicatedhq/kots/pkg/logger"
"golang.org/x/exp/rand"
)

var wsUpgrader = websocket.Upgrader{}
Expand Down

0 comments on commit 45e7609

Please sign in to comment.