Skip to content

Commit

Permalink
refactor: bumping fl-configs version
Browse files Browse the repository at this point in the history
  • Loading branch information
dd84ai committed Mar 30, 2024
1 parent 8cc766a commit 3ab0b7f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions darkstat/linker/linker.go
Original file line number Diff line number Diff line change
Expand Up @@ -139,14 +139,14 @@ func (l *Linker) Link() *builder.Builder {
)
}

data.Infocards.Foreach(func(nickname configs_export.InfocardKey, infocard *configs_export.Infocard) {
for nickname, infocard := range data.Infocards {
build.RegComps(
builder.NewComponent(
utils_types.FilePath(front.InfocardURL(nickname)),
front.Infocard(infocard),
),
)
})
}

for _, base_info := range data.Commodities {
build.RegComps(
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.21.1

require (
github.com/a-h/templ v0.2.543
github.com/darklab8/fl-configs v0.19.1
github.com/darklab8/fl-configs v0.20.0
github.com/darklab8/go-typelog v0.6.0
github.com/darklab8/go-utils v0.12.0
github.com/yosssi/gohtml v0.0.0-20201013000340-ee4748c638f4
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ github.com/darklab8/fl-configs v0.19.0 h1:8WH/lvBOlEG97Qw4traWR3e4UjiZwHIi0sCcwc
github.com/darklab8/fl-configs v0.19.0/go.mod h1:8zaCaFL21TvawP65KB9NOJ+nEpaMDQYsnoOi77RiSVY=
github.com/darklab8/fl-configs v0.19.1 h1:GjAMld4VMZXZP575nnOEV+occWuA5HT8e5pM+O79g0g=
github.com/darklab8/fl-configs v0.19.1/go.mod h1:8zaCaFL21TvawP65KB9NOJ+nEpaMDQYsnoOi77RiSVY=
github.com/darklab8/fl-configs v0.20.0 h1:nrIDsLnMVlrSy4MzoP3g4g350k+iOyhSqzXBcD2ohi0=
github.com/darklab8/fl-configs v0.20.0/go.mod h1:8zaCaFL21TvawP65KB9NOJ+nEpaMDQYsnoOi77RiSVY=
github.com/darklab8/go-typelog v0.6.0 h1:Ci8imc7ScXiy5e1qMgf46NyJjrqNLPoIE1gbVe7bxl4=
github.com/darklab8/go-typelog v0.6.0/go.mod h1:AwwOf3dkp/tpevHFNbkB+PbwlDrUUgO1CVFkEnj+q5w=
github.com/darklab8/go-utils v0.12.0 h1:LxsG3yVNf9W4xyV+tHPOaZB2ewItgM/1BzOXyKFvofs=
Expand Down

0 comments on commit 3ab0b7f

Please sign in to comment.