update go.mod, new makefile tasks

This commit is contained in:
2023-07-02 20:06:55 +02:00
parent eadb0db13c
commit 663f578c7e
5 changed files with 11 additions and 47 deletions

8
go.mod
View File

@@ -5,9 +5,9 @@ go 1.20
require github.com/hajimehoshi/ebiten v1.12.12
require (
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20221017161538-93cebf72946b // indirect
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20200707082815-5321531c36a2 // indirect
golang.org/x/exp v0.0.0-20190731235908-ec7cb31e5a56 // indirect
golang.org/x/image v0.6.0 // indirect
golang.org/x/mobile v0.0.0-20230301163155-e0f57694e12c // indirect
golang.org/x/sys v0.6.0 // indirect
golang.org/x/image v0.0.0-20200801110659-972c09e46d76 // indirect
golang.org/x/mobile v0.0.0-20210208171126-f462b3930c8f // indirect
golang.org/x/sys v0.0.0-20200918174421-af09f7315aff // indirect
)