add saving cfg

This commit is contained in:
shoopea
2024-11-17 16:25:39 +01:00
parent e1806fd27a
commit 3bcd6664a6
5 changed files with 51 additions and 4 deletions

1
go.mod
View File

@@ -9,6 +9,7 @@ require (
github.com/silenceper/pool v1.0.0
github.com/sirupsen/logrus v1.9.3
github.com/tailscale/hujson v0.0.0-20221223112325-20486734a56a
github.com/tidwall/pretty v1.2.1
golang.org/x/crypto v0.9.0
)