Skip to content

Commit dd15523

Browse files
committed
Update dependency versions after go mod tidy
1 parent 6cef036 commit dd15523

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

go.mod

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ require (
4242
github.com/hashicorp/terraform-plugin-sdk/v2 v2.35.0 // indirect
4343
github.com/hashicorp/terraform-registry-address v0.2.4 // indirect
4444
github.com/hashicorp/terraform-svchost v0.1.1 // indirect
45-
github.com/hashicorp/yamux v0.1.1 // indirect
45+
github.com/hashicorp/yamux v0.1.2 // indirect
4646
github.com/kr/pretty v0.3.0 // indirect
4747
github.com/mattn/go-colorable v0.1.13 // indirect
4848
github.com/mattn/go-isatty v0.0.20 // indirect
@@ -51,21 +51,21 @@ require (
5151
github.com/mitchellh/go-wordwrap v1.0.0 // indirect
5252
github.com/mitchellh/mapstructure v1.5.0 // indirect
5353
github.com/mitchellh/reflectwalk v1.0.2 // indirect
54-
github.com/oklog/run v1.0.0 // indirect
54+
github.com/oklog/run v1.1.0 // indirect
5555
github.com/rogpeppe/go-internal v1.12.0 // indirect
5656
github.com/vmihailenco/msgpack v4.0.4+incompatible // indirect
5757
github.com/vmihailenco/msgpack/v5 v5.4.1 // indirect
5858
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
5959
github.com/zclconf/go-cty v1.15.0 // indirect
60-
golang.org/x/crypto v0.32.0 // indirect
60+
golang.org/x/crypto v0.36.0 // indirect
6161
golang.org/x/mod v0.21.0 // indirect
62-
golang.org/x/net v0.34.0 // indirect
63-
golang.org/x/sync v0.10.0 // indirect
64-
golang.org/x/sys v0.29.0 // indirect
65-
golang.org/x/text v0.21.0 // indirect
62+
golang.org/x/net v0.38.0 // indirect
63+
golang.org/x/sync v0.12.0 // indirect
64+
golang.org/x/sys v0.31.0 // indirect
65+
golang.org/x/text v0.23.0 // indirect
6666
golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect
6767
google.golang.org/appengine v1.6.8 // indirect
6868
google.golang.org/genproto/googleapis/rpc v0.0.0-20241015192408-796eee8c2d53 // indirect
6969
google.golang.org/grpc v1.69.4 // indirect
70-
google.golang.org/protobuf v1.36.3 // indirect
70+
google.golang.org/protobuf v1.36.6 // indirect
7171
)

0 commit comments

Comments
 (0)