Skip to content

Commit

Permalink
update to latest core with path view fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
rcoreilly committed Aug 27, 2024
1 parent 73d4736 commit 9e4d53a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ module github.com/CompCogNeuro/sims/v2
go 1.22

require (
cogentcore.org/core v0.3.3-0.20240825182959-fe4840922a21
github.com/emer/emergent/v2 v2.0.0-dev0.1.0.0.20240826102207-14a576d51386
github.com/emer/leabra/v2 v2.0.0-20240826103107-b5138f8099e6
cogentcore.org/core v0.3.3-0.20240826230222-6242fb115d90
github.com/emer/emergent/v2 v2.0.0-dev0.1.0.0.20240827003546-ff830f4d6a8d
github.com/emer/leabra/v2 v2.0.0-20240827003643-c82bc99a3451
)

require (
Expand Down
12 changes: 6 additions & 6 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cogentcore.org/core v0.3.3-0.20240825182959-fe4840922a21 h1:tffR0tewNHVE36GpZE7ZjTSE4KYoRfbdeL9btV8UmbU=
cogentcore.org/core v0.3.3-0.20240825182959-fe4840922a21/go.mod h1:dg3uRsPcd8S1ZYvRD2TztCtjopRkrB5V/lbl54xsQd4=
cogentcore.org/core v0.3.3-0.20240826230222-6242fb115d90 h1:u9//N88JgZkODL1lhTS19mGMHVUV6MFHJ4ZOgsV0Kx4=
cogentcore.org/core v0.3.3-0.20240826230222-6242fb115d90/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 Expand Up @@ -34,10 +34,10 @@ github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc h1:U9qPSI2PIWSS1
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/dlclark/regexp2 v1.11.0 h1:G/nrcoOa7ZXlpoa/91N3X7mM3r8eIlMBBJZvsz/mxKI=
github.com/dlclark/regexp2 v1.11.0/go.mod h1:DHkYz0B9wPfa6wondMfaivmHpzrQ3v9q8cnmRbL6yW8=
github.com/emer/emergent/v2 v2.0.0-dev0.1.0.0.20240826102207-14a576d51386 h1:tFgKfRHzssTtHVvz4IUaBXf1Cqmmb5s1/bPb0HY0sLw=
github.com/emer/emergent/v2 v2.0.0-dev0.1.0.0.20240826102207-14a576d51386/go.mod h1:jXS8jqUgcroXlX4510+FXsgb6osLiDWRJLDCD2gpzow=
github.com/emer/leabra/v2 v2.0.0-20240826103107-b5138f8099e6 h1:ZD0FbDxJXUGrzDrFfIEZEJ4O+EaVKn2zj37WUYzrPjo=
github.com/emer/leabra/v2 v2.0.0-20240826103107-b5138f8099e6/go.mod h1:QzE9I2NYYl5M8d0tjrZymUTb2VT1EFZXZ+xDHqkv6yA=
github.com/emer/emergent/v2 v2.0.0-dev0.1.0.0.20240827003546-ff830f4d6a8d h1:FbXxxgjwp+1errwswF2O6HD8wSv0NptVrYNavsGeePs=
github.com/emer/emergent/v2 v2.0.0-dev0.1.0.0.20240827003546-ff830f4d6a8d/go.mod h1:p3lypK0iDAhfsKVYFFmtmAFlNunliUFLYV/e9GCIVZk=
github.com/emer/leabra/v2 v2.0.0-20240827003643-c82bc99a3451 h1:WFDIegSgJhaSvMUn0lFbaByzvdKMSMydzSmQbym3Qzw=
github.com/emer/leabra/v2 v2.0.0-20240827003643-c82bc99a3451/go.mod h1:qrkb0Wbqf1JOKc3e8Y7QWluTsMTT7KhguX777os0/2w=
github.com/fsnotify/fsnotify v1.4.7/go.mod h1:jwhsz4b93w/PPRr/qN1Yymfu8t87LnFCMoQvtojpjFo=
github.com/fsnotify/fsnotify v1.7.0 h1:8JEhPFa5W2WU7YfeZzPNqzMP6Lwt7L2715Ggo0nosvA=
github.com/fsnotify/fsnotify v1.7.0/go.mod h1:40Bi/Hjc2AVfZrqy+aj+yEI+/bRxZnMJyTJwOpGvigM=
Expand Down

0 comments on commit 9e4d53a

Please sign in to comment.