File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ package inspect
2020
2121import (
2222 "bytes"
23+ "context"
2324 "fmt"
2425 "testing"
2526
@@ -29,7 +30,6 @@ import (
2930 "github.com/spf13/cobra"
3031 "github.com/stretchr/testify/assert"
3132 "github.com/stretchr/testify/mock"
32- "golang.org/x/net/context"
3333
3434 "github.com/conforma/cli/cmd/root"
3535 "github.com/conforma/cli/internal/policy/source"
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ require (
4848 github.com/testcontainers/testcontainers-go/modules/registry v0.34.0
4949 golang.org/x/benchmarks v0.0.0-20241115175113-a2b48b605b42
5050 golang.org/x/exp v0.0.0-20250408133849-7e4ce0ab07d0
51- golang.org/x/net v0.49.0
51+ golang.org/x/net v0.49.0 // indirect
5252 golang.org/x/sync v0.19.0
5353 k8s.io/apiextensions-apiserver v0.34.2
5454 k8s.io/apimachinery v0.34.2
You can’t perform that action at this time.
0 commit comments