mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-16 12:10:36 +03:00
Bumps [github.com/onsi/ginkgo](https://github.com/onsi/ginkgo) from 1.12.3 to 1.13.0. - [Release notes](https://github.com/onsi/ginkgo/releases) - [Changelog](https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md) - [Commits](https://github.com/onsi/ginkgo/compare/v1.12.3...v1.13.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
43 lines
1.7 KiB
Modula-2
43 lines
1.7 KiB
Modula-2
module github.com/deluan/navidrome
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/BurntSushi/toml v0.3.1 // indirect
|
|
github.com/Masterminds/squirrel v1.4.0
|
|
github.com/astaxie/beego v1.12.1
|
|
github.com/bradleyjkemp/cupaloy v2.3.0+incompatible
|
|
github.com/deluan/rest v0.0.0-20200327222046-b71e558c45d0
|
|
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
|
|
github.com/fatih/camelcase v0.0.0-20160318181535-f6a740d52f96 // indirect
|
|
github.com/fatih/structs v1.0.0 // indirect
|
|
github.com/go-chi/chi v4.1.2+incompatible
|
|
github.com/go-chi/cors v1.1.1
|
|
github.com/go-chi/jwtauth v4.0.4+incompatible
|
|
github.com/go-sql-driver/mysql v1.5.0 // indirect
|
|
github.com/google/uuid v1.1.1
|
|
github.com/google/wire v0.4.0
|
|
github.com/kennygrant/sanitize v0.0.0-20170120101633-6a0bfdde8629
|
|
github.com/koding/multiconfig v0.0.0-20170327155832-26b6dfd3a84a
|
|
github.com/kr/pretty v0.1.0 // indirect
|
|
github.com/lib/pq v1.3.0 // indirect
|
|
github.com/mattn/go-sqlite3 v2.0.3+incompatible
|
|
github.com/onsi/ginkgo v1.13.0
|
|
github.com/onsi/gomega v1.10.1
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
github.com/pressly/goose v2.6.0+incompatible
|
|
github.com/sirupsen/logrus v1.6.0
|
|
github.com/stretchr/testify v1.4.0 // indirect
|
|
golang.org/x/net v0.0.0-20200520182314-0ba52f642ac2 // indirect
|
|
golang.org/x/sys v0.0.0-20200602225109-6fdc65e7d980 // indirect
|
|
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
|
|
gopkg.in/djherbis/atime.v1 v1.0.0 // indirect
|
|
gopkg.in/djherbis/stream.v1 v1.3.1 // indirect
|
|
)
|
|
|
|
replace github.com/dhowden/tag => github.com/wader/tag v0.0.0-20200426234345-d072771f6a51
|