File tree 4 files changed +6
-6
lines changed
4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ require (
12
12
github.com/prometheus/client_model v0.6.1
13
13
github.com/stretchr/testify v1.9.0
14
14
golang.org/x/net v0.25.0
15
- golang.org/x/oauth2 v0.20 .0
15
+ golang.org/x/oauth2 v0.21 .0
16
16
google.golang.org/protobuf v1.34.1
17
17
gopkg.in/yaml.v2 v2.4.0
18
18
)
Original file line number Diff line number Diff line change @@ -46,8 +46,8 @@ github.com/xhit/go-str2duration/v2 v2.1.0 h1:lxklc02Drh6ynqX+DdPyp5pCKLUQpRT8bp8
46
46
github.com/xhit/go-str2duration/v2 v2.1.0 /go.mod h1:ohY8p+0f07DiV6Em5LKB0s2YpLtXVyJfNt1+BlmyAsU =
47
47
golang.org/x/net v0.25.0 h1:d/OCCoBEUq33pjydKrGQhw7IlUPI2Oylr+8qLx49kac =
48
48
golang.org/x/net v0.25.0 /go.mod h1:JkAGAh7GEvH74S6FOH42FLoXpXbE/aqXSrIQjXgsiwM =
49
- golang.org/x/oauth2 v0.20 .0 h1:4mQdhULixXKP1rwYBW0vAijoXnkTG0BLCDRzfe1idMo =
50
- golang.org/x/oauth2 v0.20 .0 /go.mod h1:XYTD2NtWslqkgxebSiOHnXEap4TF09sJSc7H1sXbhtI =
49
+ golang.org/x/oauth2 v0.21 .0 h1:tsimM75w1tF/uws5rbeHzIWxEqElMehnc+iW793zsZs =
50
+ golang.org/x/oauth2 v0.21 .0 /go.mod h1:XYTD2NtWslqkgxebSiOHnXEap4TF09sJSc7H1sXbhtI =
51
51
golang.org/x/sys v0.20.0 h1:Od9JTbYCk261bKm4M/mw7AklTlFYIa0bIp9BgSm1S8Y =
52
52
golang.org/x/sys v0.20.0 /go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA =
53
53
golang.org/x/text v0.15.0 h1:h1V/4gjBv8v9cjcR6+AR5+/cIYK5N/WAgiv4xlsEtAk =
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ require (
25
25
github.com/prometheus/client_model v0.6.1 // indirect
26
26
github.com/prometheus/procfs v0.15.1 // indirect
27
27
golang.org/x/net v0.25.0 // indirect
28
- golang.org/x/oauth2 v0.20 .0 // indirect
28
+ golang.org/x/oauth2 v0.21 .0 // indirect
29
29
golang.org/x/sys v0.20.0 // indirect
30
30
golang.org/x/text v0.15.0 // indirect
31
31
google.golang.org/protobuf v1.34.1 // indirect
Original file line number Diff line number Diff line change @@ -36,8 +36,8 @@ github.com/stretchr/testify v1.9.0 h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsT
36
36
github.com/stretchr/testify v1.9.0 /go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY =
37
37
golang.org/x/net v0.25.0 h1:d/OCCoBEUq33pjydKrGQhw7IlUPI2Oylr+8qLx49kac =
38
38
golang.org/x/net v0.25.0 /go.mod h1:JkAGAh7GEvH74S6FOH42FLoXpXbE/aqXSrIQjXgsiwM =
39
- golang.org/x/oauth2 v0.20 .0 h1:4mQdhULixXKP1rwYBW0vAijoXnkTG0BLCDRzfe1idMo =
40
- golang.org/x/oauth2 v0.20 .0 /go.mod h1:XYTD2NtWslqkgxebSiOHnXEap4TF09sJSc7H1sXbhtI =
39
+ golang.org/x/oauth2 v0.21 .0 h1:tsimM75w1tF/uws5rbeHzIWxEqElMehnc+iW793zsZs =
40
+ golang.org/x/oauth2 v0.21 .0 /go.mod h1:XYTD2NtWslqkgxebSiOHnXEap4TF09sJSc7H1sXbhtI =
41
41
golang.org/x/sys v0.20.0 h1:Od9JTbYCk261bKm4M/mw7AklTlFYIa0bIp9BgSm1S8Y =
42
42
golang.org/x/sys v0.20.0 /go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA =
43
43
golang.org/x/text v0.15.0 h1:h1V/4gjBv8v9cjcR6+AR5+/cIYK5N/WAgiv4xlsEtAk =
You can’t perform that action at this time.
0 commit comments