2018-09-05 20:26:03 +02:00
|
|
|
module github.com/photoprism/photoprism
|
|
|
|
|
|
|
|
require (
|
2021-04-30 10:46:37 +02:00
|
|
|
github.com/araddon/dateparse v0.0.0-20210429162001-6b43995a97de
|
2020-04-02 14:13:41 +02:00
|
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect
|
|
|
|
github.com/disintegration/imaging v1.6.2
|
2021-04-19 12:24:14 +02:00
|
|
|
github.com/djherbis/times v1.4.0
|
2021-04-30 10:59:06 +02:00
|
|
|
github.com/dsoprea/go-exif/v2 v2.0.0-20210428042052-dca55bf8ca15 // indirect
|
|
|
|
github.com/dsoprea/go-exif/v3 v3.0.0-20210428042052-dca55bf8ca15
|
2020-07-19 16:39:43 +02:00
|
|
|
github.com/dsoprea/go-heic-exif-extractor v0.0.0-20200717090456-b3d9dcddffd1
|
2020-07-16 20:32:45 +02:00
|
|
|
github.com/dsoprea/go-iptc v0.0.0-20200610044640-bc9ca208b413 // indirect
|
2021-04-30 10:59:06 +02:00
|
|
|
github.com/dsoprea/go-jpeg-image-structure v0.0.0-20210428043308-91f50c82adff
|
2020-07-16 20:32:45 +02:00
|
|
|
github.com/dsoprea/go-logging v0.0.0-20200710184922-b02d349568dd // indirect
|
|
|
|
github.com/dsoprea/go-photoshop-info-format v0.0.0-20200610045659-121dd752914d // indirect
|
2021-04-30 10:59:06 +02:00
|
|
|
github.com/dsoprea/go-png-image-structure v0.0.0-20210428043356-45b892641b59
|
|
|
|
github.com/dsoprea/go-tiff-image-structure v0.0.0-20210428043455-dc547ba9cf59
|
2020-07-17 09:41:37 +02:00
|
|
|
github.com/dsoprea/go-utility v0.0.0-20200717064901-2fccff4aa15e // indirect
|
2020-05-05 15:42:54 +02:00
|
|
|
github.com/dustin/go-humanize v1.0.0
|
2021-01-10 15:28:42 +01:00
|
|
|
github.com/gin-contrib/gzip v0.0.3
|
2021-04-19 12:24:14 +02:00
|
|
|
github.com/gin-gonic/gin v1.7.1
|
|
|
|
github.com/go-playground/validator/v10 v10.5.0 // indirect
|
2021-02-15 16:30:59 +01:00
|
|
|
github.com/golang/geo v0.0.0-20210211234256-740aa86cb551
|
2021-04-19 12:24:14 +02:00
|
|
|
github.com/golang/protobuf v1.5.2 // indirect
|
2021-04-30 10:46:37 +02:00
|
|
|
github.com/google/open-location-code/go v0.0.0-20210427002653-a323e80159d6
|
2020-04-02 14:13:41 +02:00
|
|
|
github.com/gorilla/websocket v1.4.2
|
|
|
|
github.com/gosimple/slug v1.9.0
|
2021-02-05 09:45:28 +01:00
|
|
|
github.com/h2non/filetype v1.1.1
|
2020-08-19 12:01:54 +02:00
|
|
|
github.com/jinzhu/gorm v1.9.16
|
2020-06-05 19:27:33 +02:00
|
|
|
github.com/jinzhu/inflection v1.0.0
|
2020-06-25 14:54:04 +02:00
|
|
|
github.com/json-iterator/go v1.1.10 // indirect
|
2019-06-20 05:38:23 +02:00
|
|
|
github.com/kardianos/osext v0.0.0-20190222173326-2bc1f35cddc0 // indirect
|
2020-08-19 12:01:54 +02:00
|
|
|
github.com/karrick/godirwalk v1.16.1
|
2021-04-19 12:24:14 +02:00
|
|
|
github.com/klauspost/cpuid/v2 v2.0.6
|
2020-08-19 12:01:54 +02:00
|
|
|
github.com/leandro-lugaresi/hub v1.1.1
|
2021-01-10 15:28:42 +01:00
|
|
|
github.com/leodido/go-urn v1.2.1 // indirect
|
2020-07-15 01:26:54 +02:00
|
|
|
github.com/leonelquinteros/gotext v1.4.0
|
2020-05-01 13:54:01 +02:00
|
|
|
github.com/lib/pq v1.3.0 // indirect
|
2021-02-05 09:45:28 +01:00
|
|
|
github.com/lucasb-eyer/go-colorful v1.2.0
|
2020-08-19 11:35:38 +02:00
|
|
|
github.com/lunixbochs/vtclean v1.0.0 // indirect
|
2020-10-08 08:52:03 +02:00
|
|
|
github.com/manifoldco/promptui v0.8.0
|
|
|
|
github.com/mattn/go-colorable v0.1.8 // indirect
|
2020-07-01 11:27:29 +02:00
|
|
|
github.com/mattn/go-sqlite3 v2.0.1+incompatible // indirect
|
2019-12-19 17:17:13 +01:00
|
|
|
github.com/melihmucuk/geocache v0.0.0-20160621165317-521b336a001c
|
2018-10-21 10:01:48 +02:00
|
|
|
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
|
|
|
github.com/modern-go/reflect2 v1.0.1 // indirect
|
2019-11-08 06:53:40 +01:00
|
|
|
github.com/patrickmn/go-cache v2.1.0+incompatible
|
2020-01-15 04:04:33 +01:00
|
|
|
github.com/paulmach/go.geojson v1.4.0
|
2020-11-15 10:00:18 +01:00
|
|
|
github.com/russross/blackfriday/v2 v2.1.0 // indirect
|
2019-06-04 18:26:35 +02:00
|
|
|
github.com/satori/go.uuid v1.2.0
|
2019-06-20 01:11:03 +02:00
|
|
|
github.com/sevlyar/go-daemon v0.1.5
|
2020-05-01 13:54:01 +02:00
|
|
|
github.com/shopspring/decimal v1.2.0 // indirect
|
2021-04-19 12:24:14 +02:00
|
|
|
github.com/sirupsen/logrus v1.8.1
|
2021-01-14 19:19:05 +01:00
|
|
|
github.com/stretchr/testify v1.7.0
|
2021-04-30 10:46:37 +02:00
|
|
|
github.com/studio-b12/gowebdav v0.0.0-20210427212133-86f8378cf140
|
2020-04-27 19:00:15 +02:00
|
|
|
github.com/tensorflow/tensorflow v1.15.2
|
2021-04-26 12:37:52 +02:00
|
|
|
github.com/tidwall/gjson v1.7.5
|
2021-04-19 12:24:14 +02:00
|
|
|
github.com/ugorji/go v1.2.5 // indirect
|
2020-05-01 13:54:01 +02:00
|
|
|
github.com/ulule/deepcopier v0.0.0-20200430083143-45decc6639b6
|
2020-11-15 10:00:18 +01:00
|
|
|
github.com/urfave/cli v1.22.5
|
2021-04-26 12:37:52 +02:00
|
|
|
golang.org/x/crypto v0.0.0-20210421170649-83a5a9bb288b
|
2020-06-25 14:54:04 +02:00
|
|
|
golang.org/x/image v0.0.0-20200618115811-c13761719519 // indirect
|
2021-04-30 10:46:37 +02:00
|
|
|
golang.org/x/net v0.0.0-20210428140749-89ef3d95e781
|
2020-11-15 10:00:18 +01:00
|
|
|
gopkg.in/ugjka/go-tz.v2 v2.0.12
|
2020-12-18 16:57:22 +01:00
|
|
|
gopkg.in/yaml.v2 v2.4.0
|
2021-01-14 19:19:05 +01:00
|
|
|
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
|
2018-09-05 20:26:03 +02:00
|
|
|
)
|
2019-09-19 18:22:44 +02:00
|
|
|
|
|
|
|
go 1.13
|