From e5d42fa06167fa2944a28120f3bd9c4f53ac87ba Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 18:09:26 +0000 Subject: [PATCH] chore(deps): update dependency go to v1.23.2 --- cmd/go.mod | 2 +- driver/mongo/go.mod | 2 +- ext/go.mod | 2 +- go.mod | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/cmd/go.mod b/cmd/go.mod index 4fbbbb92..9414888d 100644 --- a/cmd/go.mod +++ b/cmd/go.mod @@ -1,6 +1,6 @@ module github.com/siyul-park/uniflow/cmd -go 1.23.1 +go 1.23.2 require ( github.com/go-faker/faker/v4 v4.5.0 diff --git a/driver/mongo/go.mod b/driver/mongo/go.mod index ad892e8d..3075f2c5 100644 --- a/driver/mongo/go.mod +++ b/driver/mongo/go.mod @@ -1,6 +1,6 @@ module github.com/siyul-park/uniflow/driver/mongo -go 1.23.1 +go 1.23.2 require ( github.com/go-faker/faker/v4 v4.5.0 diff --git a/ext/go.mod b/ext/go.mod index e5639e3e..6dd08d36 100644 --- a/ext/go.mod +++ b/ext/go.mod @@ -1,6 +1,6 @@ module github.com/siyul-park/uniflow/ext -go 1.23.1 +go 1.23.2 require ( github.com/andybalholm/brotli v1.1.0 diff --git a/go.mod b/go.mod index 47fd7891..80e2bfb3 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/siyul-park/uniflow -go 1.23.1 +go 1.23.2 require ( github.com/benbjohnson/immutable v0.4.3