From 5ff803d353e1fab490e06bb1c0863313e099b51c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Feb 2025 10:42:39 +0000 Subject: [PATCH] build(deps): bump github.com/sourcegraph/jsonrpc2 Bumps [github.com/sourcegraph/jsonrpc2](https://github.com/sourcegraph/jsonrpc2) from 0.0.0-20210201082850-366fbb520750 to 0.2.0. - [Release notes](https://github.com/sourcegraph/jsonrpc2/releases) - [Commits](https://github.com/sourcegraph/jsonrpc2/commits/v0.2.0) --- updated-dependencies: - dependency-name: github.com/sourcegraph/jsonrpc2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index b45a849..fca244f 100644 --- a/go.mod +++ b/go.mod @@ -6,5 +6,5 @@ require ( github.com/cenkalti/backoff/v3 v3.2.2 github.com/gorilla/websocket v1.4.2 github.com/mitchellh/mapstructure v1.5.0 - github.com/sourcegraph/jsonrpc2 v0.0.0-20210201082850-366fbb520750 + github.com/sourcegraph/jsonrpc2 v0.2.0 ) diff --git a/go.sum b/go.sum index 6b70ee4..1bc3d47 100644 --- a/go.sum +++ b/go.sum @@ -5,5 +5,5 @@ github.com/gorilla/websocket v1.4.2 h1:+/TMaTYc4QFitKJxsQ7Yye35DkWvkdLcvGKqM+x0U github.com/gorilla/websocket v1.4.2/go.mod h1:YR8l580nyteQvAITg2hZ9XVh4b55+EU/adAjf1fMHhE= github.com/mitchellh/mapstructure v1.5.0 h1:jeMsZIYE/09sWLaz43PL7Gy6RuMjD2eJVyuac5Z2hdY= github.com/mitchellh/mapstructure v1.5.0/go.mod h1:bFUtVrKA4DC2yAKiSyO/QUcy7e+RRV2QTWOzhPopBRo= -github.com/sourcegraph/jsonrpc2 v0.0.0-20210201082850-366fbb520750 h1:j3HKQAXXj5vV3oHyg9pjK3uIM4bidukvv+tR2iJCvFA= -github.com/sourcegraph/jsonrpc2 v0.0.0-20210201082850-366fbb520750/go.mod h1:ZafdZgk/axhT1cvZAPOhw+95nz2I/Ra5qMlU4gTRwIo= +github.com/sourcegraph/jsonrpc2 v0.2.0 h1:KjN/dC4fP6aN9030MZCJs9WQbTOjWHhrtKVpzzSrr/U= +github.com/sourcegraph/jsonrpc2 v0.2.0/go.mod h1:ZafdZgk/axhT1cvZAPOhw+95nz2I/Ra5qMlU4gTRwIo=