summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-22 10:17:51 -0500
committerJeff Carr <[email protected]>2025-10-22 10:17:51 -0500
commitde85934267a150290d4ffff052027a3363f3ce10 (patch)
tree50dd9fc058861dac34b0f630fd141199be5a00bc
parent965542b03bc18d5c8e6c4db13088f4a538da55a8 (diff)
using ENV
-rw-r--r--config.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.go b/config.go
index f91b1a1..eb70086 100644
--- a/config.go
+++ b/config.go
@@ -8,6 +8,7 @@ import (
"os"
"path/filepath"
+ "go.wit.com/lib/ENV"
"go.wit.com/lib/config"
"go.wit.com/lib/protobuf/forgepb"
"go.wit.com/log"