Skip to content

Commit

Permalink
Merge pull request #5 from veraison/dependabot/go_modules/utils/golan…
Browse files Browse the repository at this point in the history
…g.org/x/net-0.17.0

Bump golang.org/x/net from 0.9.0 to 0.17.0 in /utils
  • Loading branch information
thomas-fossati authored Dec 20, 2023
2 parents 9cacb05 + 7caaca7 commit eb71245
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions utils/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ module main

go 1.19

require golang.org/x/net v0.9.0
require golang.org/x/net v0.17.0

require golang.org/x/text v0.9.0 // indirect
require golang.org/x/text v0.13.0 // indirect
8 changes: 4 additions & 4 deletions utils/go.sum
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
golang.org/x/net v0.9.0 h1:aWJ/m6xSmxWBx+V0XRHTlrYrPG56jKsLdTFmsSsCzOM=
golang.org/x/net v0.9.0/go.mod h1:d48xBJpPfHeWQsugry2m+kC02ZBRGRgulfHnEXEuWns=
golang.org/x/text v0.9.0 h1:2sjJmO8cDvYveuX97RDLsxlyUxLl+GHoLxBiRdHllBE=
golang.org/x/text v0.9.0/go.mod h1:e1OnstbJyHTd6l/uOt8jFFHp6TRDWZR/bV3emEE/zU8=
golang.org/x/net v0.17.0 h1:pVaXccu2ozPjCXewfr1S7xza/zcXTity9cCdXQYSjIM=
golang.org/x/net v0.17.0/go.mod h1:NxSsAGuq816PNPmqtQdLE42eU2Fs7NoRIZrHJAlaCOE=
golang.org/x/text v0.13.0 h1:ablQoSUd0tRdKxZewP80B+BaqeKJuVhuRxj/dkrun3k=
golang.org/x/text v0.13.0/go.mod h1:TvPlkZtksWOMsz7fbANvkp4WM8x/WCo/om8BMLbz+aE=

0 comments on commit eb71245

Please sign in to comment.