From 3e0c38d15fc30edb138dda8d0c7f246478322c1c Mon Sep 17 00:00:00 2001 From: Michael Li Date: Thu, 22 Dec 2022 09:53:42 +0800 Subject: [PATCH] upgrade github.com/alimy/mir/v3 => v3.0.0-beta.1 --- go.mod | 2 +- go.sum | 4 ++-- mirc/main.go | 2 +- mirc/{ => web}/v1/localoss.go | 0 mirc/{ => web}/v1/web_admin.go | 0 mirc/{ => web}/v1/web_alipay.go | 0 mirc/{ => web}/v1/web_core.go | 0 mirc/{ => web}/v1/web_followship.go | 0 mirc/{ => web}/v1/web_friendship.go | 0 mirc/{ => web}/v1/web_loose.go | 0 mirc/{ => web}/v1/web_priv.go | 0 mirc/{ => web}/v1/web_pub.go | 0 12 files changed, 4 insertions(+), 4 deletions(-) rename mirc/{ => web}/v1/localoss.go (100%) rename mirc/{ => web}/v1/web_admin.go (100%) rename mirc/{ => web}/v1/web_alipay.go (100%) rename mirc/{ => web}/v1/web_core.go (100%) rename mirc/{ => web}/v1/web_followship.go (100%) rename mirc/{ => web}/v1/web_friendship.go (100%) rename mirc/{ => web}/v1/web_loose.go (100%) rename mirc/{ => web}/v1/web_priv.go (100%) rename mirc/{ => web}/v1/web_pub.go (100%) diff --git a/go.mod b/go.mod index eee36fdb..6c7efd3b 100644 --- a/go.mod +++ b/go.mod @@ -6,7 +6,7 @@ require ( github.com/Masterminds/semver/v3 v3.1.1 github.com/afocus/captcha v0.0.0-20191010092841-4bd1f21c8868 github.com/alimy/cfg v0.3.0 - github.com/alimy/mir/v3 v3.0.0-alpha.7 + github.com/alimy/mir/v3 v3.0.0-beta.1 github.com/aliyun/aliyun-oss-go-sdk v2.2.2+incompatible github.com/allegro/bigcache/v3 v3.0.2 github.com/bytedance/sonic v1.5.0 diff --git a/go.sum b/go.sum index ca0a32cb..d6798787 100644 --- a/go.sum +++ b/go.sum @@ -147,8 +147,8 @@ github.com/alexflint/go-filemutex v0.0.0-20171022225611-72bdc8eae2ae/go.mod h1:C github.com/alexflint/go-filemutex v1.1.0/go.mod h1:7P4iRhttt/nUvUOrYIhcpMzv2G6CY9UnI16Z+UJqRyk= github.com/alimy/cfg v0.3.0 h1:9xgA0QWVCPSq9fFNRcYahVCAX22IL9ts2wrTQPfAStY= github.com/alimy/cfg v0.3.0/go.mod h1:rOxbasTH2srl6StAjNF5Vyi8bfrdkl3fLGmOYtSw81c= -github.com/alimy/mir/v3 v3.0.0-alpha.7 h1:CuT+wx8KuwgPjzNz5AUDlobqSgFOWNvyzF2tBXm7Hek= -github.com/alimy/mir/v3 v3.0.0-alpha.7/go.mod h1:ybhT2ijOiDn0lLwWzIY6vXdv+uzZrctS7VFfczcXBWU= +github.com/alimy/mir/v3 v3.0.0-beta.1 h1:ZSbclyf9XRw1nMrndLnyCvDUqHvWvBx2Z1XSsHllvoQ= +github.com/alimy/mir/v3 v3.0.0-beta.1/go.mod h1:ybhT2ijOiDn0lLwWzIY6vXdv+uzZrctS7VFfczcXBWU= github.com/aliyun/aliyun-oss-go-sdk v2.2.2+incompatible h1:9gWa46nstkJ9miBReJcN8Gq34cBFbzSpQZVVT9N09TM= github.com/aliyun/aliyun-oss-go-sdk v2.2.2+incompatible/go.mod h1:T/Aws4fEfogEE9v+HPhhw+CntffsBHJ8nXQCwKr0/g8= github.com/allegro/bigcache v1.2.1-0.20190218064605-e24eb225f156/go.mod h1:Cb/ax3seSYIx7SuZdm2G2xzfwmv3TPSk2ucNfQESPXM= diff --git a/mirc/main.go b/mirc/main.go index 9136d986..1ec56e76 100644 --- a/mirc/main.go +++ b/mirc/main.go @@ -14,7 +14,7 @@ import ( _ "github.com/rocboss/paopao-ce/mirc/bot/v1" _ "github.com/rocboss/paopao-ce/mirc/localoss/v1" _ "github.com/rocboss/paopao-ce/mirc/space/v1" - _ "github.com/rocboss/paopao-ce/mirc/v1" + _ "github.com/rocboss/paopao-ce/mirc/web/v1" ) //go:generate go run main.go diff --git a/mirc/v1/localoss.go b/mirc/web/v1/localoss.go similarity index 100% rename from mirc/v1/localoss.go rename to mirc/web/v1/localoss.go diff --git a/mirc/v1/web_admin.go b/mirc/web/v1/web_admin.go similarity index 100% rename from mirc/v1/web_admin.go rename to mirc/web/v1/web_admin.go diff --git a/mirc/v1/web_alipay.go b/mirc/web/v1/web_alipay.go similarity index 100% rename from mirc/v1/web_alipay.go rename to mirc/web/v1/web_alipay.go diff --git a/mirc/v1/web_core.go b/mirc/web/v1/web_core.go similarity index 100% rename from mirc/v1/web_core.go rename to mirc/web/v1/web_core.go diff --git a/mirc/v1/web_followship.go b/mirc/web/v1/web_followship.go similarity index 100% rename from mirc/v1/web_followship.go rename to mirc/web/v1/web_followship.go diff --git a/mirc/v1/web_friendship.go b/mirc/web/v1/web_friendship.go similarity index 100% rename from mirc/v1/web_friendship.go rename to mirc/web/v1/web_friendship.go diff --git a/mirc/v1/web_loose.go b/mirc/web/v1/web_loose.go similarity index 100% rename from mirc/v1/web_loose.go rename to mirc/web/v1/web_loose.go diff --git a/mirc/v1/web_priv.go b/mirc/web/v1/web_priv.go similarity index 100% rename from mirc/v1/web_priv.go rename to mirc/web/v1/web_priv.go diff --git a/mirc/v1/web_pub.go b/mirc/web/v1/web_pub.go similarity index 100% rename from mirc/v1/web_pub.go rename to mirc/web/v1/web_pub.go