Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Convert adobe srgb to nrgb #24

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
46 changes: 46 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
module github.com/qor/media

go 1.21

require (
github.com/disintegration/imaging v1.6.2
github.com/gosimple/slug v1.13.1
github.com/jinzhu/configor v1.2.1
github.com/jinzhu/gorm v1.9.16
github.com/jinzhu/inflection v1.0.0
github.com/mandykoh/prism v0.35.1
github.com/qor/admin v1.2.0
github.com/qor/oss v0.0.0-20230717083721-c04686f83630
github.com/qor/qor v1.3.0
github.com/qor/serializable_meta v0.0.0-20180510060738-5fd8542db417
github.com/theplant/bimg v1.1.1
github.com/vimeo/go-iccjpeg v0.0.0-20141105142418-8ca99ed9950d
)

require (
github.com/BurntSushi/toml v0.3.1 // indirect
github.com/asaskevich/govalidator v0.0.0-20200428143746-21a406dcc535 // indirect
github.com/aws/aws-sdk-go v1.44.300 // indirect
github.com/aymerick/douceur v0.2.0 // 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/unidecode v1.0.1 // indirect
github.com/jinzhu/now v1.1.1 // indirect
github.com/jmespath/go-jmespath v0.4.0 // indirect
github.com/lib/pq v1.8.0 // indirect
github.com/mandykoh/go-parallel v0.1.0 // indirect
github.com/microcosm-cc/bluemonday v1.0.21 // indirect
github.com/qor/assetfs v0.0.0-20170713023933-ff57fdc13a14 // indirect
github.com/qor/middlewares v0.0.0-20170822143614-781378b69454 // indirect
github.com/qor/responder v0.0.0-20171031032654-b6def473574f // indirect
github.com/qor/roles v0.0.0-20171127035124-d6375609fe3e // indirect
github.com/qor/session v0.0.0-20170907035918-8206b0adab70 // indirect
github.com/qor/validations v0.0.0-20171228122639-f364bca61b46 // indirect
github.com/theplant/cldr v0.0.0-20190423050709-9f76f7ce4ee8 // indirect
golang.org/x/image v0.5.0 // indirect
golang.org/x/net v0.2.0 // indirect
gopkg.in/yaml.v2 v2.2.8 // indirect
)
Loading
Loading