From fbed37c3439fafdfcd8b7893312f3e26f39b782f Mon Sep 17 00:00:00 2001 From: shaoying Date: Fri, 7 Aug 2020 17:30:22 +0800 Subject: [PATCH] add tags --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 01e046ba..9fc04538 100644 --- a/go.mod +++ b/go.mod @@ -6,7 +6,7 @@ require ( github.com/gomodule/redigo v2.0.0+incompatible // indirect github.com/gorilla/websocket v1.4.2 github.com/nareix/joy4 v0.0.0-20200507095837-05a4ffbb5369 - github.com/shylinux/toolkits v0.1.6 + github.com/shylinux/toolkits v0.1.7 github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e github.com/tuotoo/qrcode v0.0.0-20190222102259-ac9c44189bf2 )