Skip to content

Commit 46a45dc

Browse files
authored
Merge pull request #41 from coder/dependabot/go_modules/github.com/coder/websocket-1.8.13
chore(deps): bump github.com/coder/websocket from 1.8.12 to 1.8.13
2 parents 17630aa + c8c03f0 commit 46a45dc

File tree

2 files changed

+3
-8
lines changed

2 files changed

+3
-8
lines changed

go.mod

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ require (
1010
github.com/coder/guts v1.0.2-0.20250227211802-139809366a22
1111
github.com/coder/serpent v0.10.0
1212
github.com/coder/terraform-provider-coder/v2 v2.2.1-0.20250313232118-21ff5ae2bf31
13-
github.com/coder/websocket v1.8.12
13+
github.com/coder/websocket v1.8.13
1414
github.com/go-chi/chi v4.1.2+incompatible
1515
github.com/hashicorp/go-version v1.7.0
1616
github.com/hashicorp/hc-install v0.9.1
@@ -75,17 +75,13 @@ require (
7575
github.com/hashicorp/go-getter v1.7.8 // indirect
7676
github.com/hashicorp/go-hclog v1.6.3 // indirect
7777
github.com/hashicorp/go-multierror v1.1.1 // indirect
78-
github.com/hashicorp/go-plugin v1.6.2 // indirect
7978
github.com/hashicorp/go-retryablehttp v0.7.7 // indirect
8079
github.com/hashicorp/go-safetemp v1.0.0 // indirect
8180
github.com/hashicorp/go-uuid v1.0.3 // indirect
8281
github.com/hashicorp/logutils v1.0.0 // indirect
8382
github.com/hashicorp/terraform-plugin-go v0.26.0 // indirect
8483
github.com/hashicorp/terraform-plugin-log v0.9.0 // indirect
8584
github.com/hashicorp/terraform-plugin-sdk/v2 v2.36.1 // indirect
86-
github.com/hashicorp/terraform-registry-address v0.2.4 // indirect
87-
github.com/hashicorp/terraform-svchost v0.1.1 // indirect
88-
github.com/hashicorp/yamux v0.1.1 // indirect
8985
github.com/jmespath/go-jmespath v0.4.1-0.20220621161143-b0104c826a24 // indirect
9086
github.com/klauspost/compress v1.17.11 // indirect
9187
github.com/liamg/memoryfs v1.6.0 // indirect
@@ -101,7 +97,6 @@ require (
10197
github.com/mitchellh/reflectwalk v1.0.2 // indirect
10298
github.com/muesli/reflow v0.3.0 // indirect
10399
github.com/muesli/termenv v0.15.2 // indirect
104-
github.com/oklog/run v1.0.0 // indirect
105100
github.com/pion/transport/v2 v2.0.0 // indirect
106101
github.com/pion/udp v0.1.4 // indirect
107102
github.com/planetscale/vtprotobuf v0.6.1-0.20240319094008-0393e58bdf10 // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -722,8 +722,8 @@ github.com/coder/serpent v0.10.0 h1:ofVk9FJXSek+SmL3yVE3GoArP83M+1tX+H7S4t8BSuM=
722722
github.com/coder/serpent v0.10.0/go.mod h1:cZFW6/fP+kE9nd/oRkEHJpG6sXCtQ+AX7WMMEHv0Y3Q=
723723
github.com/coder/terraform-provider-coder/v2 v2.2.1-0.20250313232118-21ff5ae2bf31 h1:JpDe/YonsKNbpbfruoniS/N0ozBV8Ekd67auoGOi3lY=
724724
github.com/coder/terraform-provider-coder/v2 v2.2.1-0.20250313232118-21ff5ae2bf31/go.mod h1:X28s3rz+aEM5PkBKvk3xcUrQFO2eNPjzRChUg9wb70U=
725-
github.com/coder/websocket v1.8.12 h1:5bUXkEPPIbewrnkU8LTCLVaxi4N4J8ahufH2vlo4NAo=
726-
github.com/coder/websocket v1.8.12/go.mod h1:LNVeNrXQZfe5qhS9ALED3uA+l5pPqvwXg3CKoDBB2gs=
725+
github.com/coder/websocket v1.8.13 h1:f3QZdXy7uGVz+4uCJy2nTZyM0yTBj8yANEHhqlXZ9FE=
726+
github.com/coder/websocket v1.8.13/go.mod h1:LNVeNrXQZfe5qhS9ALED3uA+l5pPqvwXg3CKoDBB2gs=
727727
github.com/containerd/log v0.1.0 h1:TCJt7ioM2cr/tfR8GPbGf9/VRAX8D2B4PjzCpfX540I=
728728
github.com/containerd/log v0.1.0/go.mod h1:VRRf09a7mHDIRezVKTRCrOq78v577GXq3bSa3EhrzVo=
729729
github.com/containerd/platforms v1.0.0-rc.1 h1:83KIq4yy1erSRgOVHNk1HYdPvzdJ5CnsWaRoJX4C41E=

0 commit comments

Comments
 (0)