Skip to content

Commit d34a12f

Browse files
committed
Adjust go.mod to recent changes
Signed-off-by: Dr. Jan-Philip Gehrcke <[email protected]>
1 parent 7e18c33 commit d34a12f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ require (
1515
github.com/spf13/pflag v1.0.10
1616
github.com/stretchr/testify v1.11.1
1717
github.com/urfave/cli/v2 v2.27.7
18+
golang.org/x/time v0.9.0
1819
google.golang.org/grpc v1.75.1
1920
k8s.io/api v0.34.0
2021
k8s.io/apimachinery v0.34.0
@@ -80,7 +81,6 @@ require (
8081
golang.org/x/sys v0.36.0 // indirect
8182
golang.org/x/term v0.34.0 // indirect
8283
golang.org/x/text v0.28.0 // indirect
83-
golang.org/x/time v0.9.0 // indirect
8484
google.golang.org/genproto/googleapis/rpc v0.0.0-20250707201910-8d1bb00bc6a7 // indirect
8585
google.golang.org/protobuf v1.36.8 // indirect
8686
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect

0 commit comments

Comments
 (0)