go get -u && go mod tidy

This commit is contained in:
2025-03-23 20:13:23 +01:00
parent 2d881a0d34
commit d101e186c4
2 changed files with 12 additions and 9 deletions

7
go.mod
View File

@ -3,11 +3,12 @@ module backup
go 1.23.0
require (
github.com/otiai10/copy v1.14.0
github.com/otiai10/copy v1.14.1
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
github.com/otiai10/mint v1.6.3 // indirect
golang.org/x/sync v0.12.0 // indirect
golang.org/x/sys v0.31.0 // indirect
)