Skip to content

Commit

Permalink
Update module dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
creachadair committed Feb 17, 2022
1 parent 0110ab6 commit 98a0fc1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions tools/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ go 1.17

require (
github.com/creachadair/jrpc2 v0.35.5
github.com/creachadair/wschannel v0.0.0-20220208212827-8ef2baaa434c
github.com/creachadair/wschannel v0.0.0-20220216114541-61fbe37685a3
)

require (
github.com/gorilla/websocket v1.4.2 // indirect
github.com/gorilla/websocket v1.5.0 // indirect
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
)
8 changes: 4 additions & 4 deletions tools/go.sum
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
github.com/creachadair/jrpc2 v0.35.5 h1:V4WaRUSHhMglmKgRXcmGEWQMo2oA9tBFHl94qXP4wmw=
github.com/creachadair/jrpc2 v0.35.5/go.mod h1:a53Cer/NMD1y8P9UB2XbuOLRELKRLDf8u7bRi4v1qsE=
github.com/creachadair/wschannel v0.0.0-20220208212827-8ef2baaa434c h1:BIS4IXaIfwda00jZScR6DTgWZKJBfH6hAZ524H6GeIs=
github.com/creachadair/wschannel v0.0.0-20220208212827-8ef2baaa434c/go.mod h1:KhKv1Xt+or1o55tDL3lQZyPtE5R6zj9pu/Ei+tEKQpw=
github.com/creachadair/wschannel v0.0.0-20220216114541-61fbe37685a3 h1:/P1e2ygmLXWDqEMTYOij+beCCE7ybVFJGw/o/O1mWWg=
github.com/creachadair/wschannel v0.0.0-20220216114541-61fbe37685a3/go.mod h1:DE1Zs54rRnDcZB6df215PcIBar3jZ7JPYdbTS6WwTI4=
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.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=
github.com/gorilla/websocket v1.5.0 h1:PPwGk2jz7EePpoHN/+ClbZu8SPxiqlu12wZP/3sWmnc=
github.com/gorilla/websocket v1.5.0/go.mod h1:YR8l580nyteQvAITg2hZ9XVh4b55+EU/adAjf1fMHhE=
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c h1:5KslGYwFpkhGh+Q16bwMP3cOontH8FOep7tGV86Y7SQ=
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
Expand Down

0 comments on commit 98a0fc1

Please sign in to comment.