Skip to content

Commit d810682

Browse files
committed
go mod update latest
1 parent 19c91b2 commit d810682

File tree

3 files changed

+77
-112
lines changed

3 files changed

+77
-112
lines changed

go.mod

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,46 +1,46 @@
11
module github.com/emer/v1vision
22

3-
go 1.23.4
3+
go 1.25.6
44

55
require (
6-
cogentcore.org/core v0.3.13
7-
cogentcore.org/lab v0.1.3-0.20260106153658-0557c97a5cea
8-
github.com/anthonynsimon/bild v0.13.0
6+
cogentcore.org/core v0.3.14-0.20260117204258-0df48929cf7e
7+
cogentcore.org/lab v0.1.3-0.20260118025330-40dd4638d88a
8+
github.com/anthonynsimon/bild v0.14.0
99
github.com/emer/emergent/v2 v2.0.0-dev0.1.7.0.20260107180834-a1df5d7febdb
10-
github.com/stretchr/testify v1.10.0
10+
github.com/stretchr/testify v1.11.1
1111
)
1212

1313
require (
1414
github.com/Bios-Marcel/wastebasket/v2 v2.0.3 // indirect
1515
github.com/Masterminds/vcs v1.13.3 // indirect
16-
github.com/alecthomas/chroma/v2 v2.13.0 // indirect
16+
github.com/alecthomas/chroma/v2 v2.23.0 // indirect
1717
github.com/aymerick/douceur v0.2.0 // indirect
18-
github.com/chewxy/math32 v1.10.1 // indirect
18+
github.com/chewxy/math32 v1.11.1 // indirect
1919
github.com/cogentcore/webgpu v0.23.0 // indirect
2020
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
21-
github.com/dlclark/regexp2 v1.11.0 // indirect
22-
github.com/fsnotify/fsnotify v1.8.0 // indirect
23-
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20240506104042-037f3cc74f2a // indirect
24-
github.com/go-text/typesetting v0.3.1-0.20250402122313-7a0f05577ff5 // indirect
21+
github.com/dlclark/regexp2 v1.11.5 // indirect
22+
github.com/fsnotify/fsnotify v1.9.0 // indirect
23+
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20250301202403-da16c1255728 // indirect
24+
github.com/go-text/typesetting v0.3.1-0.20250707124828-58cd3ef91251 // indirect
2525
github.com/gobwas/glob v0.2.3 // indirect
2626
github.com/gorilla/css v1.0.1 // indirect
2727
github.com/h2non/filetype v1.1.3 // indirect
2828
github.com/hack-pad/go-indexeddb v0.3.2 // indirect
29-
github.com/hack-pad/hackpadfs v0.2.1 // indirect
29+
github.com/hack-pad/hackpadfs v0.2.4 // indirect
3030
github.com/hack-pad/safejs v0.1.1 // indirect
3131
github.com/jeandeaual/go-locale v0.0.0-20250612000132-0ef82f21eade // indirect
3232
github.com/jinzhu/copier v0.4.0 // indirect
3333
github.com/mitchellh/go-homedir v1.1.0 // indirect
34-
github.com/pelletier/go-toml/v2 v2.1.2-0.20240227203013-2b69615b5d55 // indirect
34+
github.com/pelletier/go-toml/v2 v2.2.4 // indirect
3535
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
36-
github.com/tdewolff/parse/v2 v2.7.19 // indirect
37-
golang.org/x/exp v0.0.0-20240823005443-9b4947da3948 // indirect
38-
golang.org/x/image v0.25.0 // indirect
39-
golang.org/x/mod v0.25.0 // indirect
40-
golang.org/x/net v0.42.0 // indirect
41-
golang.org/x/sync v0.16.0 // indirect
42-
golang.org/x/sys v0.34.0 // indirect
43-
golang.org/x/text v0.27.0 // indirect
44-
golang.org/x/tools v0.34.0 // indirect
36+
github.com/tdewolff/parse/v2 v2.8.5 // indirect
37+
golang.org/x/exp v0.0.0-20260112195511-716be5621a96 // indirect
38+
golang.org/x/image v0.35.0 // indirect
39+
golang.org/x/mod v0.32.0 // indirect
40+
golang.org/x/net v0.49.0 // indirect
41+
golang.org/x/sync v0.19.0 // indirect
42+
golang.org/x/sys v0.40.0 // indirect
43+
golang.org/x/text v0.33.0 // indirect
44+
golang.org/x/tools v0.41.0 // indirect
4545
gopkg.in/yaml.v3 v3.0.1 // indirect
4646
)

0 commit comments

Comments
 (0)