Skip to content

Commit e3b5687

Browse files
Merge pull request #1 from creativenucleus/dependabot/go_modules/golang.org/x/net-0.17.0
Bump golang.org/x/net from 0.15.0 to 0.17.0
2 parents 3430093 + 7e9fb5e commit e3b5687

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@ go 1.21.1
55
require (
66
github.com/google/uuid v1.3.1
77
github.com/gorilla/websocket v1.5.0
8+
github.com/gosimple/slug v1.13.1
89
github.com/tyler-sommer/stick v1.0.6
910
github.com/urfave/cli/v2 v2.25.7
10-
golang.org/x/net v0.15.0
11+
golang.org/x/net v0.17.0
1112
)
1213

1314
require (
1415
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
15-
github.com/gosimple/slug v1.13.1 // indirect
1616
github.com/gosimple/unidecode v1.0.1 // indirect
1717
github.com/russross/blackfriday/v2 v2.1.0 // indirect
1818
github.com/shopspring/decimal v1.3.1 // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ github.com/urfave/cli/v2 v2.25.7 h1:VAzn5oq403l5pHjc4OhD54+XGO9cdKVL/7lDjF+iKUs=
1919
github.com/urfave/cli/v2 v2.25.7/go.mod h1:8qnjx1vcq5s2/wpsqoZFndg2CE5tNFyrTvS6SinrnYQ=
2020
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 h1:bAn7/zixMGCfxrRTfdpNzjtPYqr8smhKouy9mxVdGPU=
2121
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673/go.mod h1:N3UwUGtsrSj3ccvlPHLoLsHnpR27oXr4ZE984MbSER8=
22-
golang.org/x/net v0.15.0 h1:ugBLEUaxABaB5AJqW9enI0ACdci2RUd4eP51NTBvuJ8=
23-
golang.org/x/net v0.15.0/go.mod h1:idbUs1IY1+zTqbi8yxTbhexhEEk5ur9LInksu6HrEpk=
22+
golang.org/x/net v0.17.0 h1:pVaXccu2ozPjCXewfr1S7xza/zcXTity9cCdXQYSjIM=
23+
golang.org/x/net v0.17.0/go.mod h1:NxSsAGuq816PNPmqtQdLE42eU2Fs7NoRIZrHJAlaCOE=

0 commit comments

Comments
 (0)