* support linux/loong64 * bump cpu version
* feat: frps support ssh * fix: comments * fix: update pkg * fix: remove useless change --------- Co-authored-by: int7 <int7@gmail.com>
* chore: Update dependencies * Removed all foolish updates
Co-authored-by: Matt Feury <mattfeury@gmail.com>
* Get rid of ugly statik go1.16 introduced the embed package, it's the more graceful solution for embedding file into binary. https://golang.org/pkg/embed/ * remove statik totally * split go and static files in assets