Skip to content

Commit

Permalink
build(deps): update module github.com/go-crypt/x to v0.2.11 (#38)
Browse files Browse the repository at this point in the history
Signed-off-by: James Elliott <james-d-elliott@users.noreply.github.com>
  • Loading branch information
james-d-elliott authored Feb 9, 2024
1 parent 8ef2e16 commit 98c9eca
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
module github.com/go-crypt/crypt

go 1.22.0
go 1.21

require (
github.com/go-crypt/x v0.2.10
github.com/go-crypt/x v0.2.11
github.com/stretchr/testify v1.8.4
)

Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/go-crypt/x v0.2.10 h1:1HUg/trN+N0klQwRrNGbYWBQivMpxsAtB3iV7DkaieA=
github.com/go-crypt/x v0.2.10/go.mod h1:dC3HHExtRwOvKc2pvANB3W564Af1yEA/H0ki+przj1o=
github.com/go-crypt/x v0.2.11 h1:Y1+AaYaupnYkkJ9idAVhSvIh/VFQXj/yibV62wEI4S4=
github.com/go-crypt/x v0.2.11/go.mod h1:dpKMsCNO6vB9rAlGb1dJTTrJ6G/0lvl0+Dh5eY7AGYI=
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.8.4 h1:CcVxjf3Q8PM0mHUKJCdn+eZZtm5yQwehR5yeSVQQcUk=
Expand Down

0 comments on commit 98c9eca

Please sign in to comment.