From 937e9b473489f47c98f2b6c3f36d9c607cb2b2ad Mon Sep 17 00:00:00 2001 From: Amir Aslamov Date: Wed, 20 Nov 2024 15:32:37 -0500 Subject: [PATCH] go mod tidy --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index e0e4d40..d80899b 100644 --- a/go.mod +++ b/go.mod @@ -7,6 +7,7 @@ require ( github.com/google/uuid v1.3.0 github.com/hashicorp/cli v1.1.6 github.com/hashicorp/hcp-sdk-go v0.75.0 + github.com/mitchellh/go-homedir v1.1.0 github.com/stretchr/testify v1.8.4 golang.org/x/oauth2 v0.14.0 ) @@ -43,7 +44,6 @@ require ( github.com/mattn/go-isatty v0.0.20 // indirect github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db // indirect github.com/mitchellh/copystructure v1.0.0 // indirect - github.com/mitchellh/go-homedir v1.1.0 // indirect github.com/mitchellh/mapstructure v1.5.0 // indirect github.com/mitchellh/reflectwalk v1.0.0 // indirect github.com/oklog/ulid v1.3.1 // indirect