Skip to content

Commit

Permalink
feat: server side prices included
Browse files Browse the repository at this point in the history
  • Loading branch information
dd84ai committed May 12, 2024
1 parent 44099c2 commit 34ed1fe
Show file tree
Hide file tree
Showing 6 changed files with 139 additions and 28 deletions.
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.49.1
github.com/darklab8/fl-configs v0.50.0
github.com/darklab8/go-typelog v0.6.0
github.com/darklab8/go-utils v0.13.1
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 @@ -34,6 +34,8 @@ github.com/darklab8/fl-configs v0.49.0 h1:dRX48jx2PSYHStI5e8qwV7K9s+GBMG8/+kTmqI
github.com/darklab8/fl-configs v0.49.0/go.mod h1:8zaCaFL21TvawP65KB9NOJ+nEpaMDQYsnoOi77RiSVY=
github.com/darklab8/fl-configs v0.49.1 h1:zBXwSE6GLPhx2nJNkEf9Y7wfORbOV/r2O8hBYIBLtIE=
github.com/darklab8/fl-configs v0.49.1/go.mod h1:8zaCaFL21TvawP65KB9NOJ+nEpaMDQYsnoOi77RiSVY=
github.com/darklab8/fl-configs v0.50.0 h1:58xQ/3qgiJTAdvnU8dy7Hl3f/k/+QptvHfx3V6J8eRc=
github.com/darklab8/fl-configs v0.50.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.13.1 h1:QvtAi6moVjoPIqZqVb4RZxdE4IbFIqi/0O3v7MACfg0=
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
## explicit; go 1.20
github.com/a-h/templ
github.com/a-h/templ/safehtml
# github.com/darklab8/fl-configs v0.49.1
# github.com/darklab8/fl-configs v0.50.0
## explicit; go 1.21.1
github.com/darklab8/fl-configs/configs/configs_export
github.com/darklab8/fl-configs/configs/configs_mapped
Expand Down Expand Up @@ -32,6 +32,7 @@ github.com/darklab8/fl-configs/configs/configs_mapped/parserutils/inireader
github.com/darklab8/fl-configs/configs/configs_mapped/parserutils/inireader/inireader_types
github.com/darklab8/fl-configs/configs/configs_mapped/parserutils/semantic
github.com/darklab8/fl-configs/configs/conftypes
github.com/darklab8/fl-configs/configs/discovery/discoprices
github.com/darklab8/fl-configs/configs/discovery/techcompat
github.com/darklab8/fl-configs/configs/settings/logus
# github.com/darklab8/go-typelog v0.6.0
Expand Down

0 comments on commit 34ed1fe

Please sign in to comment.