From d74106b6ceb8927473db9782bb5a433ac1b55524 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=A3=8E=E8=B5=B7?= <37897216+wikiZ@users.noreply.github.com> Date: Thu, 21 Jul 2022 16:11:16 +0800 Subject: [PATCH] Update go.mod --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 9f22265..2c83f0e 100644 --- a/go.mod +++ b/go.mod @@ -7,7 +7,7 @@ require ( github.com/axgle/mahonia v0.0.0-20180208002826-3358181d7394 github.com/go-ini/ini v1.66.4 github.com/go-resty/resty/v2 v2.7.0 - github.com/wikiZ/go-logger v0.0.0-20201128041628-4404a90d93ec + github.com/phachon/go-logger v0.0.0-20191215032019-86e4227f71ea github.com/sleeyax/ja3rp v0.0.1 github.com/stretchr/testify v1.7.1 // indirect github.com/tidwall/gjson v1.14.1