Skip to content

Commit

Permalink
go.mod: update jrpc2 to v1.1.2 and release new tools
Browse files Browse the repository at this point in the history
  • Loading branch information
creachadair committed Nov 16, 2023
1 parent b23e4a0 commit 8ba6e24
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tools/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.21
toolchain go1.21.0

require (
github.com/creachadair/jrpc2 v1.1.1
github.com/creachadair/jrpc2 v1.1.2
github.com/creachadair/wschannel v0.0.0-20231031152512-10b1d3c7a6ce
)

Expand Down
4 changes: 2 additions & 2 deletions tools/go.sum
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
github.com/creachadair/jrpc2 v1.1.1 h1:xa7p3C5eSvwn/dFwCCmksp+RyQ/ytFY0NYzY7npsoI0=
github.com/creachadair/jrpc2 v1.1.1/go.mod h1:KajsO5dx7yfcwmuRJb5SHXsCVTzBoq7EsPzu5wxnsc0=
github.com/creachadair/jrpc2 v1.1.2 h1:UOYMipEFYlwd5qmcvs9GZBurn3oXt1UDIX5JLjWWFzo=
github.com/creachadair/jrpc2 v1.1.2/go.mod h1:JcCe2Eny3lIvVwZLm92WXyU+tNUgTBWFCLMsfNkjEGk=
github.com/creachadair/mds v0.3.0 h1:uKbCKVtd3iOKVv3uviOm13fFNfe9qoCXJh1Vo7y3Kr0=
github.com/creachadair/mds v0.3.0/go.mod h1:4vrFYUzTXMJpMBU+OA292I6IUxKWCCfZkgXg+/kBZMo=
github.com/creachadair/wschannel v0.0.0-20231031152512-10b1d3c7a6ce h1:8zgj7ZvbzPZjuMHaX65EcH0EUuz9KAq3TwWbgfoZAAg=
Expand Down

0 comments on commit 8ba6e24

Please sign in to comment.