Skip to content

Commit

Permalink
dep(pkg/strings/humanize): update go.mod deps
Browse files Browse the repository at this point in the history
Signed-off-by: Marko Kungla <[email protected]>
  • Loading branch information
mkungla committed Feb 5, 2024
1 parent 9b19e06 commit dc93f56
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion go.work.sum
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
github.com/dustin/go-humanize v1.0.1/go.mod h1:Mu1zIs6XwVuF/gI1OepvI0qD18qycQx+mFykh5fBlto=
github.com/happy-sdk/happy v0.16.0/go.mod h1:+loVQxCk/FehXvpiocsGuGBI13Z49BzzrGgaOMaU9Vk=
github.com/happy-sdk/happy-go/devel/testutils v0.3.0 h1:DAbUWDZ4m2D052/+uKrtIVQU3bQmUkD4wfPRcQzfNkk=
github.com/happy-sdk/happy-go/devel/testutils v0.3.0/go.mod h1:7LUvV4q/cL0QiNV9c/5paeJJaUZUh7HsiIU3e+TWAEo=
github.com/happy-sdk/happy/pkg/devel/testutils v0.5.0/go.mod h1:RhJucLCtEYMceBiIex9+9YmR05q0zs9qchSLnUDdFeY=
github.com/yuin/goldmark v1.4.13/go.mod h1:6yULJ656Px+3vBD8DxQVa3kxgyrAnzto9xy5taEt/CY=
golang.org/x/mod v0.8.0 h1:LUYupSeNrTNCGzR/hVBk2NHZO4hXcVaW1k4Qx7rjPx8=
golang.org/x/mod v0.8.0/go.mod h1:iBbtSCu2XBx23ZKBPSOrRkjjQPZFPuis4dIYUhu/chs=
Expand Down
2 changes: 1 addition & 1 deletion pkg/strings/humanize/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ module github.com/happy-sdk/happy/pkg/strings/humanize

go 1.21.5

require github.com/happy-sdk/happy/pkg/devel/testutils v0.5.0
require github.com/happy-sdk/happy/pkg/devel/testutils v0.6.0
2 changes: 2 additions & 0 deletions pkg/strings/humanize/go.sum
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
github.com/happy-sdk/happy/pkg/devel/testutils v0.6.0 h1:0JZqOzQNWzfD6RVYKe8f3UETg4E8PRcp4wsMJ7z5/wQ=
github.com/happy-sdk/happy/pkg/devel/testutils v0.6.0/go.mod h1:RhJucLCtEYMceBiIex9+9YmR05q0zs9qchSLnUDdFeY=

0 comments on commit dc93f56

Please sign in to comment.