99c0c034b9
Signed-off-by: Michael Mayer <michael@liquidbytes.net>
52 lines
2.3 KiB
Modula-2
52 lines
2.3 KiB
Modula-2
module github.com/photoprism/photoprism
|
|
|
|
require (
|
|
github.com/allegro/bigcache v1.2.1
|
|
github.com/araddon/dateparse v0.0.0-20200409225146-d820a6159ab1
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect
|
|
github.com/disintegration/imaging v1.6.2
|
|
github.com/djherbis/times v1.2.0
|
|
github.com/dsoprea/go-exif/v2 v2.0.0-20200519064707-3cdb59fd80c7
|
|
github.com/dsoprea/go-jpeg-image-structure v0.0.0-20200519062215-d6e72d1f73f3
|
|
github.com/dsoprea/go-png-image-structure v0.0.0-20200518003737-91ceb687d379
|
|
github.com/dustin/go-humanize v1.0.0
|
|
github.com/gin-gonic/gin v1.6.3
|
|
github.com/golang/geo v0.0.0-20200319012246-673a6f80352d
|
|
github.com/golang/protobuf v1.3.5 // indirect
|
|
github.com/google/open-location-code/go v0.0.0-20191230190541-a6eb95b4d2f9
|
|
github.com/gorilla/websocket v1.4.2
|
|
github.com/gosimple/slug v1.9.0
|
|
github.com/jinzhu/gorm v1.9.12
|
|
github.com/jinzhu/inflection v1.0.0
|
|
github.com/kardianos/osext v0.0.0-20190222173326-2bc1f35cddc0 // indirect
|
|
github.com/karrick/godirwalk v1.15.6
|
|
github.com/kr/pretty v0.1.0 // indirect
|
|
github.com/leandro-lugaresi/hub v1.1.0
|
|
github.com/lib/pq v1.3.0 // indirect
|
|
github.com/lucasb-eyer/go-colorful v1.0.3
|
|
github.com/melihmucuk/geocache v0.0.0-20160621165317-521b336a001c
|
|
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
|
github.com/modern-go/reflect2 v1.0.1 // indirect
|
|
github.com/patrickmn/go-cache v2.1.0+incompatible
|
|
github.com/paulmach/go.geojson v1.4.0
|
|
github.com/satori/go.uuid v1.2.0
|
|
github.com/sevlyar/go-daemon v0.1.5
|
|
github.com/shopspring/decimal v1.2.0 // indirect
|
|
github.com/sirupsen/logrus v1.6.0
|
|
github.com/stretchr/testify v1.5.1
|
|
github.com/studio-b12/gowebdav v0.0.0-20200303150724-9380631c29a1
|
|
github.com/tensorflow/tensorflow v1.15.2
|
|
github.com/tidwall/gjson v1.6.0
|
|
github.com/tidwall/pretty v1.0.1 // indirect
|
|
github.com/ulule/deepcopier v0.0.0-20200430083143-45decc6639b6
|
|
github.com/urfave/cli v1.22.4
|
|
golang.org/x/crypto v0.0.0-20200510223506-06a226fb4e37
|
|
golang.org/x/image v0.0.0-20200430140353-33d19683fad8 // indirect
|
|
golang.org/x/net v0.0.0-20200513185701-a91f0712d120
|
|
golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 // indirect
|
|
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
|
|
gopkg.in/ugjka/go-tz.v2 v2.0.9
|
|
gopkg.in/yaml.v2 v2.3.0
|
|
)
|
|
|
|
go 1.13
|