Skip to content

Commit 28ca00d

Browse files
committed
fix cve
1 parent e458544 commit 28ca00d

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
diff --git a/upstream/image/git-init/go.mod b/upstream/image/git-init/go.mod
2+
index 918df2b..22a4ba9 100644
3+
--- a/upstream/image/git-init/go.mod
4+
+++ b/upstream/image/git-init/go.mod
5+
@@ -55,7 +55,7 @@ require (
6+
go.uber.org/multierr v1.11.0 // indirect
7+
golang.org/x/exp v0.0.0-20240808152545-0cdaa3abc0fa // indirect
8+
golang.org/x/net v0.36.0 // indirect
9+
- golang.org/x/oauth2 v0.26.0 // indirect
10+
+ golang.org/x/oauth2 v0.27.0 // indirect
11+
golang.org/x/sync v0.11.0 // indirect
12+
golang.org/x/sys v0.30.0 // indirect
13+
golang.org/x/term v0.29.0 // indirect
14+

0 commit comments

Comments
 (0)