File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -159,9 +159,9 @@ require (
159159 go.opentelemetry.io/otel/trace v1.24.0 // indirect
160160 go.uber.org/atomic v1.11.0 // indirect
161161 go.uber.org/multierr v1.11.0 // indirect
162- golang.org/x/term v0.28.0 // indirect
163162 golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 // indirect
164163 golang.org/x/mod v0.19.0 // indirect
164+ golang.org/x/term v0.28.0 // indirect
165165 golang.org/x/tools v0.23.0 // indirect
166166 google.golang.org/genproto/googleapis/api v0.0.0-20240311132316-a219d84964c2 // indirect
167167 google.golang.org/genproto/googleapis/rpc v0.0.0-20240415180920-8c6c420018be // indirect
@@ -212,7 +212,7 @@ require (
212212 github.com/go-git/go-billy/v5 v5.6.0 // indirect
213213 github.com/go-git/go-git/v5 v5.13.0 // indirect
214214 github.com/gogo/protobuf v1.3.2
215- github.com/golang/glog v1.2.0 // indirect
215+ github.com/golang/glog v1.2.4 // indirect
216216 github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
217217 github.com/golang/protobuf v1.5.4 // indirect
218218 github.com/golang/snappy v0.0.4
Original file line number Diff line number Diff line change @@ -430,8 +430,8 @@ github.com/golang-jwt/jwt/v4 v4.4.1/go.mod h1:m21LjoU+eqJr34lmDMbreY2eSTRJ1cv77w
430430github.com/golang-sql/civil v0.0.0-20190719163853-cb61b32ac6fe /go.mod h1:8vg3r2VgvsThLBIFL93Qb5yWzgyZWhEmBwUJWevAkK0 =
431431github.com/golang-sql/sqlexp v0.0.0-20170517235910-f1bb20e5a188 /go.mod h1:vXjM/+wXQnTPR4KqTKDgJukSZ6amVRtWMPEjE6sQoK8 =
432432github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b /go.mod h1:SBH7ygxi8pfUlaOkMMuAQtPIUF8ecWP5IEl/CR7VP2Q =
433- github.com/golang/glog v1.2.0 h1:uCdmnmatrKCgMBlM4rMuJZWOkPDqdbZPnrMXDY4gI68 =
434- github.com/golang/glog v1.2.0 /go.mod h1:6AhwSGph0fcJtXVM/PEHPqZlFeoLxhs7/t5UDAwmO+w =
433+ github.com/golang/glog v1.2.4 h1:CNNw5U8lSiiBk7druxtSHHTsRWcxKoac6kZKm2peBBc =
434+ github.com/golang/glog v1.2.4 /go.mod h1:6AhwSGph0fcJtXVM/PEHPqZlFeoLxhs7/t5UDAwmO+w =
435435github.com/golang/groupcache v0.0.0-20190702054246-869f871628b6 /go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc =
436436github.com/golang/groupcache v0.0.0-20191227052852-215e87163ea7 /go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc =
437437github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e /go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc =
You can’t perform that action at this time.
0 commit comments