Use Go embed.FS instead of external tool to embed assets (#135)

* Use Go embed.FS instead of external tool to embed assets

* remove go-bindata from dockerfiles and bump ci to golang 1.16.x

* remove more go-bindata related stuff

Co-authored-by: Markus Viitamäki <markus.viitamaki@embark-studios.com>
This commit is contained in:
Thomas Frössman
2021-07-23 15:28:35 +02:00
committed by GitHub
parent 685e913dc3
commit 4f57eac902
8 changed files with 24 additions and 33 deletions
+1 -2
View File
@@ -1,11 +1,10 @@
module github.com/embarkstudios/wireguard-ui
go 1.13
go 1.16
require (
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 // indirect
github.com/alecthomas/units v0.0.0-20190924025748-f65c72e2690d // indirect
github.com/elazarl/go-bindata-assetfs v1.0.1
github.com/fujiwara/go-amzn-oidc v0.0.2
github.com/google/nftables v0.0.0-20200316075819-7127d9d22474
github.com/julienschmidt/httprouter v1.3.0