Skip to content

Commit

Permalink
update to emergent mod
Browse files Browse the repository at this point in the history
  • Loading branch information
rcoreilly committed Jan 17, 2025
1 parent 7fa7ad5 commit 4a91fd2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,12 @@ require (
cogentcore.org/lab v0.0.0-20250116190940-0b99b79306a7
github.com/anthonynsimon/bild v0.13.0
github.com/cogentcore/yaegi v0.0.0-20240724064145-e32a03faad56
github.com/emer/emergent/v2 v2.0.0-dev0.1.7.0.20250116192121-bef0fa284613
github.com/emer/emergent/v2 v2.0.0-dev0.1.7.0.20250117231400-6e0b1c78c9c0
github.com/emer/v1vision v0.1.1-0.20241223003153-dd6818448b3b
github.com/stretchr/testify v1.9.0
gitlab.com/gomidi/midi/v2 v2.0.30
golang.org/x/exp v0.0.0-20240823005443-9b4947da3948
golang.org/x/image v0.18.0
)

require (
Expand Down Expand Up @@ -47,7 +48,6 @@ require (
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
github.com/rivo/uniseg v0.4.7 // indirect
golang.org/x/crypto v0.31.0 // indirect
golang.org/x/image v0.18.0 // indirect
golang.org/x/mod v0.20.0 // indirect
golang.org/x/net v0.33.0 // indirect
golang.org/x/sync v0.10.0 // indirect
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,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.7.0.20250116192121-bef0fa284613 h1:zPCKB06yq0CNE2n8uuEZKWChOgRoN4Bhwd1VZJry6bs=
github.com/emer/emergent/v2 v2.0.0-dev0.1.7.0.20250116192121-bef0fa284613/go.mod h1:kWXpQFYstjmqi2zs25uGmORzIJoWMG6IDaiOYA3FNbw=
github.com/emer/emergent/v2 v2.0.0-dev0.1.7.0.20250117231400-6e0b1c78c9c0 h1:iQXiSku1dCF3AiYIJKBiyW2IZuidiFC9/qRFz60Axes=
github.com/emer/emergent/v2 v2.0.0-dev0.1.7.0.20250117231400-6e0b1c78c9c0/go.mod h1:kWXpQFYstjmqi2zs25uGmORzIJoWMG6IDaiOYA3FNbw=
github.com/emer/v1vision v0.1.1-0.20241223003153-dd6818448b3b h1:UBArUDbvn8BWihXRqQldTAao2KmbJmxZwWo9BJB+O1s=
github.com/emer/v1vision v0.1.1-0.20241223003153-dd6818448b3b/go.mod h1:UxlVgZX0apfnWPXD9XOkaC4TnZkQhgU8D3G2Lj20sTg=
github.com/ergochat/readline v0.1.2 h1:zxiwQB8DyTLD0HSWthJlnvs5E2X1qnyXZ44RFf1jRlg=
Expand Down

0 comments on commit 4a91fd2

Please sign in to comment.