navidrome/go.mod

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

53 lines
2.1 KiB
Modula-2
Raw Normal View History

2020-01-24 01:44:08 +01:00
module github.com/deluan/navidrome
2020-10-01 03:03:38 +02:00
go 1.15
require (
github.com/Masterminds/squirrel v1.4.0
2020-07-01 16:00:19 +02:00
github.com/astaxie/beego v1.12.2
github.com/bradleyjkemp/cupaloy v2.3.0+incompatible
2020-10-03 17:01:16 +02:00
github.com/cespare/reflex v0.3.0
github.com/deluan/rest v0.0.0-20200327222046-b71e558c45d0
2020-01-20 15:54:29 +01:00
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/dhowden/tag v0.0.0-20200412032933-5d76b8eaae27
github.com/disintegration/imaging v1.6.2
github.com/djherbis/fscache v0.10.1
github.com/dustin/go-humanize v1.0.0
2020-10-03 17:01:16 +02:00
github.com/go-bindata/go-bindata v3.1.2+incompatible
2020-06-03 15:42:16 +02:00
github.com/go-chi/chi v4.1.2+incompatible
2020-04-13 16:50:18 +02:00
github.com/go-chi/cors v1.1.1
github.com/go-chi/httprate v0.4.0
github.com/go-chi/jwtauth v4.0.4+incompatible
2020-09-08 19:00:04 +02:00
github.com/google/uuid v1.1.2
github.com/google/wire v0.4.0
github.com/kennygrant/sanitize v0.0.0-20170120101633-6a0bfdde8629
github.com/lib/pq v1.3.0 // indirect
github.com/mattn/go-sqlite3 v2.0.3+incompatible
github.com/microcosm-cc/bluemonday v1.0.4
2020-07-03 15:49:52 +02:00
github.com/mitchellh/mapstructure v1.3.2 // indirect
2020-09-08 18:59:06 +02:00
github.com/onsi/ginkgo v1.14.1
github.com/onsi/gomega v1.10.2
2020-07-03 15:49:52 +02:00
github.com/pelletier/go-toml v1.8.0 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/pressly/goose v2.6.0+incompatible
github.com/sirupsen/logrus v1.7.0
2020-07-03 15:49:52 +02:00
github.com/spf13/afero v1.3.1 // indirect
github.com/spf13/cast v1.3.1 // indirect
2020-07-02 22:34:21 +02:00
github.com/spf13/cobra v1.0.0
2020-07-03 15:49:52 +02:00
github.com/spf13/jwalterweatherman v1.1.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/spf13/viper v1.7.1
2020-10-03 17:01:16 +02:00
github.com/ziutek/mymysql v1.5.4 // indirect
2020-08-21 17:33:23 +02:00
golang.org/x/image v0.0.0-20191009234506-e7c1f5e7dbb8
2020-07-01 16:00:19 +02:00
golang.org/x/net v0.0.0-20200625001655-4c5254603344 // indirect
golang.org/x/sys v0.0.0-20200625212154-ddb9806d33ae // indirect
golang.org/x/text v0.3.3 // indirect
2020-10-03 17:01:16 +02:00
golang.org/x/tools v0.0.0-20200117065230-39095c1d176c
2020-07-01 16:00:19 +02:00
google.golang.org/protobuf v1.25.0 // indirect
gopkg.in/djherbis/atime.v1 v1.0.0 // indirect
gopkg.in/djherbis/stream.v1 v1.3.1 // indirect
2020-07-03 15:49:52 +02:00
gopkg.in/ini.v1 v1.57.0 // indirect
)
replace github.com/dhowden/tag => github.com/wader/tag v0.0.0-20200426234345-d072771f6a51