Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit682d350

Browse files
authored
chore: upgrade yamux to 0.1.2 (#15727)
Upgrades yamux to 0.1.2, which includes a couple bug fixes.> Significant Changes> * Fixed a case where Streams may continue to exist and block operations even after their Session has been closed.#127 ensures when a Session closes that blocking Stream operations exit as well.> * Allow Reads on locally closed streams. Prior to#131 calling Close() and then Read() on a Stream would fail. Close should only indicate the Stream is done writing. The peer must call Close before Read considers the stream closed. See#131 for details.> * Tests have been improved significantly. See below for details.https://github.com/hashicorp/yamux/releases/tag/v0.1.2
1 parenta2cf40b commit682d350

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

‎go.mod‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ require (
126126
github.com/hashicorp/hc-installv0.9.0
127127
github.com/hashicorp/terraform-config-inspectv0.0.0-20211115214459-90acf1ca460f
128128
github.com/hashicorp/terraform-jsonv0.23.0
129-
github.com/hashicorp/yamuxv0.1.1
129+
github.com/hashicorp/yamuxv0.1.2
130130
github.com/hinshun/vt10xv0.0.0-20220301184237-5011da428d02
131131
github.com/imulab/go-scim/pkg/v2v2.2.0
132132
github.com/jedib0t/go-pretty/v6v6.6.0

‎go.sum‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -590,8 +590,8 @@ github.com/hashicorp/terraform-registry-address v0.2.3 h1:2TAiKJ1A3MAkZlH1YI/aTV
590590
github.com/hashicorp/terraform-registry-addressv0.2.3/go.mod h1:lFHA76T8jfQteVfT7caREqguFrW3c4MFSPhZB7HHgUM=
591591
github.com/hashicorp/terraform-svchostv0.1.1 h1:EZZimZ1GxdqFRinZ1tpJwVxxt49xc/S52uzrw4x0jKQ=
592592
github.com/hashicorp/terraform-svchostv0.1.1/go.mod h1:mNsjQfZyf/Jhz35v6/0LWcv26+X7JPS+buii2c9/ctc=
593-
github.com/hashicorp/yamuxv0.1.1 h1:yrQxtgseBDrq9Y652vSRDvsKCJKOUD+GzTS4Y0Y8pvE=
594-
github.com/hashicorp/yamuxv0.1.1/go.mod h1:CtWFDAQgb7dxtzFs4tWbplKIe2jSi3+5vKbgIO0SLnQ=
593+
github.com/hashicorp/yamuxv0.1.2 h1:XtB8kyFOyHXYVFnwT5C3+Bdo8gArse7j2AQ0DA0Uey8=
594+
github.com/hashicorp/yamuxv0.1.2/go.mod h1:C+zze2n6e/7wshOZep2A70/aQU6QBRWJO/G6FT1wIns=
595595
github.com/hdevalence/ed25519consensusv0.1.0 h1:jtBwzzcHuTmFrQN6xQZn6CQEO/V9f7HsjsjeEZ6auqU=
596596
github.com/hdevalence/ed25519consensusv0.1.0/go.mod h1:w3BHWjwJbFU29IRHL1Iqkw3sus+7FctEyM4RqDxYNzo=
597597
github.com/hexops/gotextdiffv1.0.3 h1:gitA9+qJrrTCsiCl7+kh75nPqQt1cx4ZkudSTLoUqJM=

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp