Skip to content

Commit

Permalink
update to tensoreditor
Browse files Browse the repository at this point in the history
  • Loading branch information
rcoreilly committed Aug 28, 2024
1 parent e0a97e2 commit 4ccc111
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ module github.com/emer/axon/v2
go 1.22

require (
cogentcore.org/core v0.3.3-0.20240827145413-7c85088fc7ce
cogentcore.org/core v0.3.3-0.20240828192310-4322e1aa7196
github.com/anthonynsimon/bild v0.13.0
github.com/emer/emergent/v2 v2.0.0-dev0.1.0.0.20240828002401-2e7f41209b73
github.com/emer/emergent/v2 v2.0.0-dev0.1.0.0.20240828203321-c67ca550ce89
github.com/emer/vision/v2 v2.0.0-dev0.1.0
github.com/goki/vulkan v1.0.8
github.com/stretchr/testify v1.9.0
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cogentcore.org/core v0.3.3-0.20240827145413-7c85088fc7ce h1:ZVg7cx+q6M3H1UloLk+dmoPPiyxtOlh1nUvK95aOq4o=
cogentcore.org/core v0.3.3-0.20240827145413-7c85088fc7ce/go.mod h1:dg3uRsPcd8S1ZYvRD2TztCtjopRkrB5V/lbl54xsQd4=
cogentcore.org/core v0.3.3-0.20240828192310-4322e1aa7196 h1:8WSL8NMxjc2PP6dPYpLHyIf852mtiIAHWkaX37Kko0M=
cogentcore.org/core v0.3.3-0.20240828192310-4322e1aa7196/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 @@ -32,8 +32,8 @@ 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.20240828002401-2e7f41209b73 h1:jNv9tsYtQM+g6XPvk7xxLJ5f+XfmrVEA4PR0BNmr0gs=
github.com/emer/emergent/v2 v2.0.0-dev0.1.0.0.20240828002401-2e7f41209b73/go.mod h1:h+MpUKKhwMrja0Ncba41GYd/381Bt3FJJwnCLOse/Ds=
github.com/emer/emergent/v2 v2.0.0-dev0.1.0.0.20240828203321-c67ca550ce89 h1:OdWE7CqW+hLNLB8IRnBdfCF/EI63pLzjqnAJOo5r5rk=
github.com/emer/emergent/v2 v2.0.0-dev0.1.0.0.20240828203321-c67ca550ce89/go.mod h1:7RtKTyUVcElLh1yfxqxynHTDuyzo5qkB0OGyNImx0qM=
github.com/emer/vision/v2 v2.0.0-dev0.1.0 h1:Xt1zRyjYNGw1XEq4e5mvM9/+GOOBRIu1HYVEYmklp+c=
github.com/emer/vision/v2 v2.0.0-dev0.1.0/go.mod h1:NjWHbBnHzEEG5CzThQeOz8l/aLp2SROmyyBDIBuRYRc=
github.com/fsnotify/fsnotify v1.4.7/go.mod h1:jwhsz4b93w/PPRr/qN1Yymfu8t87LnFCMoQvtojpjFo=
Expand Down

0 comments on commit 4ccc111

Please sign in to comment.