File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ require (
99 github.com/Azure/azure-sdk-for-go/sdk/azcore v1.17.1
1010 github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.8.2
1111 github.com/Azure/azure-sdk-for-go/sdk/security/keyvault/azsecrets v1.3.1
12+ github.com/coder/websocket v1.8.14
1213 github.com/google/uuid v1.6.0
1314 github.com/iancoleman/strcase v0.3.0
1415 github.com/shopspring/decimal v1.4.0
@@ -17,7 +18,6 @@ require (
1718 golang.org/x/mod v0.17.0
1819 google.golang.org/grpc v1.72.0
1920 google.golang.org/protobuf v1.36.6
20- nhooyr.io/websocket v1.8.17
2121)
2222
2323require (
Original file line number Diff line number Diff line change @@ -28,6 +28,8 @@ github.com/cenkalti/backoff/v4 v4.2.1 h1:y4OZtCnogmCPw98Zjyt5a6+QwPLGkiQsYW5oUqy
2828github.com/cenkalti/backoff/v4 v4.2.1 /go.mod h1:Y3VNntkOUPxTVeUxJ/G5vcM//AlwfmyYozVcomhLiZE =
2929github.com/cespare/xxhash/v2 v2.3.0 h1:UL815xU9SqsFlibzuggzjXhog7bL6oX9BbNZnL2UFvs =
3030github.com/cespare/xxhash/v2 v2.3.0 /go.mod h1:VGX0DQ3Q6kWi7AoAeZDth3/j3BFtOZR5XLFGgcrjCOs =
31+ github.com/coder/websocket v1.8.14 h1:9L0p0iKiNOibykf283eHkKUHHrpG7f65OE3BhhO7v9g =
32+ github.com/coder/websocket v1.8.14 /go.mod h1:NX3SzP+inril6yawo5CQXx8+fk145lPDC6pumgx0mVg =
3133github.com/containerd/log v0.1.0 h1:TCJt7ioM2cr/tfR8GPbGf9/VRAX8D2B4PjzCpfX540I =
3234github.com/containerd/log v0.1.0 /go.mod h1:VRRf09a7mHDIRezVKTRCrOq78v577GXq3bSa3EhrzVo =
3335github.com/containerd/platforms v0.2.1 h1:zvwtM3rz2YHPQsF2CHYM8+KtB5dvhISiXh5ZpSBQv6A =
@@ -234,5 +236,3 @@ gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=
234236gopkg.in/yaml.v3 v3.0.1 /go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM =
235237gotest.tools/v3 v3.5.1 h1:EENdUnS3pdur5nybKYIh2Vfgc8IUNBjxDPSjtiJcOzU =
236238gotest.tools/v3 v3.5.1 /go.mod h1:isy3WKz7GK6uNw/sbHzfKBLvlvXwUyV06n6brMxxopU =
237- nhooyr.io/websocket v1.8.17 h1:KEVeLJkUywCKVsnLIDlD/5gtayKp8VoCkksHCGGfT9Y =
238- nhooyr.io/websocket v1.8.17 /go.mod h1:rN9OFWIUwuxg4fR5tELlYC04bXYowCP9GX47ivo2l+c =
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ import (
3131 "os"
3232 "time"
3333
34- "nhooyr.io /websocket"
34+ "github.com/coder /websocket"
3535
3636 "github.com/ansys/aali-sharedtypes/pkg/config"
3737 "go.uber.org/zap"
You can’t perform that action at this time.
0 commit comments