mirror of
https://github.com/jkaninda/mysql-bkup.git
synced 2025-12-06 21:49:40 +01:00
32 lines
1.0 KiB
Modula-2
32 lines
1.0 KiB
Modula-2
module github.com/jkaninda/mysql-bkup
|
|
|
|
go 1.22.5
|
|
|
|
require github.com/spf13/pflag v1.0.5
|
|
|
|
require (
|
|
github.com/ProtonMail/gopenpgp/v2 v2.7.5
|
|
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/jlaffaye/ftp v0.2.0
|
|
github.com/robfig/cron/v3 v3.0.1
|
|
github.com/spf13/cobra v1.8.0
|
|
golang.org/x/crypto v0.18.0
|
|
)
|
|
|
|
require (
|
|
github.com/ProtonMail/go-crypto v0.0.0-20230717121422-5aa5874ade95 // indirect
|
|
github.com/ProtonMail/go-mime v0.0.0-20230322103455-7d82a3887f2f // indirect
|
|
github.com/cloudflare/circl v1.3.3 // indirect
|
|
github.com/hashicorp/errwrap v1.1.0 // indirect
|
|
github.com/hashicorp/go-multierror v1.1.1 // indirect
|
|
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
|
github.com/jmespath/go-jmespath v0.4.0 // indirect
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
golang.org/x/sys v0.22.0 // indirect
|
|
golang.org/x/text v0.14.0 // indirect
|
|
gopkg.in/fsnotify.v1 v1.4.7 // indirect
|
|
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
|
|
)
|