go mod tidy in tools/
This commit is contained in:
parent
767db9dabf
commit
239a784830
|
|
@ -1,6 +1,8 @@
|
||||||
module k8s.io/git-sync/tools
|
module k8s.io/git-sync/tools
|
||||||
|
|
||||||
go 1.18.0
|
go 1.23.0
|
||||||
|
|
||||||
|
toolchain go1.24.1
|
||||||
|
|
||||||
require (
|
require (
|
||||||
github.com/estesp/manifest-tool/v2 v2.2.0
|
github.com/estesp/manifest-tool/v2 v2.2.0
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue