From 7ee7e21631a165b3475d30231c3964a1f580cdf3 Mon Sep 17 00:00:00 2001 From: shaoying Date: Sat, 28 Dec 2019 18:34:53 +0800 Subject: [PATCH] opt tag --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index d36e128b..3f7008d2 100644 --- a/go.mod +++ b/go.mod @@ -5,5 +5,5 @@ go 1.13 require ( github.com/gomarkdown/markdown v0.0.0-20191207194928-fbea82c4bb03 github.com/gorilla/websocket v1.4.1 - github.com/shylinux/toolkits v0.0.1 + github.com/shylinux/toolkits v0.1.0 )