From 890906c3b72da19207d980c54f070baf3d6cfa59 Mon Sep 17 00:00:00 2001 From: Keloran Date: Fri, 28 Jun 2024 21:57:06 +0100 Subject: [PATCH 1/2] updated deps --- go.mod | 1 - 1 file changed, 1 deletion(-) diff --git a/go.mod b/go.mod index 9eaf8b7..434eb0e 100644 --- a/go.mod +++ b/go.mod @@ -7,7 +7,6 @@ toolchain go1.22.2 require ( github.com/bugfixes/go-bugfixes v0.12.18 github.com/hashicorp/vault/api v1.14.0 - github.com/stretchr/testify v1.9.0 ) require ( From 547f977a00846bccb1bfd70b23ef84c5afd972e7 Mon Sep 17 00:00:00 2001 From: Keloran Date: Fri, 28 Jun 2024 21:57:55 +0100 Subject: [PATCH 2/2] updated deps --- go.mod | 1 + 1 file changed, 1 insertion(+) diff --git a/go.mod b/go.mod index 434eb0e..9eaf8b7 100644 --- a/go.mod +++ b/go.mod @@ -7,6 +7,7 @@ toolchain go1.22.2 require ( github.com/bugfixes/go-bugfixes v0.12.18 github.com/hashicorp/vault/api v1.14.0 + github.com/stretchr/testify v1.9.0 ) require (