update gorilla/websocket to minio/websocket (#2587)

This commit is contained in:
Harshavardhana
2023-01-24 01:18:21 +05:30
committed by GitHub
parent 6930fd198c
commit be39cb5af3
14 changed files with 3747 additions and 437 deletions

View File

@@ -24,7 +24,7 @@ import (
"net/http"
"testing"
"github.com/gorilla/websocket"
"github.com/minio/websocket"
"github.com/stretchr/testify/assert"
)