mirror of
https://github.com/jkaninda/mysql-bkup.git
synced 2025-12-06 21:49:40 +01:00
26 lines
729 B
Modula-2
26 lines
729 B
Modula-2
module github.com/jkaninda/mysql-bkup
|
|
|
|
go 1.22.5
|
|
|
|
require github.com/spf13/pflag v1.0.5
|
|
|
|
require (
|
|
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 (
|
|
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/jlaffaye/ftp v0.2.0 // indirect
|
|
github.com/jmespath/go-jmespath v0.4.0 // indirect
|
|
github.com/robfig/cron/v3 v3.0.1 // indirect
|
|
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
|
|
)
|