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 )