chore: rename module to uppercase

This commit is contained in:
technofab 2025-12-14 15:23:19 +01:00
parent 5a7053afcb
commit 318b903d12
No known key found for this signature in database
14 changed files with 28 additions and 28 deletions

View file

@ -9,10 +9,10 @@ import (
"time"
"github.com/rs/zerolog/log"
"gitlab.com/technofab/nixtest/internal/nix"
"gitlab.com/technofab/nixtest/internal/snapshot"
"gitlab.com/technofab/nixtest/internal/types"
"gitlab.com/technofab/nixtest/internal/util"
"gitlab.com/TECHNOFAB/nixtest/internal/nix"
"gitlab.com/TECHNOFAB/nixtest/internal/snapshot"
"gitlab.com/TECHNOFAB/nixtest/internal/types"
"gitlab.com/TECHNOFAB/nixtest/internal/util"
)
// Runner executes tests based on provided specifications and configuration