forked from GoAdminGroup/go-admin
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
1,200 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,124 @@ | ||
module github.com/GoAdminGroup/go-admin | ||
|
||
go 1.21 | ||
|
||
require ( | ||
github.com/360EntSecGroup-Skylar/excelize v1.4.1 | ||
github.com/AlecAivazis/survey/v2 v2.3.7 | ||
github.com/GoAdminGroup/html v0.0.1 | ||
github.com/GoAdminGroup/themes v0.0.43 | ||
github.com/NebulousLabs/fastrand v0.0.0-20181203155948-6fb6489aac4e | ||
github.com/denisenkom/go-mssqldb v0.12.3 | ||
github.com/gavv/httpexpect v1.1.3 | ||
github.com/gin-gonic/gin v1.9.1 | ||
github.com/go-sql-driver/mysql v1.7.1 | ||
github.com/google/uuid v1.4.0 | ||
github.com/jawher/mow.cli v1.2.0 | ||
github.com/jteeuwen/go-bindata v3.0.7+incompatible | ||
github.com/kataras/iris/v12 v12.2.8 | ||
github.com/lib/pq v1.10.9 | ||
github.com/magiconair/properties v1.8.7 | ||
github.com/mattn/go-sqlite3 v1.14.18 | ||
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d | ||
github.com/schollz/progressbar v1.0.0 | ||
github.com/sclevine/agouti v3.0.0+incompatible | ||
github.com/stretchr/testify v1.8.4 | ||
github.com/tdewolff/minify/v2 v2.20.6 | ||
go.uber.org/zap v1.26.0 | ||
golang.org/x/crypto v0.14.0 | ||
golang.org/x/text v0.14.0 | ||
gopkg.in/ini.v1 v1.67.0 | ||
gopkg.in/natefinch/lumberjack.v2 v2.2.1 | ||
gopkg.in/yaml.v2 v2.4.0 | ||
xorm.io/xorm v1.3.4 | ||
) | ||
|
||
require ( | ||
github.com/BurntSushi/toml v1.3.2 // indirect | ||
github.com/CloudyKit/fastprinter v0.0.0-20200109182630-33d98a066a53 // indirect | ||
github.com/CloudyKit/jet/v6 v6.2.0 // indirect | ||
github.com/Joker/jade v1.1.3 // indirect | ||
github.com/Shopify/goreferrer v0.0.0-20220729165902-8cddb4f5de06 // indirect | ||
github.com/ajg/form v1.5.1 // indirect | ||
github.com/andybalholm/brotli v1.0.6 // indirect | ||
github.com/aymerick/douceur v0.2.0 // indirect | ||
github.com/bytedance/sonic v1.9.1 // indirect | ||
github.com/chenzhuoyu/base64x v0.0.0-20221115062448-fe3a3abad311 // indirect | ||
github.com/davecgh/go-spew v1.1.1 // indirect | ||
github.com/fatih/structs v1.1.0 // indirect | ||
github.com/flosch/pongo2/v4 v4.0.2 // indirect | ||
github.com/gabriel-vasile/mimetype v1.4.2 // indirect | ||
github.com/gavv/monotime v0.0.0-20190418164738-30dba4353424 // indirect | ||
github.com/gin-contrib/sse v0.1.0 // 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 | ||
github.com/gobuffalo/logger v1.0.6 // indirect | ||
github.com/gobuffalo/packd v1.0.1 // indirect | ||
github.com/gobuffalo/packr/v2 v2.8.3 // indirect | ||
github.com/goccy/go-json v0.10.2 // indirect | ||
github.com/golang-sql/civil v0.0.0-20190719163853-cb61b32ac6fe // indirect | ||
github.com/golang-sql/sqlexp v0.1.0 // indirect | ||
github.com/golang/snappy v0.0.4 // indirect | ||
github.com/gomarkdown/markdown v0.0.0-20230922112808-5421fefb8386 // indirect | ||
github.com/google/go-querystring v1.1.0 // indirect | ||
github.com/gorilla/css v1.0.0 // indirect | ||
github.com/imkira/go-interpol v1.1.0 // indirect | ||
github.com/iris-contrib/schema v0.0.6 // indirect | ||
github.com/josharian/intern v1.0.0 // indirect | ||
github.com/json-iterator/go v1.1.12 // indirect | ||
github.com/karrick/godirwalk v1.16.1 // indirect | ||
github.com/kataras/blocks v0.0.8 // indirect | ||
github.com/kataras/golog v0.1.11 // indirect | ||
github.com/kataras/pio v0.0.13 // indirect | ||
github.com/kataras/sitemap v0.0.6 // indirect | ||
github.com/kataras/tunnel v0.0.4 // indirect | ||
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect | ||
github.com/klauspost/compress v1.17.2 // indirect | ||
github.com/klauspost/cpuid/v2 v2.2.4 // indirect | ||
github.com/leodido/go-urn v1.2.4 // indirect | ||
github.com/mailgun/raymond/v2 v2.0.48 // indirect | ||
github.com/mailru/easyjson v0.7.7 // indirect | ||
github.com/markbates/errx v1.1.0 // indirect | ||
github.com/markbates/oncer v1.0.0 // indirect | ||
github.com/markbates/safe v1.0.1 // indirect | ||
github.com/mattn/go-colorable v0.1.13 // indirect | ||
github.com/mattn/go-isatty v0.0.19 // indirect | ||
github.com/microcosm-cc/bluemonday v1.0.26 // indirect | ||
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect | ||
github.com/modern-go/reflect2 v1.0.2 // indirect | ||
github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826 // indirect | ||
github.com/pelletier/go-toml/v2 v2.0.8 // indirect | ||
github.com/pmezard/go-difflib v1.0.0 // indirect | ||
github.com/russross/blackfriday/v2 v2.1.0 // indirect | ||
github.com/schollz/closestmatch v2.1.0+incompatible // indirect | ||
github.com/sergi/go-diff v1.0.0 // indirect | ||
github.com/sirupsen/logrus v1.8.1 // indirect | ||
github.com/syndtr/goleveldb v1.0.0 // indirect | ||
github.com/tdewolff/parse/v2 v2.7.4 // indirect | ||
github.com/twitchyliquid64/golang-asm v0.15.1 // indirect | ||
github.com/ugorji/go/codec v1.2.11 // indirect | ||
github.com/valyala/bytebufferpool v1.0.0 // indirect | ||
github.com/valyala/fasthttp v1.50.0 // indirect | ||
github.com/vmihailenco/msgpack/v5 v5.4.1 // indirect | ||
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect | ||
github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f // indirect | ||
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect | ||
github.com/xeipuuv/gojsonschema v1.2.0 // indirect | ||
github.com/yalp/jsonpath v0.0.0-20180802001716-5cc68e5049a0 // indirect | ||
github.com/yosssi/ace v0.0.5 // indirect | ||
github.com/yudai/gojsondiff v1.0.0 // indirect | ||
github.com/yudai/golcs v0.0.0-20170316035057-ecda9a501e82 // indirect | ||
github.com/yudai/pp v2.0.1+incompatible // indirect | ||
go.uber.org/multierr v1.10.0 // indirect | ||
golang.org/x/arch v0.3.0 // indirect | ||
golang.org/x/exp v0.0.0-20230905200255-921286631fa9 // indirect | ||
golang.org/x/net v0.17.0 // indirect | ||
golang.org/x/sys v0.14.0 // indirect | ||
golang.org/x/term v0.13.0 // indirect | ||
golang.org/x/time v0.4.0 // indirect | ||
google.golang.org/protobuf v1.31.0 // indirect | ||
gopkg.in/yaml.v3 v3.0.1 // indirect | ||
moul.io/http2curl v1.0.0 // indirect | ||
xorm.io/builder v0.3.11-0.20220531020008-1bd24a7dc978 // indirect | ||
) |
Oops, something went wrong.