go get -u && go mod tidy
This commit is contained in:
7
go.mod
7
go.mod
@ -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
|
||||
)
|
||||
|
Reference in New Issue
Block a user