From 047d0218fc2e08f58d1e31a22a258d96e6a1c5f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Aug 2023 13:53:43 +0000 Subject: [PATCH] Bump gopkg.in/yaml.v3 from 3.0.0-20190705120443-117fdf03f45f to 3.0.0 Bumps gopkg.in/yaml.v3 from 3.0.0-20190705120443-117fdf03f45f to 3.0.0. --- updated-dependencies: - dependency-name: gopkg.in/yaml.v3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 4b33d4d..34a6349 100644 --- a/go.mod +++ b/go.mod @@ -9,5 +9,5 @@ require ( github.com/hashicorp/raft-boltdb v0.0.0-20190605210249-ef2e128ed477 github.com/hashicorp/serf v0.8.3 github.com/xgfone/netaddr v0.4.1 - gopkg.in/yaml.v3 v3.0.0-20190705120443-117fdf03f45f + gopkg.in/yaml.v3 v3.0.0 )