From 0197386dbb0644cd14bcbd65bd78f33622ef5e6c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 22 May 2026 15:19:53 +0000 Subject: [PATCH 1/2] chore(deps): update module github.com/pelletier/go-toml to v2 --- back/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/back/go.mod b/back/go.mod index 2bd766534..7719470c8 100644 --- a/back/go.mod +++ b/back/go.mod @@ -48,7 +48,7 @@ require ( github.com/jackc/puddle/v2 v2.2.2 // indirect github.com/mattn/go-colorable v0.1.14 // indirect github.com/mattn/go-sqlite3 v1.14.44 // indirect - github.com/pelletier/go-toml v1.9.5 // indirect + github.com/pelletier/go-toml/v2 v2.3.1 // indirect github.com/pelletier/go-toml/v2 v2.3.1 // indirect github.com/pmezard/go-difflib v1.0.0 // indirect github.com/quic-go/qpack v0.6.0 // indirect From 0de70cee883ce3292754200a15af1932b3ebce47 Mon Sep 17 00:00:00 2001 From: Nekeo Date: Fri, 22 May 2026 20:52:28 +0200 Subject: [PATCH 2/2] tidy --- back/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/back/go.mod b/back/go.mod index 7719470c8..2bd766534 100644 --- a/back/go.mod +++ b/back/go.mod @@ -48,7 +48,7 @@ require ( github.com/jackc/puddle/v2 v2.2.2 // indirect github.com/mattn/go-colorable v0.1.14 // indirect github.com/mattn/go-sqlite3 v1.14.44 // indirect - github.com/pelletier/go-toml/v2 v2.3.1 // indirect + github.com/pelletier/go-toml v1.9.5 // indirect github.com/pelletier/go-toml/v2 v2.3.1 // indirect github.com/pmezard/go-difflib v1.0.0 // indirect github.com/quic-go/qpack v0.6.0 // indirect