Skip to content

Commit

Permalink
Update jrpc2 and release new tools.
Browse files Browse the repository at this point in the history
  • Loading branch information
creachadair committed Mar 14, 2023
1 parent 376cf91 commit 6c71d36
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion tools/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,12 @@ module github.com/creachadair/jrpc2/tools
go 1.19

require (
github.com/creachadair/jrpc2 v0.44.0
github.com/creachadair/jrpc2 v0.45.0
github.com/creachadair/wschannel v0.0.0-20230226191131-7aa9a71379df
)

require (
github.com/creachadair/mds v0.0.0-20230313153906-9788b6f60568 // indirect
github.com/klauspost/compress v1.16.3 // indirect
golang.org/x/sync v0.1.0 // indirect
nhooyr.io/websocket v1.8.7 // indirect
Expand Down
6 changes: 4 additions & 2 deletions tools/go.sum
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
github.com/creachadair/jrpc2 v0.44.0 h1:O7H8XMliOemo2u598dN7Knld8K3TZgOnY9Mm0IIqt28=
github.com/creachadair/jrpc2 v0.44.0/go.mod h1:mVyD3HybrKVaZqFNRVGZGWH9Gd1OXtnmfqZT7T1oLQw=
github.com/creachadair/jrpc2 v0.45.0 h1:61Cdy1IbyB3So5+znIQ4eki4P1/j/FiNIy0SS9j3kJY=
github.com/creachadair/jrpc2 v0.45.0/go.mod h1:O7R/rmcUivGXUkfmbuWevcLv6f1xbKVSoMvmhW4/fr8=
github.com/creachadair/mds v0.0.0-20230313153906-9788b6f60568 h1:LzMDPh2FLXEHnQNTjGJT+vInPSDVOUTuzqE4GskHTNg=
github.com/creachadair/mds v0.0.0-20230313153906-9788b6f60568/go.mod h1:caBACU+n1Q/rZ252FTzfnG0/H+ZUi+UnIQtEOraMv/g=
github.com/creachadair/wschannel v0.0.0-20230226191131-7aa9a71379df h1:hONVtXPlLCi5PO8zd0a0F2H7nXY0TEldNxTuU8bS1Lk=
github.com/creachadair/wschannel v0.0.0-20230226191131-7aa9a71379df/go.mod h1:JZ+y37wuh2sjGk4l5cV2uCiC+BvCynqUeYmQpyE1/nk=
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
Expand Down

0 comments on commit 6c71d36

Please sign in to comment.