Skip to content

Commit ab0484a

Browse files
build(deps): bump golang.org/x/net from 0.24.0 to 0.27.0
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.24.0 to 0.27.0. - [Commits](golang/net@v0.24.0...v0.27.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 28c2a86 commit ab0484a

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
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.9.0
99
github.com/urfave/cli v1.22.15
10-
golang.org/x/net v0.24.0
10+
golang.org/x/net v0.27.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.14.0 // indirect
19+
golang.org/x/text v0.16.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.9.0 h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsT
3131
github.com/stretchr/testify v1.9.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY=
3232
github.com/urfave/cli v1.22.15 h1:nuqt+pdC/KqswQKhETJjo7pvn/k4xMUxgW6liI7XpnM=
3333
github.com/urfave/cli v1.22.15/go.mod h1:wSan1hmo5zeyLGBjRJbzRTNk8gwoYa2B9n4q9dmRIc0=
34-
golang.org/x/net v0.24.0 h1:1PcaxkF854Fu3+lvBIx5SYn9wRlBzzcnHZSiaFFAb0w=
35-
golang.org/x/net v0.24.0/go.mod h1:2Q7sJY5mzlzWjKtYUEXSlBWCdyaioyXzRB2RtU8KVE8=
36-
golang.org/x/text v0.14.0 h1:ScX5w1eTa3QqT8oi6+ziP7dTV1S2+ALU0bI+0zXKWiQ=
37-
golang.org/x/text v0.14.0/go.mod h1:18ZOQIKpY8NJVqYksKHtTdi31H5itFRjB5/qKTNYzSU=
34+
golang.org/x/net v0.27.0 h1:5K3Njcw06/l2y9vpGCSdcxWOYHOUk3dVNGDXN+FvAys=
35+
golang.org/x/net v0.27.0/go.mod h1:dDi0PyhWNoiUOrAS8uXv/vnScO4wnHQO4mj9fn/RytE=
36+
golang.org/x/text v0.16.0 h1:a94ExnEXNtEwYLGJSIUxnWoxoRz/ZcCsV63ROupILh4=
37+
golang.org/x/text v0.16.0/go.mod h1:GhwF1Be+LQoKShO3cGOHzqOgRrGaYc9AvblQOmPVHnI=
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/golang.org/x/net/html/doc.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,12 @@ github.com/stretchr/testify/require
3232
# github.com/urfave/cli v1.22.15
3333
## explicit; go 1.11
3434
github.com/urfave/cli
35-
# golang.org/x/net v0.24.0
35+
# golang.org/x/net v0.27.0
3636
## explicit; go 1.18
3737
golang.org/x/net/html
3838
golang.org/x/net/html/atom
3939
golang.org/x/net/html/charset
40-
# golang.org/x/text v0.14.0
40+
# golang.org/x/text v0.16.0
4141
## explicit; go 1.18
4242
golang.org/x/text/encoding
4343
golang.org/x/text/encoding/charmap

0 commit comments

Comments
 (0)