Skip to content

Commit 7fa44ad

Browse files
authored
Merge pull request #157 from GoComply/dependabot/go_modules/golang.org/x/net-0.42.0
build(deps): bump golang.org/x/net from 0.41.0 to 0.42.0
2 parents b22e130 + cda5b7f commit 7fa44ad

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ require (
77
github.com/markbates/pkger v0.17.1
88
github.com/stretchr/testify v1.10.0
99
github.com/urfave/cli v1.22.17
10-
golang.org/x/net v0.41.0
10+
golang.org/x/net v0.42.0
1111
)
1212

1313
require (
@@ -16,6 +16,6 @@ require (
1616
github.com/gobuffalo/here v0.6.0 // indirect
1717
github.com/pmezard/go-difflib v1.0.0 // indirect
1818
github.com/russross/blackfriday/v2 v2.1.0 // indirect
19-
golang.org/x/text v0.26.0 // indirect
19+
golang.org/x/text v0.27.0 // indirect
2020
gopkg.in/yaml.v3 v3.0.1 // indirect
2121
)

go.sum

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ github.com/stretchr/testify v1.10.0 h1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOf
3131
github.com/stretchr/testify v1.10.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY=
3232
github.com/urfave/cli v1.22.17 h1:SYzXoiPfQjHBbkYxbew5prZHS1TOLT3ierW8SYLqtVQ=
3333
github.com/urfave/cli v1.22.17/go.mod h1:b0ht0aqgH/6pBYzzxURyrM4xXNgsoT/n2ZzwQiEhNVo=
34-
golang.org/x/net v0.41.0 h1:vBTly1HeNPEn3wtREYfy4GZ/NECgw2Cnl+nK6Nz3uvw=
35-
golang.org/x/net v0.41.0/go.mod h1:B/K4NNqkfmg07DQYrbwvSluqCJOOXwUjeb/5lOisjbA=
36-
golang.org/x/text v0.26.0 h1:P42AVeLghgTYr4+xUnTRKDMqpar+PtX7KWuNQL21L8M=
37-
golang.org/x/text v0.26.0/go.mod h1:QK15LZJUUQVJxhz7wXgxSy/CJaTFjd0G+YLonydOVQA=
34+
golang.org/x/net v0.42.0 h1:jzkYrhi3YQWD6MLBJcsklgQsoAcw89EcZbJw8Z614hs=
35+
golang.org/x/net v0.42.0/go.mod h1:FF1RA5d3u7nAYA4z2TkclSCKh68eSXtiFwcWQpPXdt8=
36+
golang.org/x/text v0.27.0 h1:4fGWRpyh641NLlecmyl4LOe6yDdfaYNrGb2zdfo4JV4=
37+
golang.org/x/text v0.27.0/go.mod h1:1D28KMCvyooCX9hBiosv5Tz/+YLxj0j7XhWjpSUF7CU=
3838
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
3939
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 h1:qIbj1fsPNlZgppZ+VLlY7N33q108Sa+fhmuc+sWQYwY=
4040
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=

vendor/modules.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,12 @@ github.com/stretchr/testify/require
3333
# github.com/urfave/cli v1.22.17
3434
## explicit; go 1.11
3535
github.com/urfave/cli
36-
# golang.org/x/net v0.41.0
36+
# golang.org/x/net v0.42.0
3737
## explicit; go 1.23.0
3838
golang.org/x/net/html
3939
golang.org/x/net/html/atom
4040
golang.org/x/net/html/charset
41-
# golang.org/x/text v0.26.0
41+
# golang.org/x/text v0.27.0
4242
## explicit; go 1.23.0
4343
golang.org/x/text/encoding
4444
golang.org/x/text/encoding/charmap

0 commit comments

Comments
 (0)