Update modules

This commit is contained in:
Milan Nikolic 2023-02-13 08:52:20 +01:00
parent 8447b37c50
commit dc8c9e1041
No known key found for this signature in database
GPG key ID: 9229D0EAA3AA4E75
2 changed files with 9 additions and 9 deletions

View file

@ -4,9 +4,9 @@ go 1.19
require (
github.com/gen2brain/raylib-go/easings v0.0.0-20230131162822-963c891c4eb9
github.com/gen2brain/raylib-go/physics v0.0.0-20230131162822-963c891c4eb9
github.com/gen2brain/raylib-go/raygui v0.0.0-20230131162822-963c891c4eb9
github.com/gen2brain/raylib-go/raylib v0.0.0-20230131162822-963c891c4eb9
github.com/gen2brain/raylib-go/physics v0.0.0-20230213074819-8447b37c5045
github.com/gen2brain/raylib-go/raygui v0.0.0-20230213074819-8447b37c5045
github.com/gen2brain/raylib-go/raylib v0.0.0-20230213074819-8447b37c5045
github.com/jakecoffman/cp v1.2.1
github.com/neguse/go-box2d-lite v0.0.0-20170921151050-5d8ed9b7272b
)