Skip to content

Commit 61b34cb

Browse files
authored
Merge pull request #567 from vmware/upgrade-yamux
Upgrade github.com/hashicorp/yamux dependency
2 parents 411c2a8 + 8f3d8d0 commit 61b34cb

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Diff for: go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ require (
4848
github.com/hashicorp/terraform-plugin-log v0.9.0 // indirect
4949
github.com/hashicorp/terraform-registry-address v0.2.3 // indirect
5050
github.com/hashicorp/terraform-svchost v0.1.1 // indirect
51-
github.com/hashicorp/yamux v0.1.1 // indirect
51+
github.com/hashicorp/yamux v0.1.2 // indirect
5252
github.com/josharian/intern v1.0.0 // indirect
5353
github.com/mailru/easyjson v0.7.7 // indirect
5454
github.com/mattn/go-colorable v0.1.13 // indirect

Diff for: go.sum

+2
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,8 @@ github.com/hashicorp/terraform-svchost v0.1.1 h1:EZZimZ1GxdqFRinZ1tpJwVxxt49xc/S
178178
github.com/hashicorp/terraform-svchost v0.1.1/go.mod h1:mNsjQfZyf/Jhz35v6/0LWcv26+X7JPS+buii2c9/ctc=
179179
github.com/hashicorp/yamux v0.1.1 h1:yrQxtgseBDrq9Y652vSRDvsKCJKOUD+GzTS4Y0Y8pvE=
180180
github.com/hashicorp/yamux v0.1.1/go.mod h1:CtWFDAQgb7dxtzFs4tWbplKIe2jSi3+5vKbgIO0SLnQ=
181+
github.com/hashicorp/yamux v0.1.2 h1:XtB8kyFOyHXYVFnwT5C3+Bdo8gArse7j2AQ0DA0Uey8=
182+
github.com/hashicorp/yamux v0.1.2/go.mod h1:C+zze2n6e/7wshOZep2A70/aQU6QBRWJO/G6FT1wIns=
181183
github.com/inconshreveable/mousetrap v1.0.0/go.mod h1:PxqpIevigyE2G7u3NXJIT2ANytuPF1OarO4DADm73n8=
182184
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 h1:BQSFePA1RWJOlocH6Fxy8MmwDt+yVQYULKfN0RoTN8A=
183185
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99/go.mod h1:1lJo3i6rXxKeerYnT8Nvf0QmHCRC1n8sfWVwXF2Frvo=

0 commit comments

Comments
 (0)