From 4704b8fbcf7e8b11ccf24f0e64d0cd7426ad035d Mon Sep 17 00:00:00 2001 From: Adnan Maolood Date: Thu, 17 Dec 2020 17:07:00 -0500 Subject: [PATCH] Add missing imports --- cert.go | 1 + tofu.go | 1 + 2 files changed, 2 insertions(+) diff --git a/cert.go b/cert.go index d129b6d..c2c0c5e 100644 --- a/cert.go +++ b/cert.go @@ -15,6 +15,7 @@ import ( "os" "path/filepath" "strings" + "sync" "time" ) diff --git a/tofu.go b/tofu.go index b410863..44b4648 100644 --- a/tofu.go +++ b/tofu.go @@ -8,6 +8,7 @@ import ( "os" "strconv" "strings" + "sync" "time" )