From ec18b7ebf0656aeb5330384561d6dffa9a77037d Mon Sep 17 00:00:00 2001 From: Lilis Iskandar Date: Sat, 4 Feb 2023 11:53:50 +0800 Subject: [PATCH] examples/shaped-window: update go.mod dependency to use go-sdl2 v0.4.31 Signed-off-by: Lilis Iskandar --- examples/shaped-window/go.mod | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/examples/shaped-window/go.mod b/examples/shaped-window/go.mod index 54d506f..b10a690 100644 --- a/examples/shaped-window/go.mod +++ b/examples/shaped-window/go.mod @@ -2,6 +2,4 @@ module shaped-window go 1.20 -require github.com/veandco/go-sdl2 v0.4.30 - -replace github.com/veandco/go-sdl2 v0.4.30 => github.com/TooManySugar/go-sdl2 v0.0.0-20230201111233-54995b38d528 +require github.com/veandco/go-sdl2 v0.4.31