2023-08-20 23:17:18 +00:00
|
|
|
module github.com/Luzifer/duplicity-backup
|
|
|
|
|
|
|
|
go 1.21.0
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/Luzifer/go_helpers v1.4.0
|
2023-08-21 11:16:46 +00:00
|
|
|
github.com/Luzifer/go_helpers/v2 v2.20.0
|
|
|
|
github.com/Luzifer/rconfig/v2 v2.4.0
|
2023-08-20 23:17:18 +00:00
|
|
|
github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2
|
|
|
|
github.com/mitchellh/go-homedir v1.1.0
|
|
|
|
github.com/nightlyone/lockfile v1.0.0
|
|
|
|
github.com/onsi/ginkgo v1.16.5
|
|
|
|
github.com/onsi/gomega v1.27.10
|
2023-08-21 11:16:46 +00:00
|
|
|
github.com/pkg/errors v0.9.1
|
2023-08-20 23:17:18 +00:00
|
|
|
github.com/rifflock/lfshook v0.0.0-20180920164130-b9218ef580f5
|
|
|
|
github.com/sirupsen/logrus v1.9.3
|
|
|
|
gopkg.in/yaml.v2 v2.4.0
|
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
2023-08-21 11:16:46 +00:00
|
|
|
github.com/fsnotify/fsnotify v1.6.0 // indirect
|
2023-08-20 23:17:18 +00:00
|
|
|
github.com/google/go-cmp v0.5.9 // indirect
|
|
|
|
github.com/nxadm/tail v1.4.8 // indirect
|
|
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
|
|
golang.org/x/net v0.12.0 // indirect
|
|
|
|
golang.org/x/sys v0.10.0 // indirect
|
|
|
|
golang.org/x/text v0.11.0 // indirect
|
|
|
|
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
|
|
|
|
gopkg.in/validator.v2 v2.0.1 // indirect
|
|
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
|
|
)
|