2020-01-23 15:44:08 -09:00
|
|
|
module github.com/navidrome/navidrome
|
2020-01-04 17:02:15 -09:00
|
|
|
|
2023-02-15 16:19:42 -09:00
|
|
|
go 1.19
|
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
|
2023-03-20 10:15:01 -08:00
|
|
|
github.com/Masterminds/squirrel v1.5.4
|
2022-01-21 15:35:19 -09:00
|
|
|
github.com/ReneKroon/ttlcache/v2 v2.11.0
|
2023-06-16 18:34:02 -08:00
|
|
|
github.com/beego/beego/v2 v2.1.0
|
2022-12-05 18:45:02 -09:00
|
|
|
github.com/bradleyjkemp/cupaloy/v2 v2.8.0
|
2021-11-01 09:55:47 -08:00
|
|
|
github.com/deluan/rest v0.0.0-20211101235434-380523c4bb47
|
2023-03-10 13:21:08 -09:00
|
|
|
github.com/deluan/sanitize v0.0.0-20230310221930-6e18967d9fc1
|
2022-07-26 11:10:16 -08:00
|
|
|
github.com/dhowden/tag v0.0.0-20220618230019-adf36e896086
|
2020-04-01 05:09:51 -08:00
|
|
|
github.com/disintegration/imaging v1.6.2
|
2021-10-03 18:50:25 -08:00
|
|
|
github.com/djherbis/atime v1.1.0
|
2022-07-26 11:16:37 -08:00
|
|
|
github.com/djherbis/fscache v0.10.2-0.20220222230828-2909c950912d
|
|
|
|
|
github.com/djherbis/stream v1.4.0
|
2023-01-16 08:16:39 -09:00
|
|
|
github.com/dustin/go-humanize v1.0.1
|
2021-07-31 21:21:20 -08:00
|
|
|
github.com/fatih/structs v1.1.0
|
2023-07-21 15:12:56 -08:00
|
|
|
github.com/go-chi/chi/v5 v5.0.10
|
2022-07-25 06:08:48 -08:00
|
|
|
github.com/go-chi/cors v1.2.1
|
2023-05-13 10:24:37 -08:00
|
|
|
github.com/go-chi/httprate v0.7.4
|
2023-07-05 12:31:38 -08:00
|
|
|
github.com/go-chi/jwtauth/v5 v5.1.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
|
2022-12-18 08:22:12 -09:00
|
|
|
github.com/hashicorp/go-multierror v1.1.1
|
2022-11-22 06:03:06 -09:00
|
|
|
github.com/kr/pretty v0.3.1
|
2023-06-16 18:34:02 -08:00
|
|
|
github.com/lestrrat-go/jwx/v2 v2.0.11
|
2023-01-19 18:52:55 -09:00
|
|
|
github.com/matoous/go-nanoid/v2 v2.0.0
|
2023-06-16 18:34:02 -08:00
|
|
|
github.com/mattn/go-sqlite3 v1.14.17
|
2021-09-20 09:18:37 -08:00
|
|
|
github.com/mattn/go-zglob v0.0.3
|
2023-07-22 15:11:15 -08:00
|
|
|
github.com/microcosm-cc/bluemonday v1.0.25
|
2023-06-16 18:34:02 -08:00
|
|
|
github.com/mileusna/useragent v1.3.3
|
|
|
|
|
github.com/onsi/ginkgo/v2 v2.11.0
|
|
|
|
|
github.com/onsi/gomega v1.27.8
|
2023-07-21 15:11:59 -08:00
|
|
|
github.com/pressly/goose/v3 v3.13.4
|
2023-06-19 10:23:36 -08:00
|
|
|
github.com/prometheus/client_golang v1.16.0
|
2021-05-06 14:46:12 -08:00
|
|
|
github.com/robfig/cron/v3 v3.0.1
|
2023-06-16 18:34:02 -08:00
|
|
|
github.com/sirupsen/logrus v1.9.3
|
2023-04-04 07:04:18 -08:00
|
|
|
github.com/spf13/cobra v1.7.0
|
2023-06-16 18:34:02 -08:00
|
|
|
github.com/spf13/viper v1.16.0
|
|
|
|
|
github.com/stretchr/testify v1.8.4
|
2022-09-28 09:25:08 -08:00
|
|
|
github.com/unrolled/secure v1.13.0
|
2020-10-20 11:31:49 -08:00
|
|
|
github.com/xrash/smetrics v0.0.0-20200730060457-89a2a8a1fb0b
|
2022-12-20 12:17:38 -09:00
|
|
|
golang.org/x/exp v0.0.0-20220722155223-a9213eeb770e
|
2023-07-05 12:34:58 -08:00
|
|
|
golang.org/x/image v0.9.0
|
2023-06-16 18:34:02 -08:00
|
|
|
golang.org/x/sync v0.3.0
|
2023-07-05 12:34:58 -08:00
|
|
|
golang.org/x/text v0.11.0
|
2023-07-05 12:38:32 -08:00
|
|
|
golang.org/x/tools v0.11.0
|
2022-11-29 10:40:44 -09:00
|
|
|
gopkg.in/yaml.v3 v3.0.1
|
2020-01-04 17:02:15 -09:00
|
|
|
)
|
2020-05-24 10:23:53 -08:00
|
|
|
|
2022-03-26 18:44:47 -08:00
|
|
|
require (
|
|
|
|
|
github.com/aymerick/douceur v0.2.0 // indirect
|
|
|
|
|
github.com/beorn7/perks v1.0.1 // indirect
|
2023-05-13 10:34:11 -08:00
|
|
|
github.com/cespare/xxhash/v2 v2.2.0 // indirect
|
2022-03-26 18:44:47 -08:00
|
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
2023-06-16 18:34:02 -08:00
|
|
|
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.2.0 // indirect
|
2022-12-02 14:28:43 -09:00
|
|
|
github.com/fsnotify/fsnotify v1.6.0 // indirect
|
2023-05-13 10:28:27 -08:00
|
|
|
github.com/go-logr/logr v1.2.4 // indirect
|
2023-03-27 10:48:16 -08:00
|
|
|
github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572 // indirect
|
2023-03-27 10:47:32 -08:00
|
|
|
github.com/goccy/go-json v0.10.2 // indirect
|
2023-03-10 13:31:13 -09:00
|
|
|
github.com/golang/protobuf v1.5.3 // indirect
|
2022-11-21 17:08:07 -09:00
|
|
|
github.com/google/go-cmp v0.5.9 // indirect
|
2023-06-16 18:34:02 -08:00
|
|
|
github.com/google/pprof v0.0.0-20230602150820-91b7bce49751 // indirect
|
2022-03-26 18:44:47 -08:00
|
|
|
github.com/gorilla/css v1.0.0 // indirect
|
|
|
|
|
github.com/hashicorp/errwrap v1.0.0 // indirect
|
|
|
|
|
github.com/hashicorp/golang-lru v0.5.4 // indirect
|
|
|
|
|
github.com/hashicorp/hcl v1.0.0 // indirect
|
2023-04-04 07:04:18 -08:00
|
|
|
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
2022-03-26 18:44:47 -08:00
|
|
|
github.com/kr/text v0.2.0 // indirect
|
|
|
|
|
github.com/lann/builder v0.0.0-20180802200727-47ae307949d0 // indirect
|
|
|
|
|
github.com/lann/ps v0.0.0-20150810152359-62de8c46ede0 // indirect
|
2022-12-02 13:58:38 -09:00
|
|
|
github.com/lestrrat-go/blackmagic v1.0.1 // indirect
|
2022-07-25 06:08:06 -08:00
|
|
|
github.com/lestrrat-go/httpcc v1.0.1 // indirect
|
2022-12-02 13:58:38 -09:00
|
|
|
github.com/lestrrat-go/httprc v1.0.4 // indirect
|
|
|
|
|
github.com/lestrrat-go/iter v1.0.2 // indirect
|
2023-03-27 10:47:32 -08:00
|
|
|
github.com/lestrrat-go/option v1.0.1 // indirect
|
2023-01-23 08:18:51 -09:00
|
|
|
github.com/magiconair/properties v1.8.7 // indirect
|
2023-05-13 10:34:11 -08:00
|
|
|
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
|
2022-07-24 15:30:23 -08:00
|
|
|
github.com/mitchellh/mapstructure v1.5.0 // indirect
|
2022-07-26 12:47:16 -08:00
|
|
|
github.com/onsi/ginkgo v1.16.5 // indirect
|
2023-06-16 18:34:02 -08:00
|
|
|
github.com/pelletier/go-toml/v2 v2.0.8 // indirect
|
2022-03-26 18:44:47 -08:00
|
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
|
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
2022-12-02 13:39:52 -09:00
|
|
|
github.com/prometheus/client_model v0.3.0 // indirect
|
2023-05-13 10:34:11 -08:00
|
|
|
github.com/prometheus/common v0.42.0 // indirect
|
2023-07-21 15:11:59 -08:00
|
|
|
github.com/prometheus/procfs v0.11.0 // indirect
|
2023-06-16 18:34:02 -08:00
|
|
|
github.com/rogpeppe/go-internal v1.10.0 // indirect
|
|
|
|
|
github.com/segmentio/asm v1.2.0 // indirect
|
2022-07-30 08:43:48 -08:00
|
|
|
github.com/shiena/ansicolor v0.0.0-20200904210342-c7312218db18 // indirect
|
2023-06-16 18:34:02 -08:00
|
|
|
github.com/spf13/afero v1.9.5 // indirect
|
|
|
|
|
github.com/spf13/cast v1.5.1 // indirect
|
2022-03-26 18:44:47 -08:00
|
|
|
github.com/spf13/jwalterweatherman v1.1.0 // indirect
|
|
|
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
2022-11-22 05:42:26 -09:00
|
|
|
github.com/stretchr/objx v0.5.0 // indirect
|
2023-01-23 08:18:51 -09:00
|
|
|
github.com/subosito/gotenv v1.4.2 // indirect
|
2023-03-30 11:33:47 -08:00
|
|
|
go.uber.org/goleak v1.1.11 // indirect
|
2023-07-05 12:38:32 -08:00
|
|
|
golang.org/x/crypto v0.11.0 // indirect
|
|
|
|
|
golang.org/x/mod v0.12.0 // indirect
|
|
|
|
|
golang.org/x/net v0.12.0 // indirect
|
|
|
|
|
golang.org/x/sys v0.10.0 // indirect
|
2023-05-13 10:34:11 -08:00
|
|
|
google.golang.org/protobuf v1.30.0 // indirect
|
2022-09-28 09:25:08 -08:00
|
|
|
gopkg.in/ini.v1 v1.67.0 // indirect
|
2022-03-26 18:44:47 -08:00
|
|
|
)
|