From 4789e2ce21cbd76c3331237d9e4f8d6c801927aa Mon Sep 17 00:00:00 2001 From: Milan Nikolic Date: Thu, 24 Mar 2022 17:00:38 +0100 Subject: [PATCH] Update examples --- examples/go.mod | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/go.mod b/examples/go.mod index 2e77a52..323900e 100644 --- a/examples/go.mod +++ b/examples/go.mod @@ -3,10 +3,10 @@ module examples go 1.16 require ( - github.com/gen2brain/raylib-go/easings v0.0.0-20211111173445-914ca1ffdc4d - github.com/gen2brain/raylib-go/physics v0.0.0-20211111173445-914ca1ffdc4d - github.com/gen2brain/raylib-go/raygui v0.0.0-20211111173445-914ca1ffdc4d - github.com/gen2brain/raylib-go/raylib v0.0.0-20211111173445-914ca1ffdc4d + github.com/gen2brain/raylib-go/easings v0.0.0-20220323230550-c878e5c98a96 + github.com/gen2brain/raylib-go/physics v0.0.0-20220323230550-c878e5c98a96 + github.com/gen2brain/raylib-go/raygui v0.0.0-20220323230550-c878e5c98a96 + github.com/gen2brain/raylib-go/raylib v0.0.0-20220323230550-c878e5c98a96 github.com/jakecoffman/cp v1.1.0 github.com/neguse/go-box2d-lite v0.0.0-20170921151050-5d8ed9b7272b )