File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ are used to embed the content.
8989 ```
9090
91914 . Commit and push changes from ` go.mod ` and ` go.sum ` files.
92- In the ` go.sum ` file keep only two last records to avoid file cluttering .
92+ In the ` go.sum ` file, keep only the two required entries for each theme to avoid file clutter .
9393
9494## Common theme
9595
Original file line number Diff line number Diff line change @@ -3,6 +3,6 @@ module github.com/SpineEventEngine/SpineEventEngine.github.io
33go 1.22.0
44
55require (
6- github.com/SpineEventEngine/documentation/docs v0.0.0-20251218172704-bae518144b35 // indirect
6+ github.com/SpineEventEngine/documentation/docs v0.0.0-20251219134029-fa2a7bc2f266 // indirect
77 github.com/TeamDev-Ltd/site-commons v0.0.0-20251202150534-a795438915ff // indirect
88)
Original file line number Diff line number Diff line change 1- github.com/SpineEventEngine/documentation/docs v0.0.0-20251218172704-bae518144b35 h1:ejTQ+jaJMC6Erz5wAcnTYV52VOEYtDsGYqsqmS3GqYk =
2- github.com/SpineEventEngine/documentation/docs v0.0.0-20251218172704-bae518144b35 /go.mod h1:0lSB4kPZY9Qk429mepYiraNIEucYDIwiNVhJ3Wn3gKo =
1+ github.com/SpineEventEngine/documentation/docs v0.0.0-20251219134029-fa2a7bc2f266 h1:UFv+IDkXRivFdj+fshCWlSZcnBuUZarYiKdgCJY3B64 =
2+ github.com/SpineEventEngine/documentation/docs v0.0.0-20251219134029-fa2a7bc2f266 /go.mod h1:0lSB4kPZY9Qk429mepYiraNIEucYDIwiNVhJ3Wn3gKo =
33github.com/TeamDev-Ltd/site-commons v0.0.0-20251202150534-a795438915ff h1:8kjfGJhf6LeS+IlK9NRktxtcv6O/WDneBuQD3QLPGIs =
44github.com/TeamDev-Ltd/site-commons v0.0.0-20251202150534-a795438915ff /go.mod h1:atDeksDWBzsIidpW6Ivz2yYHwp2JPa1i1KXIxkctQ3c =
You can’t perform that action at this time.
0 commit comments