19 lines
526 B
Modula-2
19 lines
526 B
Modula-2
module reichard.io/imagini
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/dgrijalva/jwt-go v3.2.0+incompatible
|
|
github.com/disintegration/imaging v1.6.2 // indirect
|
|
github.com/google/uuid v1.1.5
|
|
github.com/lestrrat-go/jwx v1.0.8
|
|
github.com/mattn/go-sqlite3 v1.14.6
|
|
github.com/sirupsen/logrus v1.7.0
|
|
github.com/tus/tusd v1.4.0
|
|
github.com/urfave/cli/v2 v2.3.0
|
|
golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad
|
|
golang.org/x/image v0.0.0-20201208152932-35266b937fa6 // indirect
|
|
gorm.io/driver/sqlite v1.1.4
|
|
gorm.io/gorm v1.20.9
|
|
)
|