run goimports -local against the entire codebase

Signed-off-by: Tariq Ibrahim <tibrahim@nvidia.com>
Signed-off-by: Evan Lezar <elezar@nvidia.com>
This commit is contained in:
Tariq Ibrahim
2023-11-30 17:10:10 -08:00
committed by Evan Lezar
parent 5c78e2b7e6
commit 7627d48a5c
93 changed files with 215 additions and 115 deletions

View File

@@ -20,9 +20,10 @@ import (
"errors"
"testing"
"github.com/NVIDIA/nvidia-container-toolkit/internal/discover"
"github.com/stretchr/testify/require"
"github.com/NVIDIA/nvidia-container-toolkit/internal/discover"
testlog "github.com/sirupsen/logrus/hooks/test"
)