From 43d1ddfeb8ff86010006c5119a31c9466530615f Mon Sep 17 00:00:00 2001 From: brent saner Date: Thu, 27 Jun 2024 16:36:45 -0400 Subject: [PATCH] v1.4.1 FIX: * missing dep for windows env --- envs/utils_windows.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/envs/utils_windows.go b/envs/utils_windows.go index 3634560..f891c41 100644 --- a/envs/utils_windows.go +++ b/envs/utils_windows.go @@ -3,6 +3,8 @@ package envs import ( + "os" + "golang.org/x/sys/windows/registry" )