From f8c0c34cfe94745448942c34ff4a5fceb3690a4e Mon Sep 17 00:00:00 2001 From: scorpiotzh <835598264@qq.com> Date: Thu, 11 Aug 2022 11:21:11 +0800 Subject: [PATCH] feat: update lib --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 17842f96..055a35e3 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module das_sub_account go 1.16 require ( - github.com/dotbitHQ/das-lib v1.0.1-0.20220808121000-2a269b4924e9 + github.com/dotbitHQ/das-lib v1.0.1-0.20220811023155-80cb374d8e28 github.com/elazarl/goproxy v0.0.0-20220115173737-adb46da277ac // indirect github.com/fsnotify/fsnotify v1.4.9 github.com/gin-gonic/gin v1.7.2 diff --git a/go.sum b/go.sum index 0864a400..5a30db20 100644 --- a/go.sum +++ b/go.sum @@ -105,8 +105,8 @@ github.com/dnaeon/go-vcr v1.2.0/go.mod h1:R4UdLID7HZT3taECzJs4YgbbH6PIGXB6W/sc5O github.com/docker/docker v1.4.2-0.20180625184442-8e610b2b55bf/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk= github.com/dop251/goja v0.0.0-20211011172007-d99e4b8cbf48/go.mod h1:R9ET47fwRVRPZnOGvHxxhuZcbrMCuiqOz3Rlrh4KSnk= github.com/dop251/goja_nodejs v0.0.0-20210225215109-d91c329300e7/go.mod h1:hn7BA7c8pLvoGndExHudxTDKZ84Pyvv+90pbBjbTz0Y= -github.com/dotbitHQ/das-lib v1.0.1-0.20220808121000-2a269b4924e9 h1:jjDtet+ljoVKUegaRwZfm/D1+N5jqTpVdb8IzCstGzc= -github.com/dotbitHQ/das-lib v1.0.1-0.20220808121000-2a269b4924e9/go.mod h1:nxmnsMZinmIR9K4BtL/UumixgWhwWnf61tasNeRjqZE= +github.com/dotbitHQ/das-lib v1.0.1-0.20220811023155-80cb374d8e28 h1:veDUnYJFvun+hLWOjz2Ipev7XrDeplWLAvJTsJFT4ck= +github.com/dotbitHQ/das-lib v1.0.1-0.20220811023155-80cb374d8e28/go.mod h1:nxmnsMZinmIR9K4BtL/UumixgWhwWnf61tasNeRjqZE= github.com/eclipse/paho.mqtt.golang v1.2.0/go.mod h1:H9keYFcgq3Qr5OUJm/JZI/i6U7joQ8SYLhZwfeOo6Ts= github.com/edsrzf/mmap-go v1.0.0/go.mod h1:YO35OhQPt3KJa3ryjFM5Bs14WD66h8eGKpfaBNrHW5M= github.com/elazarl/goproxy v0.0.0-20220115173737-adb46da277ac h1:XDAn206aIqKPdF5YczuuJXSQPx+WOen0Pxbxp5Fq8Pg=