summaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-03-15 22:22:38 +0100
committerGitHub <noreply@github.com>2023-03-15 22:22:38 +0100
commit60639b6e5005f216d56b04a499540e0a4689e8d0 (patch)
tree6648b72d49be156514505894ae2a9b8248a3b8b4 /go.mod
parent839f384e45ce518e3ed67a9f51b4593b28c1a79b (diff)
downloadmatterbridge-msglm-60639b6e5005f216d56b04a499540e0a4689e8d0.tar.gz
matterbridge-msglm-60639b6e5005f216d56b04a499540e0a4689e8d0.tar.bz2
matterbridge-msglm-60639b6e5005f216d56b04a499540e0a4689e8d0.zip
Bump google.golang.org/protobuf from 1.29.0 to 1.29.1 (#2018)
Bumps [google.golang.org/protobuf](https://github.com/protocolbuffers/protobuf-go) from 1.29.0 to 1.29.1. - [Release notes](https://github.com/protocolbuffers/protobuf-go/releases) - [Changelog](https://github.com/protocolbuffers/protobuf-go/blob/master/release.bash) - [Commits](https://github.com/protocolbuffers/protobuf-go/compare/v1.29.0...v1.29.1) --- updated-dependencies: - dependency-name: google.golang.org/protobuf dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index c4c8c24a..e4f390cc 100644
--- a/go.mod
+++ b/go.mod
@@ -54,7 +54,7 @@ require (
golang.org/x/oauth2 v0.6.0
golang.org/x/text v0.8.0
gomod.garykim.dev/nc-talk v0.3.0
- google.golang.org/protobuf v1.29.0
+ google.golang.org/protobuf v1.29.1
layeh.com/gumble v0.0.0-20221205141517-d1df60a3cc14
modernc.org/sqlite v1.21.0
)