From 23b8d60e420f3bc2fa23ac0e471da6a753558a0c Mon Sep 17 00:00:00 2001 From: Hajime Hoshi Date: Sat, 4 Jun 2022 22:54:32 +0900 Subject: [PATCH] go mod tidy --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 8f4650f93..47fef9f24 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module github.com/hajimehoshi/ebiten/v2 go 1.15 require ( - github.com/ebiten/purego v0.0.0-20220525025155-0f6873f42222 // indirect + github.com/ebiten/purego v0.0.0-20220525025155-0f6873f42222 github.com/go-gl/glfw/v3.3/glfw v0.0.0-20220516021902-eb3e265c7661 github.com/hajimehoshi/bitmapfont/v2 v2.2.0 github.com/hajimehoshi/file2byteslice v0.0.0-20210813153925-5340248a8f41