2020-01-23 15:44:08 -09:00
|
|
|
module github.com/deluan/navidrome
|
2020-01-04 17:02:15 -09:00
|
|
|
|
2020-09-30 17:03:38 -08:00
|
|
|
go 1.15
|
2020-01-04 17:02:15 -09:00
|
|
|
|
|
|
|
|
require (
|
2020-11-30 01:35:12 -09:00
|
|
|
github.com/Masterminds/squirrel v1.5.0
|
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
|
2020-10-03 07:01:16 -08:00
|
|
|
github.com/cespare/reflex v0.3.0
|
2020-03-27 15:12:11 -08:00
|
|
|
github.com/deluan/rest v0.0.0-20200327222046-b71e558c45d0
|
2020-01-20 05:54:29 -09:00
|
|
|
github.com/dgrijalva/jwt-go v3.2.0+incompatible
|
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
|
2020-10-03 07:01:16 -08:00
|
|
|
github.com/go-bindata/go-bindata v3.1.2+incompatible
|
2020-06-03 05:42:16 -08:00
|
|
|
github.com/go-chi/chi v4.1.2+incompatible
|
2020-04-13 06:50:18 -08:00
|
|
|
github.com/go-chi/cors v1.1.1
|
2020-07-19 10:45:05 -08:00
|
|
|
github.com/go-chi/httprate v0.4.0
|
2020-02-04 01:36:26 -09:00
|
|
|
github.com/go-chi/jwtauth v4.0.4+incompatible
|
2020-11-14 17:35:39 -09:00
|
|
|
github.com/golang/protobuf v1.4.3 // indirect
|
2021-01-31 13:43:03 -09:00
|
|
|
github.com/golangci/golangci-lint v1.36.0
|
2020-09-08 09:00:04 -08:00
|
|
|
github.com/google/uuid v1.1.2
|
2020-01-07 10:56:26 -09:00
|
|
|
github.com/google/wire v0.4.0
|
2020-10-23 17:30:45 -08:00
|
|
|
github.com/karrick/godirwalk v1.16.1
|
2020-01-04 17:02:15 -09:00
|
|
|
github.com/kennygrant/sanitize v0.0.0-20170120101633-6a0bfdde8629
|
2020-10-26 02:39:54 -08:00
|
|
|
github.com/kr/pretty v0.2.1
|
2020-01-28 01:35:08 -09:00
|
|
|
github.com/mattn/go-sqlite3 v2.0.3+incompatible
|
2020-08-14 02:26:57 -08:00
|
|
|
github.com/microcosm-cc/bluemonday v1.0.4
|
2020-07-03 05:49:52 -08:00
|
|
|
github.com/mitchellh/mapstructure v1.3.2 // indirect
|
2020-10-24 18:43:59 -08:00
|
|
|
github.com/oklog/run v1.1.0
|
2020-10-13 05:35:31 -08:00
|
|
|
github.com/onsi/ginkgo v1.14.2
|
2020-12-14 03:22:57 -09:00
|
|
|
github.com/onsi/gomega v1.10.4
|
2020-07-03 05:49:52 -08:00
|
|
|
github.com/pelletier/go-toml v1.8.0 // indirect
|
2021-01-31 13:48:08 -09:00
|
|
|
github.com/pressly/goose v2.7.0+incompatible
|
2020-09-29 02:40:54 -08:00
|
|
|
github.com/sirupsen/logrus v1.7.0
|
2020-07-03 05:49:52 -08:00
|
|
|
github.com/spf13/afero v1.3.1 // indirect
|
|
|
|
|
github.com/spf13/cast v1.3.1 // indirect
|
2020-10-19 02:24:32 -08:00
|
|
|
github.com/spf13/cobra v1.1.1
|
2020-07-03 05:49:52 -08:00
|
|
|
github.com/spf13/jwalterweatherman v1.1.0 // indirect
|
2020-08-03 03:34:13 -08:00
|
|
|
github.com/spf13/viper v1.7.1
|
2020-10-04 10:29:33 -08:00
|
|
|
github.com/unrolled/secure v1.0.8
|
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
|
2020-12-14 03:22:57 -09:00
|
|
|
golang.org/x/net v0.0.0-20201202161906-c7110b5ffcbb
|
2020-11-14 17:35:39 -09:00
|
|
|
golang.org/x/sys v0.0.0-20201113233024-12cec1faf1ba // indirect
|
2021-01-31 13:43:03 -09:00
|
|
|
golang.org/x/tools v0.0.0-20210105210202-9ed45478a130
|
2020-07-01 06:00:19 -08:00
|
|
|
google.golang.org/protobuf v1.25.0 // indirect
|
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-07-03 05:49:52 -08:00
|
|
|
gopkg.in/ini.v1 v1.57.0 // indirect
|
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
|