Skip to content

Commit 8478429

Browse files
authored
Merge pull request #22 from rstudio/dependabot/go_modules/production-dependencies-4d974c417d
Bump golang.org/x/net from 0.34.0 to 0.35.0 in the production-dependencies group
2 parents 5180f5e + 6c27d9d commit 8478429

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

go.mod

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ go 1.20
44

55
require (
66
github.com/stretchr/testify v1.10.0
7-
golang.org/x/net v0.34.0
7+
golang.org/x/net v0.35.0
88
)
99

1010
require (
1111
github.com/davecgh/go-spew v1.1.1 // indirect
1212
github.com/pmezard/go-difflib v1.0.0 // indirect
13-
golang.org/x/text v0.21.0 // indirect
13+
golang.org/x/text v0.22.0 // indirect
1414
gopkg.in/yaml.v3 v3.0.1 // indirect
1515
)

go.sum

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZb
44
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
55
github.com/stretchr/testify v1.10.0 h1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOfJA=
66
github.com/stretchr/testify v1.10.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY=
7-
golang.org/x/net v0.34.0 h1:Mb7Mrk043xzHgnRM88suvJFwzVrRfHEHJEl5/71CKw0=
8-
golang.org/x/net v0.34.0/go.mod h1:di0qlW3YNM5oh6GqDGQr92MyTozJPmybPK4Ev/Gm31k=
9-
golang.org/x/text v0.21.0 h1:zyQAAkrwaneQ066sspRyJaG9VNi/YJ1NfzcGB3hZ/qo=
10-
golang.org/x/text v0.21.0/go.mod h1:4IBbMaMmOPCJ8SecivzSH54+73PCFmPWxNTLm+vZkEQ=
7+
golang.org/x/net v0.35.0 h1:T5GQRQb2y08kTAByq9L4/bz8cipCdA8FbRTXewonqY8=
8+
golang.org/x/net v0.35.0/go.mod h1:EglIi67kWsHKlRzzVMUD93VMSWGFOMSZgxFjparz1Qk=
9+
golang.org/x/text v0.22.0 h1:bofq7m3/HAFvbF51jz3Q9wLg3jkvSPuiZu/pD1XwgtM=
10+
golang.org/x/text v0.22.0/go.mod h1:YRoo4H8PVmsu+E3Ou7cqLVH8oXWIHVoX0jqUWALQhfY=
1111
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM=
1212
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
1313
gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=

vendor/modules.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ github.com/stretchr/testify/assert
1010
github.com/stretchr/testify/assert/yaml
1111
github.com/stretchr/testify/require
1212
github.com/stretchr/testify/suite
13-
# golang.org/x/net v0.34.0
13+
# golang.org/x/net v0.35.0
1414
## explicit; go 1.18
1515
golang.org/x/net/html
1616
golang.org/x/net/html/atom
1717
golang.org/x/net/html/charset
18-
# golang.org/x/text v0.21.0
18+
# golang.org/x/text v0.22.0
1919
## explicit; go 1.18
2020
golang.org/x/text/encoding
2121
golang.org/x/text/encoding/charmap

0 commit comments

Comments
 (0)