chore: rename module to uppercase

This commit is contained in:
technofab 2025-12-14 15:23:19 +01:00
parent 5a7053afcb
commit 318b903d12
Signed by: technofab
SSH key fingerprint: SHA256:bV4h88OqS/AxjbPn66uUdvK9JsgIW4tv3vwJQ8tpMqQ
14 changed files with 28 additions and 28 deletions

View file

@ -3,14 +3,14 @@ package main
import (
"os"
"gitlab.com/technofab/nixtest/internal/config"
appnix "gitlab.com/technofab/nixtest/internal/nix"
"gitlab.com/technofab/nixtest/internal/report/console"
"gitlab.com/technofab/nixtest/internal/report/junit"
"gitlab.com/technofab/nixtest/internal/runner"
appsnap "gitlab.com/technofab/nixtest/internal/snapshot"
"gitlab.com/technofab/nixtest/internal/types"
"gitlab.com/technofab/nixtest/internal/util"
"gitlab.com/TECHNOFAB/nixtest/internal/config"
appnix "gitlab.com/TECHNOFAB/nixtest/internal/nix"
"gitlab.com/TECHNOFAB/nixtest/internal/report/console"
"gitlab.com/TECHNOFAB/nixtest/internal/report/junit"
"gitlab.com/TECHNOFAB/nixtest/internal/runner"
appsnap "gitlab.com/TECHNOFAB/nixtest/internal/snapshot"
"gitlab.com/TECHNOFAB/nixtest/internal/types"
"gitlab.com/TECHNOFAB/nixtest/internal/util"
"github.com/rs/zerolog"
"github.com/rs/zerolog/log"