diff --git a/examples/go.mod b/examples/go.mod index 31a3262..778a4bf 100644 --- a/examples/go.mod +++ b/examples/go.mod @@ -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 ) diff --git a/examples/go.sum b/examples/go.sum index 9eb30b4..acfbb4e 100644 --- a/examples/go.sum +++ b/examples/go.sum @@ -1,3 +1,11 @@ +github.com/gen2brain/raylib-go/easings v0.0.0-20230131162822-963c891c4eb9 h1:1YY9EBOIC9qFkK7c9gVGoewHwU6cbtb4wNkK0ep3dZE= +github.com/gen2brain/raylib-go/easings v0.0.0-20230131162822-963c891c4eb9/go.mod h1:UuXithI7f7GZ22PJtaZDXHzWzdXx0OCyuxaakj9gt9k= +github.com/gen2brain/raylib-go/physics v0.0.0-20230131162822-963c891c4eb9 h1:UabZE8KGiM/e/Zl8UuG3ltQ75swQfUWkpga/wyAH7gs= +github.com/gen2brain/raylib-go/physics v0.0.0-20230131162822-963c891c4eb9/go.mod h1:NgBhaaDuraC9m/vapFCw1aIzXbqCVRBEdnoQd8ViLGs= +github.com/gen2brain/raylib-go/raygui v0.0.0-20230131162822-963c891c4eb9 h1:mA5NXxZi4DrI3NLCIOqNIZscfxkeSNHy81fDLZAcBLY= +github.com/gen2brain/raylib-go/raygui v0.0.0-20230131162822-963c891c4eb9/go.mod h1:dPf8qhPRSGwUWGjjM83HmiFCOEEA8SjtPAGBg/ALtfU= +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= github.com/jakecoffman/cp v1.2.1 h1:zkhc2Gpo9l4NLUZfeG3j33+3bQD7MkqPa+n5PdX+5mI= github.com/jakecoffman/cp v1.2.1/go.mod h1:JjY/Fp6d8E1CHnu74gWNnU0+b9VzEdUVPoJxg2PsTQg= github.com/neguse/go-box2d-lite v0.0.0-20170921151050-5d8ed9b7272b h1:+67TGbwfgeB5o03Rx+ZBW44zAQ+wUujcwdRA0p9CbJI= diff --git a/physics/go.mod b/physics/go.mod index 693c396..4c7ea28 100644 --- a/physics/go.mod +++ b/physics/go.mod @@ -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 diff --git a/physics/go.sum b/physics/go.sum new file mode 100644 index 0000000..aa17776 --- /dev/null +++ b/physics/go.sum @@ -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= diff --git a/raygui/go.mod b/raygui/go.mod index 149e6f9..8877b91 100644 --- a/raygui/go.mod +++ b/raygui/go.mod @@ -2,6 +2,4 @@ module github.com/gen2brain/raylib-go/raygui 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 diff --git a/raygui/go.sum b/raygui/go.sum new file mode 100644 index 0000000..aa17776 --- /dev/null +++ b/raygui/go.sum @@ -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=