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:
Deluan Quintão 2021-03-12 11:06:51 -05:00 committed by GitHub
parent 5a259ef3ff
commit 2d528bbc87
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
22 changed files with 60 additions and 150 deletions

View file

@ -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"