refactor: move backup, restore, s3fs tasks in pkg folder

This commit is contained in:
2024-01-19 05:31:30 +01:00
parent 078d57fc0d
commit 164d8eda77
10 changed files with 438 additions and 269 deletions

8
go.mod
View File

@@ -1,6 +1,10 @@
module github.com/jkaninda/mysql-bkup
go 1.21.0
require(
github.com/spf13/pflag v1.0.5
require github.com/spf13/pflag v1.0.5
require (
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/spf13/cobra v1.8.0 // indirect
)