File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ require (
8
8
github.com/k0kubun/pp v3.0.1+incompatible
9
9
github.com/mitchellh/mapstructure v1.5.0
10
10
github.com/stretchr/testify v1.10.0
11
- golang.org/x/net v0.39 .0
11
+ golang.org/x/net v0.41 .0
12
12
golang.org/x/oauth2 v0.30.0
13
13
)
14
14
@@ -20,7 +20,7 @@ require (
20
20
github.com/mattn/go-isatty v0.0.16 // indirect
21
21
github.com/pmezard/go-difflib v1.0.0 // indirect
22
22
github.com/rogpeppe/go-internal v1.9.0 // indirect
23
- golang.org/x/sys v0.32 .0 // indirect
23
+ golang.org/x/sys v0.33 .0 // indirect
24
24
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
25
25
gopkg.in/yaml.v3 v3.0.1 // indirect
26
26
)
Original file line number Diff line number Diff line change @@ -26,13 +26,13 @@ github.com/rogpeppe/go-internal v1.9.0 h1:73kH8U+JUqXU8lRuOHeVHaa/SZPifC7BkcraZV
26
26
github.com/rogpeppe/go-internal v1.9.0 /go.mod h1:WtVeX8xhTBvf0smdhujwtBcq4Qrzq/fJaraNFVN+nFs =
27
27
github.com/stretchr/testify v1.10.0 h1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOfJA =
28
28
github.com/stretchr/testify v1.10.0 /go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY =
29
- golang.org/x/net v0.39 .0 h1:ZCu7HMWDxpXpaiKdhzIfaltL9Lp31x/3fCP11bc6/fY =
30
- golang.org/x/net v0.39 .0 /go.mod h1:X7NRbYVEA+ewNkCNyJ513WmMdQ3BineSwVtN2zD/d+E =
29
+ golang.org/x/net v0.41 .0 h1:vBTly1HeNPEn3wtREYfy4GZ/NECgw2Cnl+nK6Nz3uvw =
30
+ golang.org/x/net v0.41 .0 /go.mod h1:B/K4NNqkfmg07DQYrbwvSluqCJOOXwUjeb/5lOisjbA =
31
31
golang.org/x/oauth2 v0.30.0 h1:dnDm7JmhM45NNpd8FDDeLhK6FwqbOf4MLCM9zb1BOHI =
32
32
golang.org/x/oauth2 v0.30.0 /go.mod h1:B++QgG3ZKulg6sRPGD/mqlHQs5rB3Ml9erfeDY7xKlU =
33
33
golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab /go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg =
34
- golang.org/x/sys v0.32 .0 h1:s77OFDvIQeibCmezSnk/q6iAfkdiQaJi4VzroCFrN20 =
35
- golang.org/x/sys v0.32 .0 /go.mod h1:BJP2sWEmIv4KK5OTEluFJCKSidICx8ciO85XgH3Ak8k =
34
+ golang.org/x/sys v0.33 .0 h1:q3i8TbbEz+JRD9ywIRlyRAQbM0qF7hu24q3teo2hbuw =
35
+ golang.org/x/sys v0.33 .0 /go.mod h1:BJP2sWEmIv4KK5OTEluFJCKSidICx8ciO85XgH3Ak8k =
36
36
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 /go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0 =
37
37
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 /go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0 =
38
38
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c h1:Hei/4ADfdWqJk1ZMxUNpqntNwaWcugrBjAiHlqqRiVk =
You can’t perform that action at this time.
0 commit comments