Skip to content

Commit

Permalink
chore(deps): update dependency go to v1.23.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 7, 2024
1 parent e684dab commit f64f277
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion cmd/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/siyul-park/uniflow/cmd

go 1.23.3
go 1.23.4

require (
github.com/go-faker/faker/v4 v4.5.0
Expand Down
2 changes: 1 addition & 1 deletion driver/mongo/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/siyul-park/uniflow/driver/mongo

go 1.23.3
go 1.23.4

require (
github.com/go-faker/faker/v4 v4.5.0
Expand Down
2 changes: 1 addition & 1 deletion ext/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/siyul-park/uniflow/ext

go 1.23.3
go 1.23.4

require (
github.com/andybalholm/brotli v1.1.1
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/siyul-park/uniflow

go 1.23.3
go 1.23.4

require (
github.com/benbjohnson/immutable v0.4.3
Expand Down

0 comments on commit f64f277

Please sign in to comment.