From 7b5213ddddd474947aa228864262351dd767ebb8 Mon Sep 17 00:00:00 2001 From: Valery Piashchynski Date: Wed, 8 May 2024 12:27:32 +0200 Subject: [PATCH] chore(deps): update dependencies --- go.mod | 2 +- go.work | 2 +- tests/go.mod | 4 +--- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/go.mod b/go.mod index e8b85c6..df8a2fa 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/roadrunner-server/memcached/v4 -go 1.22.2 +go 1.22.3 require ( github.com/bradfitz/gomemcache v0.0.0-20230905024940-24af94b03874 diff --git a/go.work b/go.work index 639cac6..56fea0c 100644 --- a/go.work +++ b/go.work @@ -1,4 +1,4 @@ -go 1.22.2 +go 1.22.3 use ( . diff --git a/tests/go.mod b/tests/go.mod index c735f7d..69e7130 100644 --- a/tests/go.mod +++ b/tests/go.mod @@ -1,8 +1,6 @@ module tests -go 1.22.2 - -toolchain go1.22.3 +go 1.22.3 require ( github.com/roadrunner-server/api/v4 v4.12.0