Skip to content

Commit

Permalink
go mod tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
rcoreilly committed Aug 12, 2024
1 parent 5a8922a commit 5e138ec
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 @@ -5,7 +5,7 @@ go 1.22
require (
cogentcore.org/core v0.3.2-0.20240811064529-4a22c2f0a3e9
github.com/anthonynsimon/bild v0.13.0
github.com/emer/emergent/v2 v2.0.0-dev0.1.0.0.20240811070500-b11aea1e9418
github.com/emer/emergent/v2 v2.0.0-dev0.1.0.0.20240812035510-2e85a3e81ef5
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
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,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.20240811070500-b11aea1e9418 h1:LfEZPWOeB+q4yf/QIbuWo6bdDm6/T0ReFofZoZPGSsk=
github.com/emer/emergent/v2 v2.0.0-dev0.1.0.0.20240811070500-b11aea1e9418/go.mod h1:MEQDHgggXD7fwVicUGBA2/t+t1EDgjr06gO79gi6URw=
github.com/emer/emergent/v2 v2.0.0-dev0.1.0.0.20240812035510-2e85a3e81ef5 h1:XL/P4VNxNl9+WaFyvZSrgfXB0DekryYfq5BgFa3vrhE=
github.com/emer/emergent/v2 v2.0.0-dev0.1.0.0.20240812035510-2e85a3e81ef5/go.mod h1:MEQDHgggXD7fwVicUGBA2/t+t1EDgjr06gO79gi6URw=
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 5e138ec

Please sign in to comment.