1 Star 0 Fork 0

任根胜/chatgpt-sevice

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
go.mod 2.05 KB
一键复制 编辑 原始数据 按行查看 历史
rengensheng 提交于 2023-10-02 18:57 . feat: first commit
module github.com/goylold/lowcode
go 1.18
require (
github.com/PuerkitoBio/goquery v1.8.1
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/gin-gonic/gin v1.7.7
github.com/go-playground/locales v0.14.0
github.com/go-playground/universal-translator v0.18.0
github.com/go-playground/validator/v10 v10.11.0
github.com/go-sql-driver/mysql v1.6.0
github.com/golang-module/carbon v1.6.5
github.com/google/uuid v1.3.0
github.com/gorilla/websocket v0.0.0-20170926233335-4201258b820c
github.com/hyahm/golog v0.0.0-20220326103433-7af279bb2e93
github.com/samber/go-gpt-3-encoder v0.3.1
github.com/sashabaranov/go-openai v1.14.0
gopkg.in/yaml.v2 v2.4.0
xorm.io/xorm v1.3.0
)
require (
github.com/andybalholm/cascadia v1.3.1 // indirect
github.com/dlclark/regexp2 v1.7.0 // indirect
github.com/fatih/color v1.13.0 // indirect
github.com/gin-contrib/sse v0.1.0 // indirect
github.com/gobuffalo/envy v1.7.0 // indirect
github.com/gobuffalo/packd v0.3.0 // indirect
github.com/gobuffalo/packr v1.30.1 // indirect
github.com/goccy/go-json v0.8.1 // indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/golang/snappy v0.0.4 // indirect
github.com/joho/godotenv v1.3.0 // indirect
github.com/json-iterator/go v1.1.12 // indirect
github.com/leodido/go-urn v1.2.1 // indirect
github.com/mattn/go-colorable v0.1.9 // indirect
github.com/mattn/go-isatty v0.0.14 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.2 // indirect
github.com/rogpeppe/go-internal v1.8.0 // indirect
github.com/samber/lo v1.37.0 // indirect
github.com/syndtr/goleveldb v1.0.0 // indirect
github.com/ugorji/go/codec v1.2.7 // indirect
golang.org/x/crypto v0.0.0-20220427172511-eb4f295cb31f // indirect
golang.org/x/exp v0.0.0-20230321023759-10a507213a29 // indirect
golang.org/x/net v0.8.0 // indirect
golang.org/x/sys v0.6.0 // indirect
golang.org/x/text v0.8.0 // indirect
golang.org/x/tools v0.7.0 // indirect
google.golang.org/protobuf v1.28.0 // indirect
xorm.io/builder v0.3.9 // indirect
)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/goylord/chatgpt-sevice.git
git@gitee.com:goylord/chatgpt-sevice.git
goylord
chatgpt-sevice
chatgpt-sevice
main

搜索帮助