Skip to content

Commit

Permalink
updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rickb777 committed Jul 12, 2024
1 parent 02b87e1 commit 9a7458e
Show file tree
Hide file tree
Showing 2 changed files with 94 additions and 17 deletions.
11 changes: 5 additions & 6 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
module github.com/rickb777/date

require (
github.com/onsi/gomega v1.27.10
github.com/rickb777/plural v1.4.1
golang.org/x/text v0.13.0
github.com/onsi/gomega v1.33.1
github.com/rickb777/plural v1.4.2
golang.org/x/text v0.16.0
)

require (
github.com/google/go-cmp v0.5.9 // indirect
golang.org/x/net v0.15.0 // indirect
golang.org/x/tools v0.13.0 // indirect
github.com/google/go-cmp v0.6.0 // indirect
golang.org/x/net v0.27.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)

Expand Down
Loading

0 comments on commit 9a7458e

Please sign in to comment.