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,6 +2,4 @@ module github.com/gen2brain/raylib-go/physics
go 1.19
replace github.com/gen2brain/raylib-go/raylib => ../raylib
require github.com/gen2brain/raylib-go/raylib v0.0.0-00010101000000-000000000000
require github.com/gen2brain/raylib-go/raylib v0.0.0-20230131162822-963c891c4eb9

2
physics/go.sum Normal file
View file

@ -0,0 +1,2 @@
github.com/gen2brain/raylib-go/raylib v0.0.0-20230131162822-963c891c4eb9 h1:xRHgpz2plzW2Lq8msailf2k2Jz9IKWngnzijX7ruN6Y=
github.com/gen2brain/raylib-go/raylib v0.0.0-20230131162822-963c891c4eb9/go.mod h1:+NbsqGlEQqGqrsgJFF5Yj2dkvn0ML2SQb8RqM2hJsPU=