Skip to content

Commit 70cf9e3

Browse files
committed
resolve go.mod
Signed-off-by: Ryan Zhang <[email protected]>
1 parent 1893341 commit 70cf9e3

File tree

2 files changed

+5
-13
lines changed

2 files changed

+5
-13
lines changed

go.mod

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -107,24 +107,16 @@ require (
107107
go.uber.org/automaxprocs v1.6.0 // indirect
108108
go.uber.org/mock v0.5.1 // indirect
109109
go.uber.org/multierr v1.11.0 // indirect
110+
go.yaml.in/yaml/v2 v2.4.2 // indirect
111+
go.yaml.in/yaml/v3 v3.0.4 // indirect
110112
golang.org/x/crypto v0.45.0 // indirect
111113
golang.org/x/exp v0.0.0-20250305212735-054e65f0b394 // indirect
112114
golang.org/x/net v0.47.0 // indirect
113-
golang.org/x/oauth2 v0.27.0 // indirect
115+
golang.org/x/oauth2 v0.29.0 // indirect
114116
golang.org/x/sys v0.38.0 // indirect
115117
golang.org/x/term v0.37.0 // indirect
116118
golang.org/x/text v0.31.0 // indirect
117119
golang.org/x/tools v0.38.0 // indirect
118-
go.yaml.in/yaml/v2 v2.4.2 // indirect
119-
go.yaml.in/yaml/v3 v3.0.4 // indirect
120-
golang.org/x/crypto v0.38.0 // indirect
121-
golang.org/x/exp v0.0.0-20250305212735-054e65f0b394 // indirect
122-
golang.org/x/net v0.40.0 // indirect
123-
golang.org/x/oauth2 v0.29.0 // indirect
124-
golang.org/x/sys v0.33.0 // indirect
125-
golang.org/x/term v0.32.0 // indirect
126-
golang.org/x/text v0.25.0 // indirect
127-
golang.org/x/tools v0.31.0 // indirect
128120
google.golang.org/protobuf v1.36.6 // indirect
129121
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
130122
gopkg.in/inf.v0 v0.9.1 // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -338,8 +338,8 @@ golang.org/x/net v0.0.0-20200226121028-0de0cce0169b/go.mod h1:z5CRVTTTmAJ677TzLL
338338
golang.org/x/net v0.0.0-20201021035429-f5854403a974/go.mod h1:sp8m0HH+o8qH0wwXwYZr8TS3Oi6o0r6Gce1SSxlDquU=
339339
golang.org/x/net v0.47.0 h1:Mx+4dIFzqraBXUugkia1OOvlD6LemFo1ALMHjrXDOhY=
340340
golang.org/x/net v0.47.0/go.mod h1:/jNxtkgq5yWUGYkaZGqo27cfGZ1c5Nen03aYrrKpVRU=
341-
golang.org/x/oauth2 v0.27.0 h1:da9Vo7/tDv5RH/7nZDz1eMGS/q1Vv1N/7FCrBhI9I3M=
342-
golang.org/x/oauth2 v0.27.0/go.mod h1:onh5ek6nERTohokkhCD/y2cV4Do3fxFHFuAejCkRWT8=
341+
golang.org/x/oauth2 v0.29.0 h1:WdYw2tdTK1S8olAzWHdgeqfy+Mtm9XNhv/xJsY65d98=
342+
golang.org/x/oauth2 v0.29.0/go.mod h1:onh5ek6nERTohokkhCD/y2cV4Do3fxFHFuAejCkRWT8=
343343
golang.org/x/sync v0.0.0-20190423024810-112230192c58/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
344344
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
345345
golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=

0 commit comments

Comments
 (0)