Skip to content

Commit

Permalink
Merge pull request #295 from qor/upgrade-go-mod
Browse files Browse the repository at this point in the history
upgrade github.com/qor/oss
  • Loading branch information
zealllot authored Dec 24, 2024
2 parents c66686e + 3a0c0cb commit 8e8d11e
Show file tree
Hide file tree
Showing 2 changed files with 56 additions and 107 deletions.
14 changes: 9 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
module github.com/qor/admin

go 1.17
go 1.21

toolchain go1.21.0

require (
github.com/fatih/color v1.9.0
Expand All @@ -9,7 +11,7 @@ require (
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 v1.3.0
github.com/qor/qor v1.3.1-0.20241221083001-ec38ce5b2cac
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
Expand All @@ -21,6 +23,7 @@ require (
require (
github.com/andybalholm/cascadia v1.1.0 // indirect
github.com/asaskevich/govalidator v0.0.0-20200428143746-21a406dcc535 // indirect
github.com/aws/aws-sdk-go-v2 v1.32.7 // indirect
github.com/aymerick/douceur v0.2.0 // indirect
github.com/disintegration/imaging v1.6.3-0.20201218193011-d40f48ce0f09 // indirect
github.com/go-sql-driver/mysql v1.5.0 // indirect
Expand All @@ -29,18 +32,19 @@ require (
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/kr/text v0.2.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/oss v0.0.0-20241126061828-4629f3a3524a // 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.18.0 // indirect
golang.org/x/net v0.23.0 // indirect
golang.org/x/sys v0.18.0 // indirect
golang.org/x/net v0.25.0 // indirect
golang.org/x/sys v0.20.0 // indirect
)
Loading

0 comments on commit 8e8d11e

Please sign in to comment.