2020-01-23 15:44:08 -09:00
|
|
|
module github.com/navidrome/navidrome
|
2020-01-04 17:02:15 -09:00
|
|
|
|
2021-03-10 11:34:41 -09:00
|
|
|
go 1.16
|
2020-01-04 17:02:15 -09:00
|
|
|
|
|
|
|
|
require (
|
2021-02-01 13:41:17 -09:00
|
|
|
code.cloudfoundry.org/go-diodes v0.0.0-20190809170250-f77fb823c7ee
|
2021-06-08 11:44:30 -08:00
|
|
|
github.com/ClickHouse/clickhouse-go v1.4.5 // indirect
|
2020-11-30 01:35:12 -09:00
|
|
|
github.com/Masterminds/squirrel v1.5.0
|
2021-09-20 09:16:44 -08:00
|
|
|
github.com/ReneKroon/ttlcache/v2 v2.8.1
|
2020-11-14 17:35:39 -09:00
|
|
|
github.com/astaxie/beego v1.12.3
|
2020-01-09 13:09:05 -09:00
|
|
|
github.com/bradleyjkemp/cupaloy v2.3.0+incompatible
|
2021-09-08 20:13:06 -08:00
|
|
|
github.com/cespare/reflex v0.3.1
|
2021-05-03 11:03:34 -08:00
|
|
|
github.com/deluan/rest v0.0.0-20210503015435-e7091d44f0ba
|
2021-06-08 11:44:30 -08:00
|
|
|
github.com/denisenkom/go-mssqldb v0.10.0 // indirect
|
2020-04-11 19:40:35 -08:00
|
|
|
github.com/dhowden/tag v0.0.0-20200412032933-5d76b8eaae27
|
2020-04-01 05:09:51 -08:00
|
|
|
github.com/disintegration/imaging v1.6.2
|
2020-11-03 08:52:44 -09:00
|
|
|
github.com/djherbis/fscache v0.10.2-0.20201024185917-a0daa9e52747
|
2020-03-18 16:39:10 -08:00
|
|
|
github.com/dustin/go-humanize v1.0.0
|
2021-07-31 21:21:20 -08:00
|
|
|
github.com/fatih/structs v1.1.0
|
2021-09-08 20:15:16 -08:00
|
|
|
github.com/go-chi/chi/v5 v5.0.4
|
2021-05-11 13:21:18 -08:00
|
|
|
github.com/go-chi/cors v1.2.0
|
2021-07-14 07:07:11 -08:00
|
|
|
github.com/go-chi/httprate v0.5.1
|
2021-09-20 09:15:46 -08:00
|
|
|
github.com/go-chi/jwtauth/v5 v5.0.2
|
2021-06-08 11:44:30 -08:00
|
|
|
github.com/go-sql-driver/mysql v1.6.0 // indirect
|
2021-09-08 20:14:18 -08:00
|
|
|
github.com/golangci/golangci-lint v1.42.1
|
2021-07-14 07:09:23 -08:00
|
|
|
github.com/google/uuid v1.3.0
|
2021-02-01 04:54:35 -09:00
|
|
|
github.com/google/wire v0.5.0
|
2020-01-04 17:02:15 -09:00
|
|
|
github.com/kennygrant/sanitize v0.0.0-20170120101633-6a0bfdde8629
|
2021-08-01 08:56:55 -08:00
|
|
|
github.com/kr/pretty v0.3.0
|
2021-09-27 09:29:31 -08:00
|
|
|
github.com/lestrrat-go/jwx v1.2.7
|
2021-06-08 11:47:34 -08:00
|
|
|
github.com/matoous/go-nanoid v1.5.0
|
2020-01-28 01:35:08 -09:00
|
|
|
github.com/mattn/go-sqlite3 v2.0.3+incompatible
|
2021-09-20 09:18:37 -08:00
|
|
|
github.com/mattn/go-zglob v0.0.3
|
2021-07-14 06:53:02 -08:00
|
|
|
github.com/microcosm-cc/bluemonday v1.0.15
|
2021-06-20 08:06:21 -08:00
|
|
|
github.com/mileusna/useragent v1.0.2
|
2020-10-24 18:43:59 -08:00
|
|
|
github.com/oklog/run v1.1.0
|
2021-06-09 11:18:31 -08:00
|
|
|
github.com/onsi/ginkgo v1.16.4
|
2021-08-23 16:50:46 -08:00
|
|
|
github.com/onsi/gomega v1.16.0
|
2021-01-31 13:48:08 -09:00
|
|
|
github.com/pressly/goose v2.7.0+incompatible
|
2021-05-06 14:46:12 -08:00
|
|
|
github.com/robfig/cron/v3 v3.0.1
|
2021-03-12 14:19:39 -09:00
|
|
|
github.com/sirupsen/logrus v1.8.1
|
2021-07-14 06:53:02 -08:00
|
|
|
github.com/spf13/cobra v1.2.1
|
2021-09-20 09:18:37 -08:00
|
|
|
github.com/spf13/viper v1.9.0
|
2021-05-02 12:39:25 -08:00
|
|
|
github.com/stretchr/testify v1.7.0
|
2021-05-11 07:29:55 -08:00
|
|
|
github.com/unrolled/secure v1.0.9
|
2020-10-20 11:31:49 -08:00
|
|
|
github.com/xrash/smetrics v0.0.0-20200730060457-89a2a8a1fb0b
|
2020-10-03 07:01:16 -08:00
|
|
|
github.com/ziutek/mymysql v1.5.4 // indirect
|
2020-08-21 07:33:23 -08:00
|
|
|
golang.org/x/image v0.0.0-20191009234506-e7c1f5e7dbb8
|
2021-09-20 14:10:52 -08:00
|
|
|
golang.org/x/net v0.0.0-20210805182204-aaa1db679c0d
|
|
|
|
|
golang.org/x/tools v0.1.6
|
2020-10-23 17:30:45 -08:00
|
|
|
gopkg.in/djherbis/atime.v1 v1.0.0
|
|
|
|
|
gopkg.in/djherbis/stream.v1 v1.3.1
|
2020-01-04 17:02:15 -09:00
|
|
|
)
|
2020-05-24 10:23:53 -08:00
|
|
|
|
|
|
|
|
replace github.com/dhowden/tag => github.com/wader/tag v0.0.0-20200426234345-d072771f6a51
|