Update modules
This commit is contained in:
parent
3b16dbe504
commit
ab3ade6210
13 changed files with 23 additions and 77 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -4,7 +4,7 @@ jobs:
|
|||
test:
|
||||
strategy:
|
||||
matrix:
|
||||
go-version: [1.17.x]
|
||||
go-version: [1.19.x]
|
||||
os: [ubuntu-latest, macos-latest, windows-latest]
|
||||
runs-on: ${{ matrix.os }}
|
||||
steps:
|
||||
|
|
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -2,6 +2,3 @@
|
|||
.idea
|
||||
.vsc
|
||||
.vs
|
||||
|
||||
# Ignore go.sum when go.mod is added.
|
||||
go.sum
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
module github.com/gen2brain/raylib-go/easings
|
||||
|
||||
go 1.16
|
||||
go 1.19
|
||||
|
|
|
@ -1,11 +0,0 @@
|
|||
module example
|
||||
|
||||
go 1.19
|
||||
|
||||
require (
|
||||
github.com/gen2brain/raylib-go/raygui v0.0.0-20221122151443-e8a384ed1346
|
||||
github.com/gen2brain/raylib-go/raylib v0.0.0-20221122155035-fe6d2c0ed32a
|
||||
)
|
||||
|
||||
replace github.com/gen2brain/raylib-go/raylib => ../../../raylib
|
||||
replace github.com/gen2brain/raylib-go/raygui => ../../../raygui
|
|
@ -1,12 +1,20 @@
|
|||
module examples
|
||||
|
||||
go 1.16
|
||||
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-20220827153754-6e090424c541
|
||||
github.com/gen2brain/raylib-go/physics v0.0.0-20220827153754-6e090424c541
|
||||
github.com/gen2brain/raylib-go/raygui v0.0.0-20220827153754-6e090424c541
|
||||
github.com/gen2brain/raylib-go/raylib v0.0.0-20220827153754-6e090424c541
|
||||
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/jakecoffman/cp v1.2.1
|
||||
github.com/neguse/go-box2d-lite v0.0.0-20170921151050-5d8ed9b7272b
|
||||
)
|
||||
|
|
4
examples/go.sum
Normal file
4
examples/go.sum
Normal file
|
@ -0,0 +1,4 @@
|
|||
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=
|
||||
github.com/neguse/go-box2d-lite v0.0.0-20170921151050-5d8ed9b7272b/go.mod h1:kvKwD9codtns5mvpA53V3vLnqFb/Ahcu8zgkGM0SIbI=
|
|
@ -1,11 +0,0 @@
|
|||
module example
|
||||
|
||||
go 1.19
|
||||
|
||||
require (
|
||||
github.com/gen2brain/raylib-go/raygui v0.0.0-20221122151443-e8a384ed1346
|
||||
github.com/gen2brain/raylib-go/raylib v0.0.0-20221122155035-fe6d2c0ed32a
|
||||
)
|
||||
|
||||
replace github.com/gen2brain/raylib-go/raylib => ../../../raylib
|
||||
replace github.com/gen2brain/raylib-go/raygui => ../../../raygui
|
|
@ -1,8 +0,0 @@
|
|||
module example
|
||||
|
||||
go 1.19
|
||||
|
||||
require (
|
||||
github.com/gen2brain/raylib-go/raygui v0.0.0-20221117130019-ce3c8e83dd6d
|
||||
github.com/gen2brain/raylib-go/raylib v0.0.0-20221117130019-ce3c8e83dd6d
|
||||
)
|
|
@ -1,11 +0,0 @@
|
|||
module example
|
||||
|
||||
go 1.19
|
||||
|
||||
require (
|
||||
github.com/gen2brain/raylib-go/raygui v0.0.0-20221122151443-e8a384ed1346
|
||||
github.com/gen2brain/raylib-go/raylib v0.0.0-20221122155035-fe6d2c0ed32a
|
||||
)
|
||||
|
||||
replace github.com/gen2brain/raylib-go/raylib => ../../../raylib
|
||||
replace github.com/gen2brain/raylib-go/raygui => ../../../raygui
|
|
@ -1,11 +0,0 @@
|
|||
module example
|
||||
|
||||
go 1.19
|
||||
|
||||
require (
|
||||
github.com/gen2brain/raylib-go/raygui v0.0.0-20221122151443-e8a384ed1346
|
||||
github.com/gen2brain/raylib-go/raylib v0.0.0-20221122155035-fe6d2c0ed32a
|
||||
)
|
||||
|
||||
replace github.com/gen2brain/raylib-go/raylib => ../../../raylib
|
||||
replace github.com/gen2brain/raylib-go/raygui => ../../../raygui
|
|
@ -1,11 +0,0 @@
|
|||
module example
|
||||
|
||||
go 1.19
|
||||
|
||||
require (
|
||||
github.com/gen2brain/raylib-go/raygui v0.0.0-20221122151443-e8a384ed1346
|
||||
github.com/gen2brain/raylib-go/raylib v0.0.0-20221122155035-fe6d2c0ed32a
|
||||
)
|
||||
|
||||
replace github.com/gen2brain/raylib-go/raylib => ../../../raylib
|
||||
replace github.com/gen2brain/raylib-go/raygui => ../../../raygui
|
|
@ -1,7 +1,7 @@
|
|||
module github.com/gen2brain/raylib-go/physics
|
||||
|
||||
go 1.16
|
||||
go 1.19
|
||||
|
||||
replace github.com/gen2brain/raylib-go/raylib => ../raylib
|
||||
|
||||
require github.com/gen2brain/raylib-go/raylib v0.0.0-20211111173445-914ca1ffdc4d
|
||||
require github.com/gen2brain/raylib-go/raylib v0.0.0-00010101000000-000000000000
|
||||
|
|
|
@ -2,6 +2,6 @@ module github.com/gen2brain/raylib-go/raygui
|
|||
|
||||
go 1.19
|
||||
|
||||
require github.com/gen2brain/raylib-go/raylib v0.0.0-20221117130019-ce3c8e83dd6d
|
||||
replace github.com/gen2brain/raylib-go/raylib => ../raylib
|
||||
|
||||
replace github.com/gen2brain/raylib-go/raylib => ../../../raylib
|
||||
require github.com/gen2brain/raylib-go/raylib v0.0.0-00010101000000-000000000000
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue