Skip to content

Commit

Permalink
deps: update go-msgpack to 2.1.3
Browse files Browse the repository at this point in the history
Update go-msgpack to pick up the bug fix described in
hashicorp/go-msgpack#26, which mirrors the work done
here in #15
  • Loading branch information
tgross committed Feb 24, 2025
1 parent 9cb600a commit 873a896
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/hashicorp/net-rpc-msgpackrpc/v2
go 1.20

require (
github.com/hashicorp/go-msgpack/v2 v2.1.1
github.com/hashicorp/go-msgpack/v2 v2.1.3
github.com/hashicorp/go-multierror v1.1.1
)

Expand Down

0 comments on commit 873a896

Please sign in to comment.