-
Notifications
You must be signed in to change notification settings - Fork 189
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #270 from qor/upgrade-qor
upgrade qor/qor
- Loading branch information
Showing
4 changed files
with
68 additions
and
21 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,6 +1,6 @@ | ||
language: go | ||
go: | ||
- "1.13" | ||
- "1.17" | ||
|
||
services: | ||
- mysql | ||
|
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
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,19 +1,46 @@ | ||
module github.com/qor/admin | ||
|
||
go 1.13 | ||
go 1.17 | ||
|
||
require ( | ||
github.com/fatih/color v1.9.0 | ||
github.com/jinzhu/gorm v1.9.15 | ||
github.com/jinzhu/gorm v1.9.16 | ||
github.com/jinzhu/inflection v1.0.0 | ||
github.com/jinzhu/now v1.1.1 | ||
github.com/qor/assetfs v0.0.0-20170713023933-ff57fdc13a14 | ||
github.com/qor/media v0.0.0-20200720100650-60c52edf57cb | ||
github.com/qor/qor v0.0.0-20210618082622-a52aba0a0ce1 | ||
github.com/qor/qor v1.3.0 | ||
github.com/qor/responder v0.0.0-20171031032654-b6def473574f | ||
github.com/qor/roles v0.0.0-20171127035124-d6375609fe3e | ||
github.com/qor/session v0.0.0-20170907035918-8206b0adab70 | ||
github.com/theplant/cldr v0.0.0-20190423050709-9f76f7ce4ee8 | ||
github.com/theplant/htmltestingutils v0.0.0-20190423050759-0e06de7b6967 | ||
github.com/theplant/testingutils v0.0.0-20190603093022-26d8b4d95c61 | ||
) | ||
|
||
require ( | ||
github.com/andybalholm/cascadia v1.1.0 // indirect | ||
github.com/asaskevich/govalidator v0.0.0-20200428143746-21a406dcc535 // indirect | ||
github.com/aymerick/douceur v0.2.0 // indirect | ||
github.com/disintegration/imaging v1.6.2 // indirect | ||
github.com/go-sql-driver/mysql v1.5.0 // indirect | ||
github.com/gorilla/context v1.1.1 // indirect | ||
github.com/gorilla/css v1.0.0 // indirect | ||
github.com/gorilla/securecookie v1.1.1 // indirect | ||
github.com/gorilla/sessions v1.2.0 // indirect | ||
github.com/gosimple/slug v1.9.0 // indirect | ||
github.com/lib/pq v1.8.0 // indirect | ||
github.com/mattn/go-colorable v0.1.4 // indirect | ||
github.com/mattn/go-isatty v0.0.11 // indirect | ||
github.com/microcosm-cc/bluemonday v1.0.21 // indirect | ||
github.com/pmezard/go-difflib v1.0.0 // indirect | ||
github.com/qor/middlewares v0.0.0-20170822143614-781378b69454 // indirect | ||
github.com/qor/oss v0.0.0-20191031055114-aef9ba66bf76 // indirect | ||
github.com/qor/serializable_meta v0.0.0-20180510060738-5fd8542db417 // indirect | ||
github.com/qor/validations v0.0.0-20171228122639-f364bca61b46 // indirect | ||
github.com/rainycape/unidecode v0.0.0-20150907023854-cb7f23ec59be // indirect | ||
github.com/yosssi/gohtml v0.0.0-20200519115854-476f5b4b8047 // indirect | ||
golang.org/x/image v0.0.0-20191009234506-e7c1f5e7dbb8 // indirect | ||
golang.org/x/net v0.2.0 // indirect | ||
golang.org/x/sys v0.2.0 // indirect | ||
) |
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