From 17aeaf1353e8003aba2b6faab4e0f7580794a9a2 Mon Sep 17 00:00:00 2001 From: Kasper Juul Hermansen Date: Tue, 29 Aug 2023 22:09:30 +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..87feda9 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.0 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 )