From f4bea25fedea1a8c8a8a7708646ab42717a2e5fe Mon Sep 17 00:00:00 2001 From: Valery Piashchynski Date: Fri, 6 Sep 2024 11:07:23 +0200 Subject: [PATCH] chore(deps): update dependencies --- go.mod | 2 +- tests/go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/go.mod b/go.mod index a50aced..09bb166 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/roadrunner-server/endure/v2 go 1.23 -toolchain go1.23.0 +toolchain go1.23.1 require ( github.com/fatih/color v1.17.0 diff --git a/tests/go.mod b/tests/go.mod index 007d401..146d195 100644 --- a/tests/go.mod +++ b/tests/go.mod @@ -2,7 +2,7 @@ module github.com/roadrunner-server/endure/v2/tests go 1.23 -toolchain go1.23.0 +toolchain go1.23.1 replace github.com/roadrunner-server/endure/v2 => ../