Skip to content

Commit bcbfc9d

Browse files
committed
Uprev go version
1 parent 2f9f17c commit bcbfc9d

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

go.mod

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
module github.com/jphsd/texture
22

3-
go 1.21
3+
go 1.24.5
44

55
require (
66
github.com/jphsd/datastruct v0.0.0-20230819004359-fdb942b23eca
7-
github.com/jphsd/graphics2d v0.0.0-20240701173055-38f173fd3d77
7+
github.com/jphsd/graphics2d v0.0.0-20250710212629-6bce14f9f02a
8+
github.com/jphsd/nonlinear v0.0.0-20250710220814-5a1984037da0
89
)
910

1011
require (
11-
golang.org/x/image v0.18.0 // indirect
12-
golang.org/x/text v0.16.0 // indirect
12+
golang.org/x/image v0.28.0 // indirect
13+
golang.org/x/text v0.26.0 // indirect
1314
)

0 commit comments

Comments
 (0)