mirror of
https://github.com/Threnklyn/wg-ui.git
synced 2026-06-06 05:38:27 +02:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user