Skip to content

Commit

Permalink
update go.mod
Browse files Browse the repository at this point in the history
  • Loading branch information
cpanato committed Mar 4, 2024
1 parent 848f0ce commit 1a99f2a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 1 addition & 3 deletions go.mod
@@ -1,8 +1,6 @@
module github.com/wolfi-dev/wolfictl

go 1.21.3

toolchain go1.21.5
go 1.21.7

require (
chainguard.dev/apko v0.14.1-0.20240227175428-53cb29ff83c9
Expand Down
1 change: 1 addition & 0 deletions pkg/advisory/import_test.go
Expand Up @@ -6,6 +6,7 @@ import (
"testing"

"github.com/stretchr/testify/require"

v2 "github.com/wolfi-dev/wolfictl/pkg/configs/advisory/v2"
rwos "github.com/wolfi-dev/wolfictl/pkg/configs/rwfs/os"
)
Expand Down

0 comments on commit 1a99f2a

Please sign in to comment.