diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-12-15 01:51:24 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-12-15 01:51:24 +0000 |
| commit | 9cd45789d6fe7f47c1645f1ed0ff191d34b5d0c5 (patch) | |
| tree | eedcf901c52868e2b7e2d6459570b2fc411a7fdf | |
| parent | b23ce8c9f66faef328c91e9b766835772a04b032 (diff) | |
| download | x-9cd45789d6fe7f47c1645f1ed0ff191d34b5d0c5.tar.xz x-9cd45789d6fe7f47c1645f1ed0ff191d34b5d0c5.zip | |
build(deps): bump github.com/google/uuid from 1.3.1 to 1.5.0 (#515)
Bumps [github.com/google/uuid](https://github.com/google/uuid) from 1.3.1 to 1.5.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.3.1...v1.5.0)
---
updated-dependencies:
- dependency-name: github.com/google/uuid
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
| -rw-r--r-- | .go.mod.sri | 2 | ||||
| -rw-r--r-- | flake.nix | 2 | ||||
| -rw-r--r-- | go.mod | 2 | ||||
| -rw-r--r-- | go.sum | 4 |
4 files changed, 5 insertions, 5 deletions
diff --git a/.go.mod.sri b/.go.mod.sri index 0053a86..edb64cb 100644 --- a/.go.mod.sri +++ b/.go.mod.sri @@ -1 +1 @@ -sha256-CxMfiBqwfbg8OJ2npdOxUM1LPA1rIJyDfMcrRVLQsdY= +sha256-LSRzfH5/vgjXEl7JlgcftvalYjvIdIV4d8koxSfJfWk= @@ -1,4 +1,4 @@ -# nix-direnv cache busting line: sha256-CxMfiBqwfbg8OJ2npdOxUM1LPA1rIJyDfMcrRVLQsdY= +# nix-direnv cache busting line: sha256-LSRzfH5/vgjXEl7JlgcftvalYjvIdIV4d8koxSfJfWk= { description = "/x/perimental code"; @@ -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.3.1 + github.com/google/uuid v1.5.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 @@ -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.3.1 h1:KjJaJ9iWZ3jOFZIf1Lqf4laDRCasjl0BCmnEGxkdLb4= -github.com/google/uuid v1.3.1/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/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= |
