Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ are used to embed the content.
```

4. Commit and push changes from `go.mod` and `go.sum` files.
In the `go.sum` file keep only two last records to avoid file cluttering.
In the `go.sum` file, keep only the two required entries for each theme to avoid file clutter.

## Common theme

Expand Down
2 changes: 1 addition & 1 deletion site/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ module github.com/SpineEventEngine/SpineEventEngine.github.io
go 1.22.0

require (
github.com/SpineEventEngine/documentation/docs v0.0.0-20251218172704-bae518144b35 // indirect
github.com/SpineEventEngine/documentation/docs v0.0.0-20251219134029-fa2a7bc2f266 // indirect
github.com/TeamDev-Ltd/site-commons v0.0.0-20251202150534-a795438915ff // indirect
)
4 changes: 2 additions & 2 deletions site/go.sum
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
github.com/SpineEventEngine/documentation/docs v0.0.0-20251218172704-bae518144b35 h1:ejTQ+jaJMC6Erz5wAcnTYV52VOEYtDsGYqsqmS3GqYk=
github.com/SpineEventEngine/documentation/docs v0.0.0-20251218172704-bae518144b35/go.mod h1:0lSB4kPZY9Qk429mepYiraNIEucYDIwiNVhJ3Wn3gKo=
github.com/SpineEventEngine/documentation/docs v0.0.0-20251219134029-fa2a7bc2f266 h1:UFv+IDkXRivFdj+fshCWlSZcnBuUZarYiKdgCJY3B64=
github.com/SpineEventEngine/documentation/docs v0.0.0-20251219134029-fa2a7bc2f266/go.mod h1:0lSB4kPZY9Qk429mepYiraNIEucYDIwiNVhJ3Wn3gKo=
github.com/TeamDev-Ltd/site-commons v0.0.0-20251202150534-a795438915ff h1:8kjfGJhf6LeS+IlK9NRktxtcv6O/WDneBuQD3QLPGIs=
github.com/TeamDev-Ltd/site-commons v0.0.0-20251202150534-a795438915ff/go.mod h1:atDeksDWBzsIidpW6Ivz2yYHwp2JPa1i1KXIxkctQ3c=