Update examples/go.mod physics/go.mod raygui/go.mod

This commit is contained in:
JupiterRider 2023-02-11 16:26:09 +01:00
parent 963c891c4e
commit 2243b93c92
6 changed files with 18 additions and 18 deletions

View file

@ -2,19 +2,11 @@ module examples
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-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/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/jakecoffman/cp v1.2.1
github.com/neguse/go-box2d-lite v0.0.0-20170921151050-5d8ed9b7272b
)