From 345841cf84ccdb68bb902d7387295a11d8d7b7c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jan 2024 10:33:50 +0000 Subject: [PATCH 1/2] build(deps): bump github.com/google/uuid from 1.5.0 to 1.6.0 Bumps [github.com/google/uuid](https://github.com/google/uuid) from 1.5.0 to 1.6.0. - [Release notes](https://github.com/google/uuid/releases) - [Changelog](https://github.com/google/uuid/blob/master/CHANGELOG.md) - [Commits](https://github.com/google/uuid/compare/v1.5.0...v1.6.0) --- updated-dependencies: - dependency-name: github.com/google/uuid 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 6b67adfc..16ff470e 100644 --- a/go.mod +++ b/go.mod @@ -20,7 +20,7 @@ require ( github.com/go-shiori/go-readability v0.0.0-20230421032831-c66949dfc0ad github.com/google/go-github v17.0.0+incompatible github.com/google/subcommands v1.2.0 - github.com/google/uuid v1.5.0 + github.com/google/uuid v1.6.0 github.com/hullerob/go.farbfeld v0.0.0-20181222022525-3661193c725f github.com/jaytaylor/html2text v0.0.0-20190408195923-01ec452cbe43 github.com/joho/godotenv v1.5.1 diff --git a/go.sum b/go.sum index 5f32df29..570faf03 100644 --- a/go.sum +++ b/go.sum @@ -370,8 +370,8 @@ github.com/google/renameio v0.1.0/go.mod h1:KWCgfxg9yswjAJkECMjeO8J8rahYeXnNhOm4 github.com/google/subcommands v1.2.0 h1:vWQspBTo2nEqTUFita5/KeEWlUL8kQObDFbub/EN9oE= github.com/google/subcommands v1.2.0/go.mod h1:ZjhPrFU+Olkh9WazFPsl27BQ4UPiG37m3yTrtFlrHVk= github.com/google/uuid v1.1.2/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo= -github.com/google/uuid v1.5.0 h1:1p67kYwdtXjb0gL0BPiP1Av9wiZPo5A8z2cWkTZ+eyU= -github.com/google/uuid v1.5.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo= +github.com/google/uuid v1.6.0 h1:NIvaJDMOsjHA8n1jAhLSgzrAzy1Hgr+hNrb57e+94F0= +github.com/google/uuid v1.6.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo= github.com/googleapis/enterprise-certificate-proxy v0.0.0-20220520183353-fd19c99a87aa/go.mod h1:17drOmN3MwGY7t0e+Ei9b45FFGA3fBs3x36SsCg1hq8= github.com/googleapis/gax-go/v2 v2.0.4/go.mod h1:0Wqv26UfaUD9n4G6kQubkQ+KchISgw+vpHVxEJEs9eg= github.com/googleapis/gax-go/v2 v2.0.5/go.mod h1:DWXyrwAJ9X0FpwwEdw+IPEYBICEFu5mhpdKc/us6bOk= From be7c0dcf89283331dd253e02b16f556018abf91a Mon Sep 17 00:00:00 2001 From: Mimi Date: Wed, 24 Jan 2024 10:34:35 +0000 Subject: [PATCH 2/2] Bump Go mod SRI --- .go.mod.sri | 2 +- flake.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.go.mod.sri b/.go.mod.sri index b618562e..2515a143 100644 --- a/.go.mod.sri +++ b/.go.mod.sri @@ -1 +1 @@ -sha256-mgxPEcRMyfIh+/QTqLlDfP7jJnQuvsANMX3kiTIkKpo= +sha256-8Ya3IzzV1la2TZoWIwShai0qKTo94TF96T8J7UTK4ZE= diff --git a/flake.nix b/flake.nix index 77ea9297..4b032d65 100644 --- a/flake.nix +++ b/flake.nix @@ -1,4 +1,4 @@ -# nix-direnv cache busting line: sha256-mgxPEcRMyfIh+/QTqLlDfP7jJnQuvsANMX3kiTIkKpo= +# nix-direnv cache busting line: sha256-8Ya3IzzV1la2TZoWIwShai0qKTo94TF96T8J7UTK4ZE= { description = "/x/perimental code";