From 1cab1081e04e15aeb72a251163d17c577ecf4488 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 19:12:54 +0000 Subject: [PATCH] chore(deps): update dependency go to v1.23.2 --- go.mod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/go.mod b/go.mod index f479c89..05dc30b 100644 --- a/go.mod +++ b/go.mod @@ -2,12 +2,13 @@ module github.com/moov-io/cryptfs go 1.21 -toolchain go1.22.6 +toolchain go1.23.2 require ( github.com/ProtonMail/go-crypto v1.0.0 github.com/hashicorp/vault/api v1.14.0 github.com/stretchr/testify v1.9.0 + gopkg.in/yaml.v3 v3.0.1 ) require ( @@ -33,5 +34,4 @@ require ( golang.org/x/sys v0.22.0 // indirect golang.org/x/text v0.16.0 // indirect golang.org/x/time v0.5.0 // indirect - gopkg.in/yaml.v3 v3.0.1 // indirect )