Update modules

This commit is contained in:
Milan Nikolic 2023-06-21 11:36:35 +02:00
parent a6644da243
commit 3ca5eae18e
No known key found for this signature in database
GPG key ID: 9229D0EAA3AA4E75
8 changed files with 12 additions and 12 deletions

View file

@ -4,7 +4,7 @@ go 1.19
require ( require (
github.com/gen2brain/raylib-go/physics v0.0.0-20230413172235-a62b332ffc4a github.com/gen2brain/raylib-go/physics v0.0.0-20230413172235-a62b332ffc4a
github.com/gen2brain/raylib-go/raylib v0.0.0-20230413172235-a62b332ffc4a github.com/gen2brain/raylib-go/raylib v0.0.0-20230621091943-a6644da2433f
github.com/jakecoffman/cp v1.2.1 github.com/jakecoffman/cp v1.2.1
github.com/neguse/go-box2d-lite v0.0.0-20170921151050-5d8ed9b7272b github.com/neguse/go-box2d-lite v0.0.0-20170921151050-5d8ed9b7272b
) )

View file

@ -1,7 +1,7 @@
github.com/gen2brain/raylib-go/physics v0.0.0-20230413172235-a62b332ffc4a h1:YiVRz76RzAgEl4UDxXK51PZp4a46ocSF3MN5RPDiKs8= github.com/gen2brain/raylib-go/physics v0.0.0-20230413172235-a62b332ffc4a h1:YiVRz76RzAgEl4UDxXK51PZp4a46ocSF3MN5RPDiKs8=
github.com/gen2brain/raylib-go/physics v0.0.0-20230413172235-a62b332ffc4a/go.mod h1:Vf/TIMnolPj/pEnPQObb/cL481gg/La8CgwibfA9gx4= github.com/gen2brain/raylib-go/physics v0.0.0-20230413172235-a62b332ffc4a/go.mod h1:Vf/TIMnolPj/pEnPQObb/cL481gg/La8CgwibfA9gx4=
github.com/gen2brain/raylib-go/raylib v0.0.0-20230413172235-a62b332ffc4a h1:Ia3FYwv7nxvb55YZCKfiXfgLwrrQv3fbjvnSwnOAl14= github.com/gen2brain/raylib-go/raylib v0.0.0-20230621091943-a6644da2433f h1:erUJFP3XPbdiOAxcixPObRpkGMcMyGo5PzG2890hZSo=
github.com/gen2brain/raylib-go/raylib v0.0.0-20230413172235-a62b332ffc4a/go.mod h1:AwtGA3aTtYdezNxEVbfchaLw/z+CuRDh2Mlxy0FbBro= github.com/gen2brain/raylib-go/raylib v0.0.0-20230621091943-a6644da2433f/go.mod h1:AwtGA3aTtYdezNxEVbfchaLw/z+CuRDh2Mlxy0FbBro=
github.com/jakecoffman/cp v1.2.1 h1:zkhc2Gpo9l4NLUZfeG3j33+3bQD7MkqPa+n5PdX+5mI= 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/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= github.com/neguse/go-box2d-lite v0.0.0-20170921151050-5d8ed9b7272b h1:+67TGbwfgeB5o03Rx+ZBW44zAQ+wUujcwdRA0p9CbJI=

View file

@ -2,4 +2,4 @@ module github.com/gen2brain/raylib-go/physics
go 1.19 go 1.19
require github.com/gen2brain/raylib-go/raylib v0.0.0-20230307103755-cffbfcd37112 require github.com/gen2brain/raylib-go/raylib v0.0.0-20230621091943-a6644da2433f

View file

@ -1,2 +1,2 @@
github.com/gen2brain/raylib-go/raylib v0.0.0-20230307103755-cffbfcd37112 h1:kpYkZ9ziXlyoNGPjLW3plJsxfpqLNPvnOmx6BB6lqhA= github.com/gen2brain/raylib-go/raylib v0.0.0-20230621091943-a6644da2433f h1:erUJFP3XPbdiOAxcixPObRpkGMcMyGo5PzG2890hZSo=
github.com/gen2brain/raylib-go/raylib v0.0.0-20230307103755-cffbfcd37112/go.mod h1:+NbsqGlEQqGqrsgJFF5Yj2dkvn0ML2SQb8RqM2hJsPU= github.com/gen2brain/raylib-go/raylib v0.0.0-20230621091943-a6644da2433f/go.mod h1:AwtGA3aTtYdezNxEVbfchaLw/z+CuRDh2Mlxy0FbBro=

View file

@ -2,4 +2,4 @@ module github.com/gen2brain/raylib-go/raygui
go 1.19 go 1.19
require github.com/gen2brain/raylib-go/raylib v0.0.0-20230307110033-4c00ef823fa6 require github.com/gen2brain/raylib-go/raylib v0.0.0-20230621091943-a6644da2433f

View file

@ -1,2 +1,2 @@
github.com/gen2brain/raylib-go/raylib v0.0.0-20230307110033-4c00ef823fa6 h1:G90rg0LNvMZbOx+/LpQBj6GRabVoisGAdOVUC5XoPYU= github.com/gen2brain/raylib-go/raylib v0.0.0-20230621091943-a6644da2433f h1:erUJFP3XPbdiOAxcixPObRpkGMcMyGo5PzG2890hZSo=
github.com/gen2brain/raylib-go/raylib v0.0.0-20230307110033-4c00ef823fa6/go.mod h1:+NbsqGlEQqGqrsgJFF5Yj2dkvn0ML2SQb8RqM2hJsPU= github.com/gen2brain/raylib-go/raylib v0.0.0-20230621091943-a6644da2433f/go.mod h1:AwtGA3aTtYdezNxEVbfchaLw/z+CuRDh2Mlxy0FbBro=

View file

@ -2,4 +2,4 @@ module github.com/gen2brain/raylib-go/rres
go 1.19 go 1.19
require github.com/gen2brain/raylib-go/raylib v0.0.0-20230511170620-d84e4cc82f8d require github.com/gen2brain/raylib-go/raylib v0.0.0-20230621091943-a6644da2433f

View file

@ -1,2 +1,2 @@
github.com/gen2brain/raylib-go/raylib v0.0.0-20230511170620-d84e4cc82f8d h1:M1gq2devl4lx6K0Gky7CvbYrxMMP2uC903C9bO+GO28= github.com/gen2brain/raylib-go/raylib v0.0.0-20230621091943-a6644da2433f h1:erUJFP3XPbdiOAxcixPObRpkGMcMyGo5PzG2890hZSo=
github.com/gen2brain/raylib-go/raylib v0.0.0-20230511170620-d84e4cc82f8d/go.mod h1:AwtGA3aTtYdezNxEVbfchaLw/z+CuRDh2Mlxy0FbBro= github.com/gen2brain/raylib-go/raylib v0.0.0-20230621091943-a6644da2433f/go.mod h1:AwtGA3aTtYdezNxEVbfchaLw/z+CuRDh2Mlxy0FbBro=