mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-04 13:07:36 +03:00
This is necessary, as the conf package will hold only configuration, and cannot have dependencies on other packages
26 lines
614 B
YAML
26 lines
614 B
YAML
package: github.com/deluan/gosonic
|
|
license: GPL-3.0
|
|
owners:
|
|
- name: Deluan Quintao
|
|
email: gosonic@deluan.com
|
|
homepage: http://techbeats.deluan.com
|
|
|
|
excludeDirs:
|
|
- bin
|
|
- static
|
|
|
|
import:
|
|
- package: github.com/astaxie/beego
|
|
version: v1.6.0
|
|
- package: github.com/kennygrant/sanitize
|
|
version: v1.0
|
|
- package: github.com/siddontang/ledisdb
|
|
- package: github.com/karlkfi/inject
|
|
- package: github.com/dhowden/tag
|
|
- package: github.com/nfnt/resize
|
|
- package: github.com/deluan/itl
|
|
- package: github.com/deluan/gomate
|
|
- package: github.com/koding/multiconfig
|
|
|
|
devImport:
|
|
- package: github.com/smartystreets/goconvey
|