module github.com/photoprism/photoprism require ( cloud.google.com/go v0.32.0 // indirect github.com/RobCherry/vibrant v0.0.0-20160904011657-0680b8cf1c89 github.com/araddon/dateparse v0.0.0-20181020190151-00e168d34895 github.com/bamiaux/rez v0.0.0-20170731184118-29f4463c688b // indirect github.com/brett-lempereur/ish v0.0.0-20161214150457-bbdc45bcf55d github.com/davecgh/go-spew v1.1.1 // indirect github.com/denisenkom/go-mssqldb v0.0.0-20181014144952-4e0d7dc8888f // indirect github.com/disintegration/imaging v1.5.0 github.com/djherbis/times v1.0.1 github.com/erikstmartin/go-testdb v0.0.0-20160219214506-8d10e4a1bae5 // indirect github.com/gin-contrib/sse v0.0.0-20170109093832-22d885f9ecc7 // indirect github.com/gin-gonic/gin v1.3.0 github.com/go-sql-driver/mysql v1.4.0 // indirect github.com/google/go-cmp v0.2.0 // indirect github.com/gosimple/slug v1.3.0 github.com/jinzhu/gorm v1.9.1 github.com/jinzhu/inflection v0.0.0-20180308033659-04140366298a // indirect github.com/jinzhu/now v0.0.0-20180511015916-ed742868f2ae // indirect github.com/json-iterator/go v1.1.5 // indirect github.com/kr/pretty v0.1.0 // indirect github.com/kylelemons/go-gypsy v0.0.0-20160905020020-08cad365cd28 github.com/lib/pq v1.0.0 // indirect github.com/lucasb-eyer/go-colorful v0.0.0-20181028223441-12d3b2882a08 github.com/mattn/go-isatty v0.0.4 // indirect github.com/mattn/go-sqlite3 v1.10.0 // indirect github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect github.com/modern-go/reflect2 v1.0.1 // indirect github.com/pkg/errors v0.8.0 github.com/pmezard/go-difflib v1.0.0 // indirect github.com/rainycape/unidecode v0.0.0-20150907023854-cb7f23ec59be // indirect github.com/rwcarlsen/goexif v0.0.0-20180518182100-8d986c03457a github.com/simplereach/timeutils v1.2.0 // indirect github.com/steakknife/hamming v0.0.0-20180906055917-c99c65617cd3 github.com/stretchr/testify v1.2.2 github.com/tensorflow/tensorflow v1.12.0 github.com/ugorji/go v1.1.1 // indirect github.com/urfave/cli v1.20.0 golang.org/x/crypto v0.0.0-20181106171534-e4dc69e5b2fd // indirect golang.org/x/image v0.0.0-20181109232246-249dc8530c0e golang.org/x/net v0.0.0-20181108082009-03003ca0c849 // indirect golang.org/x/sync v0.0.0-20181108010431-42b317875d0f // indirect golang.org/x/sys v0.0.0-20181107165924-66b7b1311ac8 // indirect google.golang.org/appengine v1.3.0 // indirect gopkg.in/DATA-DOG/go-sqlmock.v1 v1.3.0 // indirect gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect gopkg.in/go-playground/assert.v1 v1.2.1 // indirect gopkg.in/go-playground/validator.v8 v8.18.2 // indirect gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce // indirect gopkg.in/yaml.v2 v2.2.1 // indirect )