From f1de3a46aad9453a0c0833403ec63de4f5b64c1a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jan 2025 17:32:53 +0000 Subject: [PATCH] Bump github.com/golang/glog Bumps [github.com/golang/glog](https://github.com/golang/glog) from 0.0.0-20210429001901-424d2337a529 to 1.2.4. - [Release notes](https://github.com/golang/glog/releases) - [Commits](https://github.com/golang/glog/commits/v1.2.4) --- updated-dependencies: - dependency-name: github.com/golang/glog dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- go.mod | 2 +- go.sum | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index fe15a75..e92959b 100644 --- a/go.mod +++ b/go.mod @@ -2,4 +2,4 @@ module github.com/gonfva/docxlib go 1.16 -require github.com/golang/glog v0.0.0-20210429001901-424d2337a529 +require github.com/golang/glog v1.2.4 diff --git a/go.sum b/go.sum index 41b530d..b2ceff2 100644 --- a/go.sum +++ b/go.sum @@ -1,2 +1,4 @@ -github.com/golang/glog v0.0.0-20210429001901-424d2337a529 h1:2voWjNECnrZRbfwXxHB1/j8wa6xdKn85B5NzgVL/pTU= -github.com/golang/glog v0.0.0-20210429001901-424d2337a529/go.mod h1:SBH7ygxi8pfUlaOkMMuAQtPIUF8ecWP5IEl/CR7VP2Q= +github.com/golang/glog v1.2.4 h1:CNNw5U8lSiiBk7druxtSHHTsRWcxKoac6kZKm2peBBc= +github.com/golang/glog v1.2.4/go.mod h1:6AhwSGph0fcJtXVM/PEHPqZlFeoLxhs7/t5UDAwmO+w= +github.com/google/go-cmp v0.6.0 h1:ofyhxvXcZhMsU5ulbFiLKl/XBFqE1GSq7atu8tAmTRI= +github.com/google/go-cmp v0.6.0/go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY=