Skip to content

Commit

Permalink
fix: fix panic crash when historic color is empty
Browse files Browse the repository at this point in the history
  • Loading branch information
Jerome Le Saux committed May 30, 2024
1 parent bebd4fa commit 0434bdc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ require (
github.com/godbus/dbus/v5 v5.1.0 // indirect
github.com/goki/freetype v1.0.1 // indirect
github.com/gopherjs/gopherjs v1.17.2 // indirect
github.com/jeromelesaux/fyne-io v0.0.0-20240527102448-14b1bf5c125c
github.com/jeromelesaux/fyne-io v0.0.0-20240530064356-5128e23c0093
github.com/jsummers/gobmp v0.0.0-20230614200233-a9de23ed2e25 // indirect
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
github.com/muesli/clusters v0.0.0-20200529215643-2700303c1762 // indirect
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,8 @@ github.com/jeromelesaux/fyne-io v0.0.0-20240527065929-195841a9a96b h1:efCim3lvP3
github.com/jeromelesaux/fyne-io v0.0.0-20240527065929-195841a9a96b/go.mod h1:dsEn41lwXG/HadYC+I6sk0wDVFWeiFKtp+ADjO856QU=
github.com/jeromelesaux/fyne-io v0.0.0-20240527102448-14b1bf5c125c h1:wH2X9jO9XsirsEcagV0gAHs5S34dJw+4BetwkoUpQ2k=
github.com/jeromelesaux/fyne-io v0.0.0-20240527102448-14b1bf5c125c/go.mod h1:dsEn41lwXG/HadYC+I6sk0wDVFWeiFKtp+ADjO856QU=
github.com/jeromelesaux/fyne-io v0.0.0-20240530064356-5128e23c0093 h1:lFxtKgjX+jPsu9xZ68UwuoOmZ0DZuDExe17Kk9pRcm0=
github.com/jeromelesaux/fyne-io v0.0.0-20240530064356-5128e23c0093/go.mod h1:dsEn41lwXG/HadYC+I6sk0wDVFWeiFKtp+ADjO856QU=
github.com/jeromelesaux/m4client v0.0.0-20200309212559-efb59c22369c/go.mod h1:JO0ijl8YXO6FxogJoC3yAFbBjSAnkwFquc8W6C7k94E=
github.com/jeromelesaux/m4client v0.0.0-20230327092026-4e80fd2b1474 h1:CWtkpA4Q63pkhHWRrd/e98JD4YVZhk3SZu58bUkQsuI=
github.com/jeromelesaux/m4client v0.0.0-20230327092026-4e80fd2b1474/go.mod h1:Xc0HzC2TZ7fbDWyB8LosvziBQ5QvvwVt3xxAIEavWRc=
Expand Down

0 comments on commit 0434bdc

Please sign in to comment.