Skip to content

Commit

Permalink
go mod update
Browse files Browse the repository at this point in the history
  • Loading branch information
rcoreilly committed Jul 16, 2024
1 parent dddae2c commit 0386a52
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 @@ -3,11 +3,11 @@ module github.com/emer/emergent/v2
go 1.22

require (
cogentcore.org/core v0.2.3-0.20240716065916-12e066bd41b3
cogentcore.org/core v0.2.3
github.com/BurntSushi/toml v1.3.2
github.com/andreyvit/diff v0.0.0-20170406064948-c7f18ee00883
github.com/iancoleman/strcase v0.3.0
github.com/stretchr/testify v1.9.0
github.com/stretchr/testify v1.9.0
golang.org/x/exp v0.0.0-20231219180239-dc181d75b848
)

Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cogentcore.org/core v0.2.3-0.20240716065916-12e066bd41b3 h1:CcIvlu1070DJssY2NcMQlsMzJK3s6oKzSxgdJlV8DJE=
cogentcore.org/core v0.2.3-0.20240716065916-12e066bd41b3/go.mod h1:XuXy3dkivSZq8ZSVJAjfEmqnB240Aa2h8kFQBnqtrQg=
cogentcore.org/core v0.2.3 h1:OkxGqimUIw1ALkH/dhADYB780OzZhA5nHgQpghtZ4CM=
cogentcore.org/core v0.2.3/go.mod h1:XuXy3dkivSZq8ZSVJAjfEmqnB240Aa2h8kFQBnqtrQg=
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

0 comments on commit 0386a52

Please # to comment.