From bff10e53449187f2640df5ea243ada962eebe1b2 Mon Sep 17 00:00:00 2001 From: shaoying Date: Sat, 28 Dec 2019 18:23:45 +0800 Subject: [PATCH] opt some --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 9e008bfa..d36e128b 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.0-20191225132906-3c11db083b5b + github.com/shylinux/toolkits v0.0.1 )