-
Notifications
You must be signed in to change notification settings - Fork 19
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
cg33
committed
Apr 24, 2024
1 parent
3fd8e78
commit 40ee108
Showing
3 changed files
with
178 additions
and
97 deletions.
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,16 +1,50 @@ | ||
module github.com/GoAdminGroup/adm | ||
|
||
go 1.16 | ||
go 1.21 | ||
|
||
toolchain go1.22.2 | ||
|
||
require ( | ||
github.com/AlecAivazis/survey/v2 v2.3.1 | ||
github.com/GoAdminGroup/go-admin v1.2.24 | ||
github.com/GoAdminGroup/go-admin v1.2.25 | ||
github.com/jawher/mow.cli v1.2.0 | ||
github.com/magiconair/properties v1.8.5 | ||
github.com/magiconair/properties v1.8.6 | ||
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d | ||
github.com/schollz/progressbar v1.0.0 | ||
github.com/smartystreets/goconvey v1.6.4 // indirect | ||
github.com/tdewolff/minify/v2 v2.9.21 | ||
gopkg.in/ini.v1 v1.62.0 | ||
gopkg.in/natefinch/lumberjack.v2 v2.0.0 // indirect | ||
github.com/tdewolff/minify/v2 v2.20.14 | ||
gopkg.in/ini.v1 v1.67.0 | ||
) | ||
|
||
require ( | ||
filippo.io/edwards25519 v1.1.0 // indirect | ||
github.com/GoAdminGroup/html v0.0.1 // indirect | ||
github.com/NebulousLabs/fastrand v0.0.0-20181203155948-6fb6489aac4e // indirect | ||
github.com/go-sql-driver/mysql v1.8.1 // indirect | ||
github.com/golang/snappy v0.0.4 // indirect | ||
github.com/google/go-cmp v0.6.0 // indirect | ||
github.com/google/uuid v1.6.0 // indirect | ||
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect | ||
github.com/kr/pretty v0.3.1 // indirect | ||
github.com/lib/pq v1.10.5 // indirect | ||
github.com/mattn/go-colorable v0.1.13 // indirect | ||
github.com/mattn/go-isatty v0.0.20 // indirect | ||
github.com/mattn/go-sqlite3 v2.0.3+incompatible // indirect | ||
github.com/nxadm/tail v1.4.11 // indirect | ||
github.com/onsi/ginkgo v1.16.5 // indirect | ||
github.com/onsi/gomega v1.27.10 // indirect | ||
github.com/pkg/errors v0.9.1 // indirect | ||
github.com/syndtr/goleveldb v1.0.0 // indirect | ||
github.com/tdewolff/parse/v2 v2.7.8 // indirect | ||
go.uber.org/atomic v1.9.0 // indirect | ||
go.uber.org/multierr v1.7.0 // indirect | ||
go.uber.org/zap v1.19.1 // indirect | ||
golang.org/x/crypto v0.20.0 // indirect | ||
golang.org/x/sys v0.17.0 // indirect | ||
golang.org/x/term v0.17.0 // indirect | ||
golang.org/x/text v0.14.0 // indirect | ||
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect | ||
gopkg.in/natefinch/lumberjack.v2 v2.2.1 // indirect | ||
gopkg.in/yaml.v2 v2.4.0 // indirect | ||
xorm.io/builder v0.3.7 // indirect | ||
xorm.io/xorm v1.0.2 // indirect | ||
) |
Oops, something went wrong.