Replace go.rice with native go embedding (#331)

This commit is contained in:
ByteDream
2023-03-16 08:40:04 +01:00
committed by GitHub
parent e3e3639443
commit 4fc52b62d2
10 changed files with 60 additions and 70 deletions

3
go.mod
View File

@@ -1,9 +1,8 @@
module github.com/ngoduykhanh/wireguard-ui
go 1.14
go 1.16
require (
github.com/GeertJohan/go.rice v1.0.2
github.com/glendc/go-external-ip v0.0.0-20170425150139-139229dcdddd
github.com/go-playground/universal-translator v0.17.0 // indirect
github.com/gorilla/sessions v1.2.0