Skip to content

Commit

Permalink
Bump go version and golang.org/x/iamge package
Browse files Browse the repository at this point in the history
  • Loading branch information
jphsd committed Nov 3, 2023
1 parent ac6bb9f commit 396d9ec
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
module github.com/jphsd/texture

go 1.20
go 1.21

require (
github.com/jphsd/datastruct v0.0.0-20230317022422-9fcc25efdfd4
github.com/jphsd/graphics2d v0.0.0-20230316035628-f8b5c8812fb4
github.com/jphsd/datastruct v0.0.0-20230819004359-fdb942b23eca
github.com/jphsd/graphics2d v0.0.0-20231009231157-a1186b15c7db
)

require (
golang.org/x/image v0.5.0 // indirect
golang.org/x/text v0.7.0 // indirect
golang.org/x/image v0.13.0 // indirect
golang.org/x/text v0.13.0 // indirect
)

0 comments on commit 396d9ec

Please sign in to comment.