From 4c00ef823fa60f5c1441b94521cb142b2aaed6d8 Mon Sep 17 00:00:00 2001 From: Milan Nikolic Date: Tue, 7 Mar 2023 12:00:33 +0100 Subject: [PATCH] Update modules --- examples/go.mod | 8 ++++---- examples/go.sum | 16 ++++++++-------- physics/go.mod | 2 +- physics/go.sum | 4 ++-- raygui/go.mod | 2 +- raygui/go.sum | 4 ++-- rres/cmd/rrem/go.mod | 24 +++++++++++------------- 7 files changed, 29 insertions(+), 31 deletions(-) diff --git a/examples/go.mod b/examples/go.mod index 82f2d94..f2b6417 100644 --- a/examples/go.mod +++ b/examples/go.mod @@ -3,10 +3,10 @@ module examples go 1.19 require ( - github.com/gen2brain/raylib-go/easings v0.0.0-20230131162822-963c891c4eb9 - github.com/gen2brain/raylib-go/physics v0.0.0-20230213074819-8447b37c5045 - github.com/gen2brain/raylib-go/raygui v0.0.0-20230213080948-62ed2c37987e - github.com/gen2brain/raylib-go/raylib v0.0.0-20230213080948-62ed2c37987e + github.com/gen2brain/raylib-go/easings v0.0.0-20230307103755-cffbfcd37112 + github.com/gen2brain/raylib-go/physics v0.0.0-20230307103755-cffbfcd37112 + github.com/gen2brain/raylib-go/raygui v0.0.0-20230307103755-cffbfcd37112 + github.com/gen2brain/raylib-go/raylib v0.0.0-20230307103755-cffbfcd37112 github.com/jakecoffman/cp v1.2.1 github.com/neguse/go-box2d-lite v0.0.0-20170921151050-5d8ed9b7272b ) diff --git a/examples/go.sum b/examples/go.sum index becdeea..5e1dbbe 100644 --- a/examples/go.sum +++ b/examples/go.sum @@ -1,11 +1,11 @@ -github.com/gen2brain/raylib-go/easings v0.0.0-20230131162822-963c891c4eb9 h1:1YY9EBOIC9qFkK7c9gVGoewHwU6cbtb4wNkK0ep3dZE= -github.com/gen2brain/raylib-go/easings v0.0.0-20230131162822-963c891c4eb9/go.mod h1:UuXithI7f7GZ22PJtaZDXHzWzdXx0OCyuxaakj9gt9k= -github.com/gen2brain/raylib-go/physics v0.0.0-20230213074819-8447b37c5045 h1:tLiRrmYVWy8edoQUJHQVJ7OpsGbI8g5wb8LmnC9kMJA= -github.com/gen2brain/raylib-go/physics v0.0.0-20230213074819-8447b37c5045/go.mod h1:N7U+1rttAIXn8WuwnTvJQhoHngeky4BYt9DEncAc7gY= -github.com/gen2brain/raylib-go/raygui v0.0.0-20230213080948-62ed2c37987e h1:SUf81o+ifUHhLA8jRhqB6RUiDDSGdrPx6isuDGBj7h0= -github.com/gen2brain/raylib-go/raygui v0.0.0-20230213080948-62ed2c37987e/go.mod h1:J0E4kCPKmmxA3IitNzHaHLEs2iMfB1yzQRX1C/EmCD4= -github.com/gen2brain/raylib-go/raylib v0.0.0-20230213080948-62ed2c37987e h1:F8CXD07YyDSday3LqHSbhdevWGoBRLkMAVpz2Dkv1Rw= -github.com/gen2brain/raylib-go/raylib v0.0.0-20230213080948-62ed2c37987e/go.mod h1:+NbsqGlEQqGqrsgJFF5Yj2dkvn0ML2SQb8RqM2hJsPU= +github.com/gen2brain/raylib-go/easings v0.0.0-20230307103755-cffbfcd37112 h1:3dvVw663tmNrjvQ6l4j6lIXvwgUNL+x1xqhKUIdujws= +github.com/gen2brain/raylib-go/easings v0.0.0-20230307103755-cffbfcd37112/go.mod h1:UuXithI7f7GZ22PJtaZDXHzWzdXx0OCyuxaakj9gt9k= +github.com/gen2brain/raylib-go/physics v0.0.0-20230307103755-cffbfcd37112 h1:2AC2N77b9cSGvvrWenE92kW2Oi7/LZORWp8G7X0rZCU= +github.com/gen2brain/raylib-go/physics v0.0.0-20230307103755-cffbfcd37112/go.mod h1:N7U+1rttAIXn8WuwnTvJQhoHngeky4BYt9DEncAc7gY= +github.com/gen2brain/raylib-go/raygui v0.0.0-20230307103755-cffbfcd37112 h1:k34KTKT7AYY9Rwz4gPQH4joZiY+wNrUgU+rtvWz/t5g= +github.com/gen2brain/raylib-go/raygui v0.0.0-20230307103755-cffbfcd37112/go.mod h1:J0E4kCPKmmxA3IitNzHaHLEs2iMfB1yzQRX1C/EmCD4= +github.com/gen2brain/raylib-go/raylib v0.0.0-20230307103755-cffbfcd37112 h1:kpYkZ9ziXlyoNGPjLW3plJsxfpqLNPvnOmx6BB6lqhA= +github.com/gen2brain/raylib-go/raylib v0.0.0-20230307103755-cffbfcd37112/go.mod h1:+NbsqGlEQqGqrsgJFF5Yj2dkvn0ML2SQb8RqM2hJsPU= 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= diff --git a/physics/go.mod b/physics/go.mod index 4c7ea28..8d01b52 100644 --- a/physics/go.mod +++ b/physics/go.mod @@ -2,4 +2,4 @@ module github.com/gen2brain/raylib-go/physics go 1.19 -require github.com/gen2brain/raylib-go/raylib v0.0.0-20230131162822-963c891c4eb9 +require github.com/gen2brain/raylib-go/raylib v0.0.0-20230307103755-cffbfcd37112 diff --git a/physics/go.sum b/physics/go.sum index aa17776..a9ea418 100644 --- a/physics/go.sum +++ b/physics/go.sum @@ -1,2 +1,2 @@ -github.com/gen2brain/raylib-go/raylib v0.0.0-20230131162822-963c891c4eb9 h1:xRHgpz2plzW2Lq8msailf2k2Jz9IKWngnzijX7ruN6Y= -github.com/gen2brain/raylib-go/raylib v0.0.0-20230131162822-963c891c4eb9/go.mod h1:+NbsqGlEQqGqrsgJFF5Yj2dkvn0ML2SQb8RqM2hJsPU= +github.com/gen2brain/raylib-go/raylib v0.0.0-20230307103755-cffbfcd37112 h1:kpYkZ9ziXlyoNGPjLW3plJsxfpqLNPvnOmx6BB6lqhA= +github.com/gen2brain/raylib-go/raylib v0.0.0-20230307103755-cffbfcd37112/go.mod h1:+NbsqGlEQqGqrsgJFF5Yj2dkvn0ML2SQb8RqM2hJsPU= diff --git a/raygui/go.mod b/raygui/go.mod index 8877b91..ab69f45 100644 --- a/raygui/go.mod +++ b/raygui/go.mod @@ -2,4 +2,4 @@ module github.com/gen2brain/raylib-go/raygui go 1.19 -require github.com/gen2brain/raylib-go/raylib v0.0.0-20230131162822-963c891c4eb9 +require github.com/gen2brain/raylib-go/raylib v0.0.0-20230307103755-cffbfcd37112 diff --git a/raygui/go.sum b/raygui/go.sum index aa17776..a9ea418 100644 --- a/raygui/go.sum +++ b/raygui/go.sum @@ -1,2 +1,2 @@ -github.com/gen2brain/raylib-go/raylib v0.0.0-20230131162822-963c891c4eb9 h1:xRHgpz2plzW2Lq8msailf2k2Jz9IKWngnzijX7ruN6Y= -github.com/gen2brain/raylib-go/raylib v0.0.0-20230131162822-963c891c4eb9/go.mod h1:+NbsqGlEQqGqrsgJFF5Yj2dkvn0ML2SQb8RqM2hJsPU= +github.com/gen2brain/raylib-go/raylib v0.0.0-20230307103755-cffbfcd37112 h1:kpYkZ9ziXlyoNGPjLW3plJsxfpqLNPvnOmx6BB6lqhA= +github.com/gen2brain/raylib-go/raylib v0.0.0-20230307103755-cffbfcd37112/go.mod h1:+NbsqGlEQqGqrsgJFF5Yj2dkvn0ML2SQb8RqM2hJsPU= diff --git a/rres/cmd/rrem/go.mod b/rres/cmd/rrem/go.mod index 22b0663..961dfbc 100644 --- a/rres/cmd/rrem/go.mod +++ b/rres/cmd/rrem/go.mod @@ -1,26 +1,24 @@ module rrem -go 1.19 +go 1.16 + +replace github.com/gen2brain/raylib-go/raylib => ../raylib require ( github.com/blezek/tga v0.0.0-20150626111426-80720cbc1017 - github.com/gen2brain/raylib-go/rres v0.0.0-20230213081331-0c9d5a435c64 + 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/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/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/moutend/go-wav v0.0.0-20170820031854-56127fbbb7ba 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.6.0 // indirect + golang.org/x/crypto v0.0.0-20210711020723-a769d52b0f97 // indirect + golang.org/x/image v0.0.0-20210628002857-a66eb6448b8d )