3 Star 31 Fork 20

半城风雨 / EasyGoAdmin_GoFrame_AntdVue

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
go.mod 1.86 KB
一键复制 编辑 原始数据 按行查看 历史
半城风雨 提交于 2023-09-03 12:10 . 新增CMS文章模块
module easygoadmin
go 1.20
require (
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/gogf/gf v1.16.1
github.com/gogf/swagger v1.2.0
github.com/mojocn/base64Captcha v1.2.2
github.com/mssola/user_agent v0.5.3
github.com/xuri/excelize/v2 v2.6.1
)
require (
github.com/BurntSushi/toml v0.3.1 // indirect
github.com/clbanning/mxj v1.8.5-0.20200714211355-ff02cfb8ea28 // indirect
github.com/fsnotify/fsnotify v1.4.9 // indirect
github.com/go-sql-driver/mysql v1.5.0 // indirect
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
github.com/gomodule/redigo v2.0.0+incompatible // indirect
github.com/gorilla/websocket v1.4.2 // indirect
github.com/grokify/html-strip-tags-go v0.0.0-20200322061010-ea0c1cf2f119 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/mattn/go-runewidth v0.0.10 // indirect
github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826 // indirect
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
github.com/olekukonko/tablewriter v0.0.5 // indirect
github.com/richardlehane/mscfb v1.0.4 // indirect
github.com/richardlehane/msoleps v1.0.3 // indirect
github.com/rivo/uniseg v0.1.0 // indirect
github.com/xuri/efp v0.0.0-20220603152613-6918739fd470 // indirect
github.com/xuri/nfp v0.0.0-20220409054826-5e722a1d9e22 // indirect
go.opentelemetry.io/otel v0.19.0 // indirect
go.opentelemetry.io/otel/metric v0.19.0 // indirect
go.opentelemetry.io/otel/trace v0.19.0 // indirect
golang.org/x/crypto v0.0.0-20220817201139-bc19a97f63c8 // indirect
golang.org/x/image v0.0.0-20220413100746-70e8d0d3baa9 // indirect
golang.org/x/net v0.0.0-20220812174116-3211cb980234 // indirect
golang.org/x/sys v0.0.0-20220728004956-3c1f35247d10 // indirect
golang.org/x/text v0.3.7 // indirect
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
gopkg.in/yaml.v3 v3.0.0 // indirect
)
Go
1
https://gitee.com/easygoadmin/EasyGoAdmin_GoFrame_AntdVue.git
git@gitee.com:easygoadmin/EasyGoAdmin_GoFrame_AntdVue.git
easygoadmin
EasyGoAdmin_GoFrame_AntdVue
EasyGoAdmin_GoFrame_AntdVue
master

搜索帮助