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

This commit is contained in:
2024-01-19 06:32:30 +01:00
parent 59e4504872
commit 53e8bfed35
15 changed files with 456 additions and 299 deletions

8
go.mod
View File

@@ -1,6 +1,10 @@
module github.com/jkaninda/pg-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
)