Skip to content

Commit

Permalink
chore(deps): update dependency go to v1.23.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 17, 2025
1 parent b3218b5 commit 48424e3
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.4
go 1.23.5

require (
github.com/charmbracelet/bubbles v0.20.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.4
go 1.23.5

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.4
go 1.23.5

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.4
go 1.23.5

require (
github.com/go-faker/faker/v4 v4.5.0
Expand Down

0 comments on commit 48424e3

Please sign in to comment.