Skip to content

Commit

Permalink
use race branch so bitflags work
Browse files Browse the repository at this point in the history
  • Loading branch information
rcoreilly committed Aug 20, 2024
1 parent fa7d9c5 commit 31cfa61
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/CompCogNeuro/sims/v2
go 1.22

require (
cogentcore.org/core v0.3.3-0.20240819201856-14e5d78556c3
cogentcore.org/core v0.3.3-0.20240820000827-b7efbcd96c73
github.com/emer/emergent/v2 v2.0.0-dev0.1.0.0.20240819205648-250dd483d63c
github.com/emer/leabra/v2 v2.0.0-20240820071506-d51ea1f829b7
)
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cogentcore.org/core v0.3.3-0.20240819201856-14e5d78556c3 h1:MXaUbsB3iyRhdNewiXJrTR4I56w84ktYzZDO81pTZxQ=
cogentcore.org/core v0.3.3-0.20240819201856-14e5d78556c3/go.mod h1:dg3uRsPcd8S1ZYvRD2TztCtjopRkrB5V/lbl54xsQd4=
cogentcore.org/core v0.3.3-0.20240820000827-b7efbcd96c73 h1:/49imHmv8zOd6La/MEmmPCeOEbCMLt+S9eSrQhepNds=
cogentcore.org/core v0.3.3-0.20240820000827-b7efbcd96c73/go.mod h1:dg3uRsPcd8S1ZYvRD2TztCtjopRkrB5V/lbl54xsQd4=
github.com/Bios-Marcel/wastebasket v0.0.4-0.20240213135800-f26f1ae0a7c4 h1:6lx9xzJAhdjq0LvVfbITeC3IH9Fzvo1aBahyPu2FuG8=
github.com/Bios-Marcel/wastebasket v0.0.4-0.20240213135800-f26f1ae0a7c4/go.mod h1:FChzXi1izqzdPb6BiNZmcZLGyTYiT61iGx9Rxx9GNeI=
github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU=
Expand Down

0 comments on commit 31cfa61

Please sign in to comment.