Skip to content

Commit

Permalink
mod: Updated 'go-flux' to v1.0.2
Browse files Browse the repository at this point in the history
Which fixes a concurrency issue we found while running it on the server
  • Loading branch information
xescugc committed Jan 16, 2024
1 parent 6a0997b commit 610cc5b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ require (
github.com/spf13/cobra v1.8.0
github.com/spf13/viper v1.18.1
github.com/stretchr/testify v1.8.4
github.com/xescugc/go-flux v1.0.1
github.com/xescugc/go-flux v1.0.2
golang.org/x/image v0.10.0
nhooyr.io/websocket v1.8.10
)
Expand Down
2 changes: 0 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,6 @@ github.com/stretchr/testify v1.8.4 h1:CcVxjf3Q8PM0mHUKJCdn+eZZtm5yQwehR5yeSVQQcU
github.com/stretchr/testify v1.8.4/go.mod h1:sz/lmYIOXD/1dqDmKjjqLyZ2RngseejIcXlSw2iwfAo=
github.com/subosito/gotenv v1.6.0 h1:9NlTDc1FTs4qu0DDq7AEtTPNw6SVm7uBMsUCUjABIf8=
github.com/subosito/gotenv v1.6.0/go.mod h1:Dk4QP5c2W3ibzajGcXpNraDfq2IrhjMIvMSWPKKo0FU=
github.com/xescugc/go-flux v1.0.1 h1:YVCv2MMRKWkIZvc1XmD2Pi+As3UfLs5eLfksWcZZf54=
github.com/xescugc/go-flux v1.0.1/go.mod h1:3EN6Oi/yQya6yOAVRWwRK0AHugZTzjBXIYkiwa2nlf4=
github.com/xescugc/go-flux v1.0.2 h1:KkRoRi2Gm/bVTkFUVqrZAFR/xfdwzhu3Te0E4wyr0p4=
github.com/xescugc/go-flux v1.0.2/go.mod h1:3EN6Oi/yQya6yOAVRWwRK0AHugZTzjBXIYkiwa2nlf4=
github.com/yuin/goldmark v1.3.5/go.mod h1:mwnBkeHKe2W/ZEtQ+71ViKU8L12m81fl3OWwC1Zlc8k=
Expand Down
Binary file modified server/assets/wasm/maze-wars.wasm
Binary file not shown.

0 comments on commit 610cc5b

Please sign in to comment.