Skip to content

Commit 47b2dba

Browse files
authored
Merge pull request #13 from rstudio/dependabot/go_modules/production-dependencies-e9850126f4
Bump golang.org/x/net from 0.26.0 to 0.27.0 in the production-dependencies group
2 parents 8f39e22 + 099d427 commit 47b2dba

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.20
44

55
require (
66
github.com/stretchr/testify v1.9.0
7-
golang.org/x/net v0.26.0
7+
golang.org/x/net v0.27.0
88
)
99

1010
require (

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ 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.9.0 h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsTg=
66
github.com/stretchr/testify v1.9.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY=
7-
golang.org/x/net v0.26.0 h1:soB7SVo0PWrY4vPW/+ay0jKDNScG2X9wFeYlXIvJsOQ=
8-
golang.org/x/net v0.26.0/go.mod h1:5YKkiSynbBIh3p6iOc/vibscux0x38BZDkn8sCUPxHE=
7+
golang.org/x/net v0.27.0 h1:5K3Njcw06/l2y9vpGCSdcxWOYHOUk3dVNGDXN+FvAys=
8+
golang.org/x/net v0.27.0/go.mod h1:dDi0PyhWNoiUOrAS8uXv/vnScO4wnHQO4mj9fn/RytE=
99
golang.org/x/text v0.16.0 h1:a94ExnEXNtEwYLGJSIUxnWoxoRz/ZcCsV63ROupILh4=
1010
golang.org/x/text v0.16.0/go.mod h1:GhwF1Be+LQoKShO3cGOHzqOgRrGaYc9AvblQOmPVHnI=
1111
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM=

vendor/modules.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ github.com/pmezard/go-difflib/difflib
99
github.com/stretchr/testify/assert
1010
github.com/stretchr/testify/require
1111
github.com/stretchr/testify/suite
12-
# golang.org/x/net v0.26.0
12+
# golang.org/x/net v0.27.0
1313
## explicit; go 1.18
1414
golang.org/x/net/html
1515
golang.org/x/net/html/atom

0 commit comments

Comments
 (0)