Skip to content

Commit

Permalink
go mod emergent update -- main doesn't seem to be tracking?
Browse files Browse the repository at this point in the history
  • Loading branch information
rcoreilly committed Jun 20, 2024
1 parent 129d616 commit 7b63b37
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.22
require (
cogentcore.org/core v0.2.1-0.20240620060053-eb9e2dcebe90
github.com/anthonynsimon/bild v0.13.0
github.com/emer/emergent/v2 v2.0.0-dev0.0.14.0.20240620090420-00f4ab5ae3d7
github.com/emer/emergent/v2 v2.0.0-dev0.0.14.0.20240620093715-0871494ed282
github.com/emer/vision/v2 v2.0.0-dev0.0.10.0.20240618090911-239078f1e9a7
github.com/goki/vulkan v1.0.7
github.com/stretchr/testify v1.9.0
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ github.com/dlclark/regexp2 v1.11.0 h1:G/nrcoOa7ZXlpoa/91N3X7mM3r8eIlMBBJZvsz/mxK
github.com/dlclark/regexp2 v1.11.0/go.mod h1:DHkYz0B9wPfa6wondMfaivmHpzrQ3v9q8cnmRbL6yW8=
github.com/emer/emergent/v2 v2.0.0-dev0.0.14.0.20240620090420-00f4ab5ae3d7 h1:mOZLRyVqQ19Wr1uNsMA3kHQmufTCBbnt4nKeFUaiiT4=
github.com/emer/emergent/v2 v2.0.0-dev0.0.14.0.20240620090420-00f4ab5ae3d7/go.mod h1:3PxvXm6gija07kGcBBbrTQvkRK8Yij2cRDKxtge7LNU=
github.com/emer/emergent/v2 v2.0.0-dev0.0.14.0.20240620093715-0871494ed282 h1:DP5lXXBnhgIWafidsY+J9T/dhQDiM5+d6Fl+IPVMwMs=
github.com/emer/emergent/v2 v2.0.0-dev0.0.14.0.20240620093715-0871494ed282/go.mod h1:3PxvXm6gija07kGcBBbrTQvkRK8Yij2cRDKxtge7LNU=
github.com/emer/vision/v2 v2.0.0-dev0.0.10.0.20240618090911-239078f1e9a7 h1:pd45FWGufAHQ3G5CEzWH9qIAiG9MEvleIz8JdI+K78E=
github.com/emer/vision/v2 v2.0.0-dev0.0.10.0.20240618090911-239078f1e9a7/go.mod h1:+PQE+bMfpzyemHq/8brdyEbDq+qDaAeBO0CjWuBX/nU=
github.com/fsnotify/fsnotify v1.4.7/go.mod h1:jwhsz4b93w/PPRr/qN1Yymfu8t87LnFCMoQvtojpjFo=
Expand Down

0 comments on commit 7b63b37

Please sign in to comment.