Skip to content

Commit

Permalink
chore(signatures): bump go.mod and go.sum
Browse files Browse the repository at this point in the history
Bump go minimum version to 1.22.0.
  • Loading branch information
geyslan committed Jun 7, 2024
1 parent 94ae61c commit b99be7a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion signatures/helpers/go.mod
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module github.com/aquasecurity/tracee/signatures/helpers

go 1.21
go 1.22

require github.com/aquasecurity/tracee/types v0.0.0-20240122122429-7f84f526758d
10 changes: 10 additions & 0 deletions signatures/helpers/go.sum
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
github.com/aquasecurity/tracee/types v0.0.0-20240516183844-a458fa9f6e77 h1:eukEbFjvwaXKMHz2rCCbjzdO1CYdLlvNQdwDXPglnoI=
github.com/aquasecurity/tracee/types v0.0.0-20240516183844-a458fa9f6e77/go.mod h1:J0f9nzJWrFmFgMoK0s4Yirfh82vfKMatXytd1YdfU2I=
github.com/davecgh/go-spew v1.1.0 h1:ZDRjVQ15GmhC3fiQ8ni8+OwkZQO4DARzQgrnXU1Liz8=
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
github.com/stretchr/testify v1.7.0 h1:nwc3DEeHmmLAfoZucVR881uASk0Mfjw8xYJ99tb5CcY=
github.com/stretchr/testify v1.7.0/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg=
gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=
gopkg.in/yaml.v3 v3.0.1/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=

0 comments on commit b99be7a

Please sign in to comment.