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 Jan 26, 2022
1 parent 2982290 commit d90ce91
Show file tree
Hide file tree
Showing 2 changed files with 5 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 @@ -3,7 +3,7 @@ module github.com/creachadair/jrpc2/tools
go 1.17

require (
github.com/creachadair/jrpc2 v0.35.3
github.com/creachadair/jrpc2 v0.35.4
github.com/creachadair/wschannel v0.0.0-20220120010638-3210fae56544
)

Expand Down
6 changes: 4 additions & 2 deletions tools/go.sum
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
github.com/creachadair/jrpc2 v0.35.3 h1:D3o4hXiVM91NeV+ZiMPg/BoXXctT5hd+t6mLJmHjZxA=
github.com/creachadair/jrpc2 v0.35.3/go.mod h1:AfylEsH795IqdyEn9WEPt2eC7J53LC2mz3SclnIcfzc=
github.com/creachadair/jrpc2 v0.35.4 h1:5ELLV7CMKLfALzkKNsQ//ngZLWDbEmAXgTgkL3JXAcU=
github.com/creachadair/jrpc2 v0.35.4/go.mod h1:a53Cer/NMD1y8P9UB2XbuOLRELKRLDf8u7bRi4v1qsE=
github.com/creachadair/wschannel v0.0.0-20220120010638-3210fae56544 h1:T+1jImuIOi4XFEno/kB7CAIWcjUr5CJPOa9KyGXblVo=
github.com/creachadair/wschannel v0.0.0-20220120010638-3210fae56544/go.mod h1:4hF8/fPdc7PkNT8kpghIIf2kpnKsSQpxX1GkMTe9oL4=
github.com/fortytw2/leaktest v1.3.0 h1:u8491cBMTQ8ft8aeV+adlcytMZylmA5nnwwkRZjI8vw=
github.com/fortytw2/leaktest v1.3.0/go.mod h1:jDsjWgpAGjm2CA7WthBh/CdZYEPF31XHquHwclZch5g=
github.com/google/go-cmp v0.5.6 h1:BKbKCqvP6I+rmFHt06ZmyQtvB8xAkWdhFyr0ZUNZcxQ=
github.com/google/go-cmp v0.5.6/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE=
github.com/google/go-cmp v0.5.7 h1:81/ik6ipDQS2aGcBfIN5dHDB36BwrStyeAQquSYCV4o=
github.com/google/go-cmp v0.5.7/go.mod h1:n+brtR0CgQNWTVd5ZUFpTBC8YFBDLK/h/bpaJ8/DtOE=
github.com/gorilla/websocket v1.4.2 h1:+/TMaTYc4QFitKJxsQ7Yye35DkWvkdLcvGKqM+x0Ufc=
github.com/gorilla/websocket v1.4.2/go.mod h1:YR8l580nyteQvAITg2hZ9XVh4b55+EU/adAjf1fMHhE=
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c h1:5KslGYwFpkhGh+Q16bwMP3cOontH8FOep7tGV86Y7SQ=
Expand Down

0 comments on commit d90ce91

Please sign in to comment.