Update modules

This commit is contained in:
Milan Nikolic 2021-07-19 11:41:09 +02:00
parent ccae99cbf6
commit 1ca7b58c82
No known key found for this signature in database
GPG key ID: 9229D0EAA3AA4E75
4 changed files with 4 additions and 4 deletions

View file

@ -4,4 +4,4 @@ go 1.16
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-20210714145135-ccae99cbf6dd

View file

@ -4,4 +4,4 @@ go 1.16
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-20210714145135-ccae99cbf6dd

View file

@ -9,7 +9,7 @@ require (
github.com/dsnet/compress v0.0.1 // indirect
github.com/frankban/quicktest v1.13.0 // indirect
github.com/ftrvxmtrx/tga v0.0.0-20150524081124-bd8e8d5be13a // indirect
github.com/gen2brain/raylib-go v0.0.0-20210623105341-8ff192f923a5
github.com/gen2brain/raylib-go v0.0.0-20210714145135-ccae99cbf6dd
github.com/golang/snappy v0.0.4 // indirect
github.com/jbuchbinder/gopnm v0.0.0-20150223212718-5176c556b9ce
github.com/jfreymuth/oggvorbis v1.0.3

View file

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