From 4d6c8744e5ff6d7346eee3bf567e3980f9e93a7c Mon Sep 17 00:00:00 2001 From: john Date: Sat, 25 Jul 2020 15:31:51 +0800 Subject: [PATCH] upgrade mxj --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index aefe27958..40dbb46ba 100644 --- a/go.mod +++ b/go.mod @@ -4,7 +4,7 @@ go 1.11 require ( github.com/BurntSushi/toml v0.3.1 - github.com/clbanning/mxj v1.8.4 + github.com/clbanning/mxj v1.8.5-0.20200714211355-ff02cfb8ea28 github.com/fsnotify/fsnotify v1.4.7 github.com/go-sql-driver/mysql v1.5.0 github.com/gomodule/redigo v2.0.0+incompatible