mirror of
https://github.com/Threnklyn/wg-ui.git
synced 2026-05-18 21:03:30 +02:00
4f57eac902
* 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>
19 lines
756 B
Modula-2
19 lines
756 B
Modula-2
module github.com/embarkstudios/wireguard-ui
|
|
|
|
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/fujiwara/go-amzn-oidc v0.0.2
|
|
github.com/google/nftables v0.0.0-20200316075819-7127d9d22474
|
|
github.com/julienschmidt/httprouter v1.3.0
|
|
github.com/sirupsen/logrus v1.6.0
|
|
github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e
|
|
github.com/vishvananda/netlink v1.1.0
|
|
github.com/vishvananda/netns v0.0.0-20200520041808-52d707b772fe
|
|
golang.zx2c4.com/wireguard v0.0.0-20210507124553-ea5456b5e079 // indirect
|
|
golang.zx2c4.com/wireguard/wgctrl v0.0.0-20210506160403-92e472f520a5
|
|
gopkg.in/alecthomas/kingpin.v2 v2.2.6
|
|
)
|