From 06161856dc63550f85e44644e336689bf8288c1f Mon Sep 17 00:00:00 2001 From: Kasper Juul Hermansen Date: Tue, 5 Sep 2023 19:26:45 +0000 Subject: [PATCH] Update all dependencies --- go.mod | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index c47e7f3..d0e238c 100644 --- a/go.mod +++ b/go.mod @@ -4,10 +4,10 @@ go 1.19 require ( github.com/hashicorp/go-hclog v1.5.0 - github.com/hashicorp/go-plugin v1.4.9 + github.com/hashicorp/go-plugin v1.5.1 github.com/spf13/cobra v1.7.0 - github.com/stretchr/testify v1.8.2 - golang.org/x/sync v0.2.0 + github.com/stretchr/testify v1.8.4 + golang.org/x/sync v0.3.0 gopkg.in/yaml.v3 v3.0.1 )