From 2bfa772eeca5cf5cd960f0e7f06cf7c7577a6f82 Mon Sep 17 00:00:00 2001 From: Jay Date: Wed, 27 Mar 2024 11:35:52 +0000 Subject: [PATCH] Add go strings pkg. --- trusted_os/main.go | 1 + 1 file changed, 1 insertion(+) diff --git a/trusted_os/main.go b/trusted_os/main.go index ddbc923..a241377 100644 --- a/trusted_os/main.go +++ b/trusted_os/main.go @@ -23,6 +23,7 @@ import ( "log" "os" "runtime" + "strings" "time" "github.com/coreos/go-semver/semver"