From 27ca5190ded2cc6849ef806e42808538dbfb0d95 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Aug 2025 13:37:27 +0000 Subject: [PATCH] Bump gopkg.in/yaml.v3 from 3.0.0-20210107192922-496545a6307b to 3.0.1 Bumps gopkg.in/yaml.v3 from 3.0.0-20210107192922-496545a6307b to 3.0.1. --- updated-dependencies: - dependency-name: gopkg.in/yaml.v3 dependency-version: 3.0.1 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index b371ede..968ab9a 100644 --- a/go.mod +++ b/go.mod @@ -13,6 +13,6 @@ require ( github.com/BurntSushi/toml v0.3.1 // indirect github.com/joho/godotenv v1.3.0 // indirect golang.org/x/sys v0.0.0-20210320140829-1e4c9ba3b0c4 // indirect - gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect + gopkg.in/yaml.v3 v3.0.1 // indirect olympos.io/encoding/edn v0.0.0-20201019073823-d3554ca0b0a3 // indirect )