mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-05 05:27:37 +03:00
Remove dependency of go-bindata (#818)
* Use new embed functionality for serving UI assets * Use new embed functionality for serving resources. Remove dependency on go-bindata * Remove Go 1.15
This commit is contained in:
parent
5a259ef3ff
commit
2d528bbc87
22 changed files with 60 additions and 150 deletions
1
tools.go
1
tools.go
|
@ -4,7 +4,6 @@ package main
|
|||
|
||||
import (
|
||||
_ "github.com/cespare/reflex"
|
||||
_ "github.com/go-bindata/go-bindata/go-bindata"
|
||||
_ "github.com/golangci/golangci-lint/cmd/golangci-lint"
|
||||
_ "github.com/google/wire/cmd/wire"
|
||||
_ "github.com/onsi/ginkgo/ginkgo"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue