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 11module github.com/brevdev/brev-cli
22
3- go 1.22.6
3+ go 1.24.0
44
55require (
66 github.com/alessio/shellescape v1.4.1
@@ -142,7 +142,7 @@ require (
142142 github.com/xlab/treeprint v1.2.0 // indirect
143143 go.starlark.net v0.0.0-20230525235612-a134d8f9ddca // indirect
144144 golang.org/x/net v0.34.0 // indirect
145- golang.org/x/oauth2 v0.21 .0 // indirect
145+ golang.org/x/oauth2 v0.34 .0 // indirect
146146 golang.org/x/sys v0.29.0 // indirect
147147 golang.org/x/term v0.28.0 // indirect
148148 golang.org/x/time v0.3.0 // indirect
Original file line number Diff line number Diff line change @@ -545,8 +545,8 @@ golang.org/x/oauth2 v0.0.0-20200902213428-5d25da1a8d43/go.mod h1:KelEdhl1UZF7XfJ
545545golang.org/x/oauth2 v0.0.0-20201109201403-9fd604954f58 /go.mod h1:KelEdhl1UZF7XfJ4dDtk6s++YSgaE7mD/BuKKDLBl4A =
546546golang.org/x/oauth2 v0.0.0-20201208152858-08078c50e5b5 /go.mod h1:KelEdhl1UZF7XfJ4dDtk6s++YSgaE7mD/BuKKDLBl4A =
547547golang.org/x/oauth2 v0.0.0-20210218202405-ba52d332ba99 /go.mod h1:KelEdhl1UZF7XfJ4dDtk6s++YSgaE7mD/BuKKDLBl4A =
548- golang.org/x/oauth2 v0.21 .0 h1:tsimM75w1tF/uws5rbeHzIWxEqElMehnc+iW793zsZs =
549- golang.org/x/oauth2 v0.21 .0 /go.mod h1:XYTD2NtWslqkgxebSiOHnXEap4TF09sJSc7H1sXbhtI =
548+ golang.org/x/oauth2 v0.34 .0 h1:hqK/t4AKgbqWkdkcAeI8XLmbK+4m4G5YeQRrmiotGlw =
549+ golang.org/x/oauth2 v0.34 .0 /go.mod h1:lzm5WQJQwKZ3nwavOZ3IS5Aulzxi68dUSgRHujetwEA =
550550golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f /go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM =
551551golang.org/x/sync v0.0.0-20181108010431-42b317875d0f /go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM =
552552golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 /go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM =
You can’t perform that action at this time.
0 commit comments