mirror of
https://github.com/Luzifer/duplicity-backup.git
synced 2024-11-08 07:00:09 +00:00
30 lines
966 B
Modula-2
30 lines
966 B
Modula-2
module github.com/Luzifer/duplicity-backup
|
|
|
|
go 1.21.0
|
|
|
|
require (
|
|
github.com/Luzifer/go_helpers/v2 v2.20.1
|
|
github.com/Luzifer/rconfig/v2 v2.4.0
|
|
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.28.0
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/rifflock/lfshook v0.0.0-20180920164130-b9218ef580f5
|
|
github.com/sirupsen/logrus v1.9.3
|
|
gopkg.in/yaml.v2 v2.4.0
|
|
)
|
|
|
|
require (
|
|
github.com/fsnotify/fsnotify v1.6.0 // indirect
|
|
github.com/google/go-cmp v0.6.0 // indirect
|
|
github.com/nxadm/tail v1.4.11 // indirect
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
golang.org/x/net v0.17.0 // indirect
|
|
golang.org/x/sys v0.13.0 // indirect
|
|
golang.org/x/text v0.13.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
|
|
)
|