Skip to content

Commit

Permalink
chore: run go.mod tidy
Browse files Browse the repository at this point in the history
Signed-off-by: Fabrizio Sestito <fabrizio.sestito@suse.com>
  • Loading branch information
fabriziosestito committed Jun 5, 2024
1 parent 1a5a9db commit f05ed95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ require github.com/wapc/wapc-guest-tinygo v0.3.3
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/go-openapi/strfmt v0.21.3 // indirect
github.com/google/go-cmp v0.6.0 // indirect
github.com/opencontainers/go-digest v1.0.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/stretchr/objx v0.5.2 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)

require (
github.com/google/go-cmp v0.6.0
github.com/kubewarden/k8s-objects v1.29.0-kw1
github.com/opencontainers/go-digest v1.0.0
github.com/opencontainers/image-spec v1.1.0
github.com/stretchr/testify v1.9.0
)
Expand Down

0 comments on commit f05ed95

Please sign in to comment.