This commit is contained in:
cdle
2023-06-05 16:05:25 +08:00
parent dab997e54a
commit 0599f15f9e
6 changed files with 47750 additions and 1 deletions
+3 -1
View File
@@ -14,6 +14,7 @@ require (
github.com/dop251/goja v0.0.0-20230427124612-428fc442ff5f
github.com/dop251/goja_nodejs v0.0.0-20230322100729-2550c7b6c124
github.com/elastic/go-elasticsearch/v6 v6.8.5
github.com/forPelevin/gomoji v1.1.8
github.com/gin-gonic/gin v1.8.1
github.com/go-redis/redis/v8 v8.11.5
github.com/goccy/go-json v0.9.7
@@ -23,7 +24,6 @@ require (
github.com/robfig/cron/v3 v3.0.1
github.com/stretchr/testify v1.8.0
golang.org/x/net v0.4.0
gopkg.in/yaml.v2 v2.4.0
)
require (
@@ -31,6 +31,8 @@ require (
github.com/google/pprof v0.0.0-20230510103437-eeec1cb781c3 // indirect
github.com/pelletier/go-toml/v2 v2.0.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/rivo/uniseg v0.4.3 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)