File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,14 +5,14 @@ go 1.21.1
55require (
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
1314require (
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
Original file line number Diff line number Diff line change @@ -19,5 +19,5 @@ github.com/urfave/cli/v2 v2.25.7 h1:VAzn5oq403l5pHjc4OhD54+XGO9cdKVL/7lDjF+iKUs=
1919github.com/urfave/cli/v2 v2.25.7 /go.mod h1:8qnjx1vcq5s2/wpsqoZFndg2CE5tNFyrTvS6SinrnYQ =
2020github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 h1:bAn7/zixMGCfxrRTfdpNzjtPYqr8smhKouy9mxVdGPU =
2121github.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 =
You can’t perform that action at this time.
0 commit comments