2024-01-11 19:38:13 +01:00
|
|
|
module github.com/jkaninda/mysql-bkup
|
|
|
|
|
|
2024-08-03 16:03:17 +02:00
|
|
|
go 1.22.5
|
2024-01-19 05:31:30 +01:00
|
|
|
|
|
|
|
|
require github.com/spf13/pflag v1.0.5
|
|
|
|
|
|
|
|
|
|
require (
|
2024-08-03 16:03:17 +02:00
|
|
|
github.com/aws/aws-sdk-go v1.55.3
|
|
|
|
|
github.com/bramvdbogaerde/go-scp v1.5.0
|
|
|
|
|
github.com/hpcloud/tail v1.0.0
|
|
|
|
|
github.com/spf13/cobra v1.8.0
|
|
|
|
|
golang.org/x/crypto v0.18.0
|
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
require (
|
2024-09-30 00:40:35 +02:00
|
|
|
github.com/hashicorp/errwrap v1.1.0 // indirect
|
|
|
|
|
github.com/hashicorp/go-multierror v1.1.1 // indirect
|
2024-01-19 05:31:30 +01:00
|
|
|
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
2024-09-30 00:40:35 +02:00
|
|
|
github.com/jlaffaye/ftp v0.2.0 // indirect
|
2024-08-03 16:03:17 +02:00
|
|
|
github.com/jmespath/go-jmespath v0.4.0 // indirect
|
2024-09-28 04:45:03 +02:00
|
|
|
github.com/robfig/cron/v3 v3.0.1 // indirect
|
2024-07-28 22:54:31 +02:00
|
|
|
golang.org/x/sys v0.22.0 // indirect
|
|
|
|
|
gopkg.in/fsnotify.v1 v1.4.7 // indirect
|
|
|
|
|
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
|
2024-01-18 14:19:27 +01:00
|
|
|
)
|