This is an automated email from the ASF dual-hosted git repository.
kumfo pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-answer-plugins.git
The following commit(s) were added to refs/heads/main by this push:
new 52b6549 feat(embed): update version
52b6549 is described below
commit 52b65495085d184fa5bf8adedde3dc7d5d41843d
Author: kumfo <[email protected]>
AuthorDate: Mon Sep 23 11:24:42 2024 +0800
feat(embed): update version
---
embed-basic/go.mod | 4 ++--
embed-basic/go.sum | 4 ++--
embed-basic/info.yaml | 2 +-
3 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/embed-basic/go.mod b/embed-basic/go.mod
index 6d0bf24..c20f43b 100644
--- a/embed-basic/go.mod
+++ b/embed-basic/go.mod
@@ -3,8 +3,9 @@ module github.com/apache/incubator-answer-plugins/embed-basic
go 1.19
require (
- github.com/apache/incubator-answer v1.3.6
+ github.com/apache/incubator-answer v1.4.0
github.com/apache/incubator-answer-plugins/util v1.0.2
+ github.com/gin-gonic/gin v1.9.1
)
require (
@@ -14,7 +15,6 @@ require (
github.com/chenzhuoyu/base64x v0.0.0-20221115062448-fe3a3abad311 //
indirect
github.com/gabriel-vasile/mimetype v1.4.2 // indirect
github.com/gin-contrib/sse v0.1.0 // indirect
- github.com/gin-gonic/gin v1.9.1 // indirect
github.com/go-playground/locales v0.14.1 // indirect
github.com/go-playground/universal-translator v0.18.1 // indirect
github.com/go-playground/validator/v10 v10.14.0 // indirect
diff --git a/embed-basic/go.sum b/embed-basic/go.sum
index 02955db..309afe1 100644
--- a/embed-basic/go.sum
+++ b/embed-basic/go.sum
@@ -2,8 +2,8 @@ github.com/BurntSushi/toml v1.0.0
h1:dtDWrepsVPfW9H/4y7dDgFc2MBUSeJhlaDtK13CxFlU
github.com/BurntSushi/toml v1.0.0/go.mod
h1:CxXYINrC8qIiEnFrOxCa7Jy5BFHlXnUU2pbicEuybxQ=
github.com/LinkinStars/go-i18n/v2 v2.2.2
h1:ZfjpzbW13dv6btv3RALKZkpN9A+7K1JA//2QcNeWaxU=
github.com/LinkinStars/go-i18n/v2 v2.2.2/go.mod
h1:hLglSJ4/3M0Y7ZVcoEJI+OwqkglHCA32DdjuJJR2LbM=
-github.com/apache/incubator-answer v1.3.6
h1:OddJdWqDrgIKY2wnLOipT3mjNI9h7fLNc4eEyyUp+hs=
-github.com/apache/incubator-answer v1.3.6/go.mod
h1:YKwpG0rwRC0kHcbILcIyIbPMwsWaZ8j5lHJ34DPIdMI=
+github.com/apache/incubator-answer v1.4.0
h1:W3y4TAQ4sdzgcqntGqNBPe0BdyeW7+l8FWYBDs9g8+Y=
+github.com/apache/incubator-answer v1.4.0/go.mod
h1:Q4NkQmBd0sV7t3Cd8NBsWh9w8jFRo/2qjzOw9MlRNwk=
github.com/apache/incubator-answer-plugins/util v1.0.2
h1:PontocVaiEm+oTj+4aDonwWDZnxywUeHsaTwlQgclfA=
github.com/apache/incubator-answer-plugins/util v1.0.2/go.mod
h1:KPMSiM4ec4uEl2njaGINYuSl6zVmHdvPB2nHUxVcQDo=
github.com/aymerick/douceur v0.2.0
h1:Mv+mAeH1Q+n9Fr+oyamOlAkUNPWPlA8PPGR0QAaYuPk=
diff --git a/embed-basic/info.yaml b/embed-basic/info.yaml
index 94d433e..054f43a 100644
--- a/embed-basic/info.yaml
+++ b/embed-basic/info.yaml
@@ -17,6 +17,6 @@
slug_name: basic_embed
type: editor
-version: 1.0.4
+version: 1.0.5
author: answerdev
link: https://github.com/apache/incubator-answer-plugins/tree/main/embed-basic