Update modules

This commit is contained in:
Milan Nikolic 2022-12-04 12:58:11 +01:00
parent 3b16dbe504
commit ab3ade6210
No known key found for this signature in database
GPG key ID: 9229D0EAA3AA4E75
13 changed files with 23 additions and 77 deletions

View file

@ -1,12 +1,20 @@
module examples
go 1.16
go 1.19
replace github.com/gen2brain/raylib-go/easings => ../easings
replace github.com/gen2brain/raylib-go/physics => ../physics
replace github.com/gen2brain/raylib-go/raygui => ../raygui
replace github.com/gen2brain/raylib-go/raylib => ../raylib
require (
github.com/gen2brain/raylib-go/easings v0.0.0-20220827153754-6e090424c541
github.com/gen2brain/raylib-go/physics v0.0.0-20220827153754-6e090424c541
github.com/gen2brain/raylib-go/raygui v0.0.0-20220827153754-6e090424c541
github.com/gen2brain/raylib-go/raylib v0.0.0-20220827153754-6e090424c541
github.com/gen2brain/raylib-go/easings v0.0.0-00010101000000-000000000000
github.com/gen2brain/raylib-go/physics v0.0.0-00010101000000-000000000000
github.com/gen2brain/raylib-go/raygui v0.0.0-00010101000000-000000000000
github.com/gen2brain/raylib-go/raylib v0.0.0-00010101000000-000000000000
github.com/jakecoffman/cp v1.2.1
github.com/neguse/go-box2d-lite v0.0.0-20170921151050-5d8ed9b7272b
)