This commit is contained in:
shoopea
2023-06-29 22:58:24 +02:00
parent fb02d525d2
commit 35e234533c
18 changed files with 1646 additions and 1441 deletions

6
go.mod
View File

@@ -3,6 +3,8 @@ module git.siteop.biz/shoopea/backup
go 1.16
require (
golang.org/x/crypto v0.0.0-20221005025214-4161e89ecf1b
golang.org/x/sys v0.0.0-20221006211917-84dc82d7e875 // indirect
github.com/gin-gonic/gin v1.9.1 // indirect
github.com/silenceper/pool v1.0.0 // indirect
github.com/sirupsen/logrus v1.9.3 // indirect
golang.org/x/crypto v0.9.0
)