This repository has been archived on 2023-11-13. You can view files and clone it, but cannot push or open issues or pull requests.
imagini/go.mod

21 lines
635 B
Modula-2
Raw Normal View History

2021-01-03 03:21:11 +00:00
module reichard.io/imagini
go 1.15
2021-01-03 15:27:22 +00:00
require (
2021-01-08 02:45:59 +00:00
github.com/dgrijalva/jwt-go v3.2.0+incompatible
2021-01-06 19:36:09 +00:00
github.com/disintegration/imaging v1.6.2 // indirect
2021-01-20 02:18:08 +00:00
github.com/dsoprea/go-exif/v3 v3.0.0-20201216222538-db167117f483
2021-01-22 05:00:55 +00:00
github.com/gabriel-vasile/mimetype v1.1.2
2021-01-18 04:56:56 +00:00
github.com/google/uuid v1.1.5
github.com/lestrrat-go/jwx v1.0.8
2021-01-04 05:16:58 +00:00
github.com/mattn/go-sqlite3 v1.14.6
2021-01-10 00:44:02 +00:00
github.com/sirupsen/logrus v1.7.0
2021-01-03 22:31:16 +00:00
github.com/tus/tusd v1.4.0
github.com/urfave/cli/v2 v2.3.0
2021-01-10 00:44:02 +00:00
golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad
2021-01-06 19:36:09 +00:00
golang.org/x/image v0.0.0-20201208152932-35266b937fa6 // indirect
2021-01-08 02:45:59 +00:00
gorm.io/driver/sqlite v1.1.4
gorm.io/gorm v1.20.9
2021-01-03 15:27:22 +00:00
)