switch to different copy

This commit is contained in:
2024-09-27 16:36:44 +02:00
parent e3c9924fbc
commit cb735a01a1
4 changed files with 42 additions and 186 deletions

10
go.mod
View File

@ -2,4 +2,12 @@ module backup
go 1.23.0
require github.com/pelletier/go-toml v1.9.5
require (
github.com/otiai10/copy v1.14.0
github.com/pelletier/go-toml v1.9.5
)
require (
golang.org/x/sync v0.3.0 // indirect
golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8 // indirect
)