Skip to content

Commit c992e7d

Browse files
committed
Fix linting issue
1 parent a453d89 commit c992e7d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cmd/inspect/inspect_policy_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ package inspect
2020

2121
import (
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"

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)