From f72933280c4aecf511639b4c5af14bc9bf05fe86 Mon Sep 17 00:00:00 2001 From: tursom Date: Sun, 12 Mar 2023 03:58:25 +0800 Subject: [PATCH] update dependence version --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index a572278..a31b53b 100644 --- a/go.mod +++ b/go.mod @@ -4,5 +4,5 @@ go 1.19 require ( github.com/petermattis/goid v0.0.0-20220302125637-5f11c28912df - github.com/timandy/routine v1.0.9 + github.com/timandy/routine v1.1.1 )