go mod tidy in tools/

This commit is contained in:
Tim Hockin 2025-08-29 12:24:29 -07:00
parent 767db9dabf
commit 239a784830
1 changed files with 3 additions and 1 deletions

View File

@ -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