Skip to content

Commit

Permalink
fix: issue #77 with volumes
Browse files Browse the repository at this point in the history
  • Loading branch information
dd84ai committed Jan 14, 2025
1 parent 1459041 commit 309538e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
module github.com/darklab8/fl-darkstat

go 1.22.5
go 1.23.0

require (
github.com/a-h/templ v0.2.747
github.com/darklab8/fl-configs v0.107.0
github.com/darklab8/fl-configs v0.107.1
github.com/darklab8/fl-darkcore v0.8.2
github.com/darklab8/fl-data-discovery v0.4.0
github.com/darklab8/go-typelog v0.6.2
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
github.com/a-h/templ v0.2.747 h1:D0dQ2lxC3W7Dxl6fxQ/1zZHBQslSkTSvl5FxP/CfdKg=
github.com/a-h/templ v0.2.747/go.mod h1:69ObQIbrcuwPCU32ohNaWce3Cb7qM5GMiqN1K+2yop4=
github.com/darklab8/fl-configs v0.107.0 h1:NYkRmCEaXCCVx/mHQHzTQwq4P58Xleln8xeJ1LZpkNE=
github.com/darklab8/fl-configs v0.107.0/go.mod h1:fbyKxEPv22FD2bvahG/Y6kYyhyvCMg0+J6mH230iB3s=
github.com/darklab8/fl-configs v0.107.1 h1:2ghcN2L1a7tJDzodx2LEikldDMFww6WumuyPuWBwQGw=
github.com/darklab8/fl-configs v0.107.1/go.mod h1:fbyKxEPv22FD2bvahG/Y6kYyhyvCMg0+J6mH230iB3s=
github.com/darklab8/fl-darkcore v0.8.2 h1:hEgPjUCjT22zHmaWJM6tr/g5IL7KfLuaryA9IC7ktxg=
github.com/darklab8/fl-darkcore v0.8.2/go.mod h1:7CLmeqBIg71S/WrR/v75irT4GKZz420UooF/kC97mF8=
github.com/darklab8/fl-data-discovery v0.4.0 h1:cUacP+N04/PrYl4cmw687BAaQWVJI32scePjLfmqxEI=
Expand Down

0 comments on commit 309538e

Please sign in to comment.