Update modules

This commit is contained in:
Milan Nikolic 2021-11-13 17:07:48 +01:00
parent 914ca1ffdc
commit ca8ab655a8
No known key found for this signature in database
GPG key ID: 9229D0EAA3AA4E75
4 changed files with 7 additions and 4 deletions

View file

@ -3,7 +3,10 @@ module examples
go 1.16 go 1.16
require ( require (
github.com/gen2brain/raylib-go v0.0.0-20210623105341-8ff192f923a5 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/jakecoffman/cp v1.1.0 github.com/jakecoffman/cp v1.1.0
github.com/neguse/go-box2d-lite v0.0.0-20170921151050-5d8ed9b7272b github.com/neguse/go-box2d-lite v0.0.0-20170921151050-5d8ed9b7272b
) )

View file

@ -4,4 +4,4 @@ go 1.16
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-20210714145135-ccae99cbf6dd require github.com/gen2brain/raylib-go/raylib v0.0.0-20211111173445-914ca1ffdc4d

View file

@ -4,4 +4,4 @@ go 1.16
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-20210714145135-ccae99cbf6dd require github.com/gen2brain/raylib-go/raylib v0.0.0-20211111173445-914ca1ffdc4d

View file

@ -7,7 +7,7 @@ replace github.com/gen2brain/raylib-go/raylib => ../raylib
require ( require (
github.com/dsnet/compress v0.0.1 github.com/dsnet/compress v0.0.1
github.com/frankban/quicktest v1.13.0 // indirect github.com/frankban/quicktest v1.13.0 // indirect
github.com/gen2brain/raylib-go/raylib v0.0.0-20210714145135-ccae99cbf6dd github.com/gen2brain/raylib-go/raylib v0.0.0-20211111173445-914ca1ffdc4d
github.com/golang/snappy v0.0.4 github.com/golang/snappy v0.0.4
github.com/klauspost/compress v1.13.1 github.com/klauspost/compress v1.13.1
github.com/pierrec/lz4 v2.6.1+incompatible github.com/pierrec/lz4 v2.6.1+incompatible