Skip to content

Commit

Permalink
get actual current core go mod
Browse files Browse the repository at this point in the history
  • Loading branch information
rcoreilly committed Jul 22, 2024
1 parent f492ab8 commit 58dfd24
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 @@ -3,7 +3,7 @@ module cogentcore.org/cogent
go 1.22

require (
cogentcore.org/core v0.2.4-0.20240722102439-575944934269
cogentcore.org/core v0.2.4-0.20240722113400-da3ded05fc74
github.com/aandrew-me/tgpt/v2 v2.7.2
github.com/bogdanfinn/fhttp v0.5.27
github.com/bogdanfinn/tls-client v1.7.2
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.4-0.20240722102439-575944934269 h1:rLKwc+xxWJOkg8n9rSNhqOFj5Ig8aasFzCOoGCN5X3M=
cogentcore.org/core v0.2.4-0.20240722102439-575944934269/go.mod h1:dC+ZLXiwF83q3biWDBwzvF4YVSxTHaRzup80DgoIlHo=
cogentcore.org/core v0.2.4-0.20240722113400-da3ded05fc74 h1:49OgLDOaYGaqdmrUeTGUaQ6XxBn7uAHHNw74uZNYlIw=
cogentcore.org/core v0.2.4-0.20240722113400-da3ded05fc74/go.mod h1:dC+ZLXiwF83q3biWDBwzvF4YVSxTHaRzup80DgoIlHo=
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 58dfd24

Please sign in to comment.