Update modules
This commit is contained in:
parent
0c9d5a435c
commit
44036d2916
1 changed files with 13 additions and 11 deletions
|
@ -1,24 +1,26 @@
|
|||
module rrem
|
||||
|
||||
go 1.16
|
||||
|
||||
replace github.com/gen2brain/raylib-go/raylib => ../raylib
|
||||
go 1.19
|
||||
|
||||
require (
|
||||
github.com/blezek/tga v0.0.0-20150626111426-80720cbc1017
|
||||
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-20210714145135-ccae99cbf6dd
|
||||
github.com/golang/snappy v0.0.4 // indirect
|
||||
github.com/gen2brain/raylib-go/rres v0.0.0-20230213081331-0c9d5a435c64
|
||||
github.com/jbuchbinder/gopnm v0.0.0-20150223212718-5176c556b9ce
|
||||
github.com/jfreymuth/oggvorbis v1.0.3
|
||||
github.com/jteeuwen/go-bindata v3.0.7+incompatible
|
||||
github.com/klauspost/compress v1.13.1 // indirect
|
||||
github.com/moutend/go-wav v0.0.0-20170820031854-56127fbbb7ba
|
||||
golang.org/x/image v0.5.0
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/dsnet/compress v0.0.1 // indirect
|
||||
github.com/ftrvxmtrx/tga v0.0.0-20150524081124-bd8e8d5be13a // indirect
|
||||
github.com/gen2brain/raylib-go/raylib v0.0.0-20211111173445-914ca1ffdc4d // indirect
|
||||
github.com/golang/snappy v0.0.4 // indirect
|
||||
github.com/jfreymuth/vorbis v1.0.2 // indirect
|
||||
github.com/klauspost/compress v1.13.1 // indirect
|
||||
github.com/pierrec/lz4 v2.6.1+incompatible // indirect
|
||||
github.com/rootlch/encrypt v0.0.0-20120717064446-58e7f47a860b // indirect
|
||||
github.com/ulikunitz/xz v0.5.10 // indirect
|
||||
golang.org/x/crypto v0.0.0-20210711020723-a769d52b0f97 // indirect
|
||||
golang.org/x/image v0.0.0-20210628002857-a66eb6448b8d
|
||||
golang.org/x/crypto v0.6.0 // indirect
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue