From 2321d35482dce3399adecf99e63f85190550b0e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Sep 2024 15:34:00 +0000 Subject: [PATCH 1/2] chore: bump entgo.io/ent from 0.14.0 to 0.14.1 Bumps [entgo.io/ent](https://github.com/ent/ent) from 0.14.0 to 0.14.1. - [Release notes](https://github.com/ent/ent/releases) - [Commits](https://github.com/ent/ent/compare/v0.14.0...v0.14.1) --- updated-dependencies: - dependency-name: entgo.io/ent dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- go.mod | 5 ++--- go.sum | 4 ++-- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/go.mod b/go.mod index 716d4b01..a57ff53f 100644 --- a/go.mod +++ b/go.mod @@ -1,13 +1,12 @@ module github.com/in-toto/archivista go 1.22.5 - -toolchain go1.22.6 +toolchain go1.23.1 require ( ariga.io/sqlcomment v0.1.0 entgo.io/contrib v0.6.0 - entgo.io/ent v0.14.0 + entgo.io/ent v0.14.1 github.com/99designs/gqlgen v0.17.51 github.com/antonfisher/nested-logrus-formatter v1.3.1 github.com/digitorus/timestamp v0.0.0-20231217203849-220c5c2851b7 diff --git a/go.sum b/go.sum index aee6f623..ef6fe220 100644 --- a/go.sum +++ b/go.sum @@ -7,8 +7,8 @@ dario.cat/mergo v1.0.0 h1:AGCNq9Evsj31mOgNPcLyXc+4PNABt905YmuqPYYpBWk= dario.cat/mergo v1.0.0/go.mod h1:uNxQE+84aUszobStD9th8a29P2fMDhsBdgRYvZOxGmk= entgo.io/contrib v0.6.0 h1:xfo4TbJE7sJZWx7BV7YrpSz7IPFvS8MzL3fnfzZjKvQ= entgo.io/contrib v0.6.0/go.mod h1:3qWIseJ/9Wx2Hu5zVh15FDzv7d/UvKNcYKdViywWCQg= -entgo.io/ent v0.14.0 h1:EO3Z9aZ5bXJatJeGqu/EVdnNr6K4mRq3rWe5owt0MC4= -entgo.io/ent v0.14.0/go.mod h1:qCEmo+biw3ccBn9OyL4ZK5dfpwg++l1Gxwac5B1206A= +entgo.io/ent v0.14.1 h1:fUERL506Pqr92EPHJqr8EYxbPioflJo6PudkrEA8a/s= +entgo.io/ent v0.14.1/go.mod h1:MH6XLG0KXpkcDQhKiHfANZSzR55TJyPL5IGNpI8wpco= filippo.io/edwards25519 v1.1.0 h1:FNf4tywRC1HmFuKW5xopWpigGjJKiJSV0Cqo0cJWDaA= filippo.io/edwards25519 v1.1.0/go.mod h1:BxyFTGdWcka3PhytdK4V28tE5sGfRvvvRV7EaN4VDT4= github.com/99designs/gqlgen v0.17.51 h1:KHLvUckplsZi14Zv1JdHkemXSkulksN/Dwe7VflePSQ= From 2c8ead8b9862df1b3f7110f1801ee2859f74d93f Mon Sep 17 00:00:00 2001 From: John Kjell Date: Tue, 17 Sep 2024 10:40:50 -0500 Subject: [PATCH 2/2] Run go mod tidy Signed-off-by: John Kjell --- go.mod | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/go.mod b/go.mod index a57ff53f..a5a1d295 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,7 @@ module github.com/in-toto/archivista -go 1.22.5 +go 1.23.0 + toolchain go1.23.1 require (